diff --git a/README.md b/README.md index 8f3bf36..0194513 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ All stuff here is my opinion yada yada yada. ### To-Do * [ ] Update 404 page +* [ ] Research and implement nicer typography * [ ] Finalize theme, and publish it? -#### Latest Update :: 2018-01-11 -* Completely redesigned site to a new custom theme, called Corrupted. +#### Latest Technology Update :: 2018-02-19 +* Update Corrupted to use CSS Grid ### License diff --git a/_config.yml b/_config.yml index fddc782..96d2042 100644 --- a/_config.yml +++ b/_config.yml @@ -15,5 +15,5 @@ defaults: path: '' type: "topics" values: - layout: "corrupt_collection" + layout: "corrupt_index" permalink: "/topics/:name" diff --git a/_includes/all_posts.html b/_includes/all_posts.html index cab0b4a..e6f55b3 100644 --- a/_includes/all_posts.html +++ b/_includes/all_posts.html @@ -1,15 +1,13 @@ {% for post in site.posts %} -
This site is a small slice of internet real-estate that I use for + occasional writing. Nothing I say is visionary or profound. I + will tend to focus on technology, gaming, and philosophy.
+My name is Bill Niblock. I'm a computer scientist by education, a + technologist by trade, a gamer by hobby, and a philosopher by + accident.
+Most men ebb and flow in wretchedness between the fear of death and the hardships of life; they are unwilling to live, and yet they do not know how diff --git a/index.html b/index.html index ca7c746..2a8e0c1 100644 --- a/index.html +++ b/index.html @@ -4,16 +4,15 @@ --- {% for post in site.posts limit:5 %} -