A fork of hyde, the static site generation. Some patches will be pushed upstream.
 
 
 

22 lines
600 B

  1. {# Use base.j2 template as a base and only provide values for placeholders
  2. in this file.
  3. #}
  4. {% extends "base.j2" %}
  5. {# Markdown main content block. #}
  6. {% block content %}
  7. What is this all about
  8. ======================
  9. Starter Kit introduces you to Hyde's many options and possibilities.
  10. Finding your way for the first time can be a bit confusing, so this
  11. template tries to ease your way in by exposing only core features and
  12. technologies step by step. Those are:
  13. * basic Hyde site structure
  14. * configuration file
  15. * Jinja templates
  16. * Markdown
  17. * basic metadata and plugins
  18. {% endblock %}