1a3c122a990c

Fix tocs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Jan 2017 12:54:56 +0000
parents d60f818cf50b
children bc927ac92d41
branches/tags (none)
files content/links/index.markdown content/projects/index.markdown

Changes

--- a/content/links/index.markdown	Fri Jan 13 12:27:57 2017 +0000
+++ b/content/links/index.markdown	Fri Jan 13 12:54:56 2017 +0000
@@ -11,21 +11,12 @@
 every now and then when I'm bored.  I figured other people might find it
 interesting too.
 
-<div id="toc">
-<nav id="TableOfContents">
-<ul><li>
-<ul>
-<li><a href="#blogs">Blogs</a></li>
-<li><a href="#youtube">YouTube Channels</a></li>
-<li><a href="#subreddits">Subreddits</a></li>
-<li><a href="#tools">Tools</a></li>
-<li><a href="#gamedev-beginner">Game Development Beginner Resources</a></li>
-</ul>
-</li></ul>
-</nav>
-</div>
+* [Blogs](#blogs)
+* [YouTube Channels](#youtube-channels)
+* [Subreddits](#subreddits)
+* [Tools](#tools)
+* [Game Development Beginner Resources](#game-development-beginner-resources)
 
-<a name="blogs"></a>
 Blogs
 -----
 
@@ -37,7 +28,6 @@
 * [Red Blob Games](http://www.redblobgames.com/): Wonderful blog with *really* good posts about lots of different video game-related topics.
 * [The Digital Antiquarian](http://www.filfre.net/): Immense amount of information on the history of "computer entertainment".
 
-<a name="youtube"></a>
 YouTube Channels
 ----------------
 
@@ -45,7 +35,6 @@
 * [Coding Math](https://www.youtube.com/user/codingmath): A series of 50ish basic math lessons aimed at the kind of math you'll used in video games.  Every lesson shows the concepts implemented in little Javascript demos, and it's *really* helpful to see how you actually *use* something once you learn the basic idea.
 * [Makin' Stuff Look Good](https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg): Videos about how to make things look good in Unity.  The best part of the channel is the "shader case studies" where he looks at visual effects in various games and shows how to recreate them with a shader.
 
-<a name="subreddits"></a>
 Subreddits
 ----------
 
@@ -55,13 +44,11 @@
 * [/r/proceduralgeneration](http://reddit.com/r/proceduralgeneration/)
 * [/r/worldbuilding](http://reddit.com/r/worldbuilding/)
 
-<a name="tools"></a>
 Tools
 -----
 
 * [Cheap Bots Done Quick](http://cheapbotsdonequick.com/): An online tool for making Twitter bots with [Tracery](http://tracery.io/).
 
-<a name="gamedev-beginner"></a>
 Game Development Beginner Resources
 -----------------------------------
 
--- a/content/projects/index.markdown	Fri Jan 13 12:27:57 2017 +0000
+++ b/content/projects/index.markdown	Fri Jan 13 12:54:56 2017 +0000
@@ -9,6 +9,7 @@
 maintenance status:
 
 * [Actively Maintained](#actively-maintained)
+* [Under Development](#under-development)
 * [Looking for Maintainers](#looking-for-maintainers)
 * [Transferred Ownership](#transferred-ownership)
 * [Finished](#finished)