/hyde/layouts/starter/content/index.html
http://github.com/hyde/hyde · HTML · 23 lines · 19 code · 4 blank · 0 comment · 0 complexity · fb72d258ebb8556122a787587f9dffeb MD5 · raw file
- {# Use base.j2 template as a base and only provide values for placeholders
- in this file.
- #}
- {% extends "base.j2" %}
- {# Markdown main content block. #}
- {% block content %}
- What is this all about
- ======================
- Starter Kit introduces you to Hyde's many options and possibilities.
- Finding your way for the first time can be a bit confusing, so this
- template tries to ease your way in by exposing only core features and
- technologies step by step. Those are:
- * basic Hyde site structure
- * configuration file
- * Jinja templates
- * Markdown
- * basic metadata and plugins
- Are you ready for your [first steps](first-steps.html)?
- {% endblock %}