Sha256: 286a08af17b07eb88d21d9df3b39147fc51ff15423f7cd6403155552d07cd9b8
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
--- layout: default --- <header> {% if site.theme_config.show_navbar == true %} {% include horizontal_list.html collection=site.data.home.navbar_entries %} <div class="dashed" /> {% endif %} <h1>{{ site.title }}</h1> {% if site.theme_config.show_description == true %} <p>{{ site.description }}</p> {% endif %} </header> {% if site.theme_config.show_projects == true %} <h2>Portfolio</h2> {% include card_list.html collection=site.data.home.project_entries %} {% endif %} {% if site.theme_config.show_misc_list == true %} <h2>Details</h2> {% include vertical_list.html collection=site.data.home.misc_entries %} {% endif %} <h2>Blog</h2> {% include post_list.html %} {% if site.theme_config.show_old_projects == true %} <h2>Old Projects</h2> {% include card_list.html collection=site.data.home.old_project_entries %} {% endif %} {% if site.theme_config.show_footer == true %} <footer> <div class="dashed" /> {% include horizontal_list.html collection=site.data.home.footer_entries %} </footer> {% endif %}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
moonwalk-0.0.3 | _layouts/home.html |
moonwalk-0.0.2 | _layouts/home.html |
moonwalk-0.0.1 | _layouts/home.html |