+ {{ template "_internal/schema.html" . }}
+
+ {{ if .Description }}
+ {{ .Description }}
+ {{ end }}
+ {{ partial "toc-maybe" . }}
+
+ {{ .Content }}
+
+ {{ if .Site.DisqusShortname }}
+
+ {{ template "_internal/disqus.html" . }}
+
+ {{ end }}
+
+
+{{ end }}
+{{ define "footer" }}
+ {{ partial "powered-by" . }}
+{{ end }}
diff --git a/old/Makefile b/old/Makefile
deleted file mode 100644
index b24bbe0..0000000
--- a/old/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-WINTERSMITH = ./node_modules/.bin/wintersmith
-
-build:
- @./node_modules/.bin/cleancss ./contents/css/main.css > ./contents/css/main.min.css
- @$(WINTERSMITH) build
-
-clean:
- @rm -rf build
-
-preview: build
- @$(WINTERSMITH) preview
-
-pull:
- git pull
-
-update: pull build
-
-.PHONY: build clean preview pull update
diff --git a/old/config.json b/old/config.json
deleted file mode 100644
index 53ded1e..0000000
--- a/old/config.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "locals": {
- "url": "http://theworstprogrammerever.com",
- "name": "The Worst Programmer Ever",
- "owner": "The Worst Programmer Ever",
- "description": "The best advice from the worst programmers"
- },
- "plugins": [
- "./plugins/paginator.coffee"
- ],
- "require": {
- "moment": "moment",
- "_": "underscore",
- "typogr": "typogr"
- },
- "jade": {
- "pretty": true
- },
- "markdown": {
- "smartLists": true,
- "smartypants": true,
- "gfm": true
- },
- "paginator": {
- "perPage": 3
- }
-}
diff --git a/old/contents/about.md b/old/contents/about.md
deleted file mode 100644
index 60c5556..0000000
--- a/old/contents/about.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-view: none
----
-
-