diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ca8682 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata diff --git a/404.html b/404.html new file mode 100644 index 0000000..c472b4e --- /dev/null +++ b/404.html @@ -0,0 +1,24 @@ +--- +layout: default +--- + + + +
Page not found :(
+The requested page could not be found.
+{{ site.description | default: site.github.project_tagline }}
+ + {% if site.show_downloads %} +{{ page.date | date_to_string }} - {{ page.author }}
+Tags: + {% for tag in page.tags %} + {{ tag }} + {% endfor %} +
+ +{{ content }} + + diff --git a/_layouts/posts.html b/_layouts/posts.html new file mode 100644 index 0000000..84a91ac --- /dev/null +++ b/_layouts/posts.html @@ -0,0 +1,39 @@ + + + + + + + + + +{{ site.description | default: site.github.project_tagline }}
+ + {% if site.show_downloads %} +