diff --git a/_config.yml b/_config.yml index 454c970..0c80841 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,8 @@ author: # Build settings markdown: kramdown +include: + - _pages # Assets sass: diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..729a53d --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,5 @@ + diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..d858ec8 --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,11 @@ + diff --git a/_layouts/default.html b/_layouts/default.html index af7fd68..8c8261e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,26 +4,13 @@ {% include head.html %} - + + {% include navigation.html %}
{{ content }}
- + {% include footer.html %} diff --git a/about.md b/_pages/about.md similarity index 100% rename from about.md rename to _pages/about.md