Compare commits
	
		
			No commits in common. "61ec8559292634c3c69b2276414411d3c0a5c47c" and "f26ab58f32576b37a81444427bda5d48ed4266ea" have entirely different histories. 
		
	
	
		
			61ec855929
			...
			f26ab58f32
		
	
		|  | @ -4,7 +4,7 @@ cp html_resources/index_template.html index.html | |||
| function genlinks { | ||||
|   for FILE in $(find . -maxdepth 1 -type f -name "??-*.html" | sort); do | ||||
|     echo -ne "  <li><a href=\"$FILE\">\n" | ||||
|     echo -n "    $(sed -e 's|^\./||;s/-.*//' <<< "$FILE") <span class="'"chapter">' | ||||
|     echo -n "    $(sed -e 's/-.*//' <<< "$FILE") <span class="'"chapter">' | ||||
|     grep -oe "<title>.*</title>" $FILE | sed -e 's/<title> //;s| </title>|</span>|' | ||||
|     echo "  </a></li>" | ||||
|   done | ||||
|  |  | |||
|  | @ -1,28 +1,24 @@ | |||
| <!DOCTYPE html><html><head><title> New Dawn </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body> | ||||
| <h1> New Dawn </h1> | ||||
| <!DOCTYPE html><html><head><title> <Post Apocalypse Story> </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body> | ||||
| <h1> <Post Apocalypse Story> </h1> | ||||
| <p class="comment"> | ||||
|   Now with 100% more title! It might be a bit too on-the-nose tho, Idk. | ||||
|   Yeah, there is no real title yet. | ||||
| </p> | ||||
| <p> | ||||
|   Welcome, reader! This website is basically a book that I am working on | ||||
|   on the metro during my daily commute. It's an adventure story set | ||||
|   in a post-apocalyptic, retro-futuristic world. Progress is kinda slow due | ||||
|   to my limited time but if you're into this kind of stuff, feel free | ||||
|   to hang around, I'd appreciate it. | ||||
|   to hang around, I'd appreciate it, and <b>please give feedback</b>. | ||||
|   I need it to turn what looks good to me into something that is actually | ||||
|   passable. I'm @bodgemaster on Discord, please direct your feedback | ||||
|   to my DMs or to the story channel if you have access to that (you know | ||||
|   who you are :] ...). | ||||
| </p> | ||||
| <p> | ||||
|   <b>Please give feedback.</b> I need it to turn what looks good to me into | ||||
|   something that is actually passable. You will find me as @bodgemaster on | ||||
|   Discord, please direct your feedback to my DMs or to the story channel if | ||||
|   you have access to that (you know who you are :] ...). | ||||
| </p> | ||||
| <p> | ||||
|   Below, in the table of contents, you find links to all the (already | ||||
|   written) chapters. Many don't have numbers because there is an | ||||
|   unknown amount of chapters inbetween them but they are named so they show | ||||
|   up in the right order. There is also a <a href="./notes/">collection of | ||||
|   notes</a> that, while not particularly well-maintained, might be | ||||
|   interesting (in case you missed the link: <a href="./notes/">here</a>). | ||||
|   Below, in the table of contents, you find links to all the chapters. | ||||
|   There is also a <a href="./notes/">collection of notes</a> that, while not | ||||
|   particularly well-maintained, might be interesting (in case you missed | ||||
|   the link: <a href="./notes/">here</a>). | ||||
| </p> | ||||
| <p> | ||||
|   Table of Contents: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue