diff --git a/.gitignore b/.gitignore index 5bfb5c9..480cc0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store .direnv +node_modules diff --git a/README.md b/README.md index 6a7242d..53dd698 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ # astolfo.org - -the source code of astolfo.org \ No newline at end of file diff --git a/_includes/base.html b/_includes/base.html new file mode 100644 index 0000000..6724510 --- /dev/null +++ b/_includes/base.html @@ -0,0 +1,33 @@ + + + + + astolfo.org + + + + + + + + +
{{ content }}
+ + + + diff --git a/_includes/blog.html b/_includes/blog.html new file mode 100644 index 0000000..5143571 --- /dev/null +++ b/_includes/blog.html @@ -0,0 +1,9 @@ +--- +layout: base.html +--- + +
+

{{ title }}

+
+ {{ content }} +
diff --git a/_site/README/index.html b/_site/README/index.html new file mode 100644 index 0000000..dcfda15 --- /dev/null +++ b/_site/README/index.html @@ -0,0 +1 @@ +

astolfo.org

diff --git a/templates/chrome.html b/_site/_layouts/base/index.html similarity index 88% rename from templates/chrome.html rename to _site/_layouts/base/index.html index ffac21c..0d80c26 100644 --- a/templates/chrome.html +++ b/_site/_layouts/base/index.html @@ -3,7 +3,7 @@ astolfo.org - +
@@ -15,7 +15,7 @@
- {% block content %} {% endblock content %} +