diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..0ab7e46 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +defaults: + - scope: + path: "assets/buttons" + values: + buttons: true diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..4fc583f --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,6 @@ +- name: Home + link: / +- name: Blog + link: /blog.html +- name: games + link: /games.html diff --git a/_includes/blog.html b/_includes/blog.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/footer.html b/_includes/footer.html index b101e42..3cfb616 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,22 +1,13 @@ + {% assign image_files = site.static_files | where: "buttons", true %} + {% for button in image_files %} + {% if button.basename == "88x31" %} + + + {% else %} + + {% endif %} +{% endfor %} + diff --git a/_includes/nav.html b/_includes/nav.html index c0ad632..d702dd5 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,4 +1,4 @@ -