Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements #65

Merged
merged 16 commits into from
May 15, 2017
Merged

Improvements #65

merged 16 commits into from
May 15, 2017

Commits on May 12, 2017

  1. Create a default index section if there is none

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    005990a View commit details
    Browse the repository at this point in the history
  2. Let sections have their own body

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    c565f10 View commit details
    Browse the repository at this point in the history
  3. Change Site::section and fix empty paginated sections

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    8711c9a View commit details
    Browse the repository at this point in the history
  4. Add Jinja2 syntax

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    aee1552 View commit details
    Browse the repository at this point in the history
  5. Use livereload properly. Fix #10

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    c791dff View commit details
    Browse the repository at this point in the history
  6. Do not count the index as a section when printing

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    ab3e04c View commit details
    Browse the repository at this point in the history
  7. Default to not generating tags and categories page

    Also add a Site::render_section method
    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    5ac5625 View commit details
    Browse the repository at this point in the history
  8. Move cli code to bin directory

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    2a15029 View commit details
    Browse the repository at this point in the history
  9. Move all printing in cli to the console file

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    2fb4e2b View commit details
    Browse the repository at this point in the history
  10. Move all tera stuff into a templates mod

    Vincent Prouillet committed May 12, 2017
    Configuration menu
    Copy the full SHA
    72c626e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Move adding filters to the templates mod

    Vincent Prouillet committed May 13, 2017
    Configuration menu
    Copy the full SHA
    bb3cba1 View commit details
    Browse the repository at this point in the history
  2. Separate Page and Section front matter into 2 structs

    Fix #61
    Vincent Prouillet committed May 13, 2017
    Configuration menu
    Copy the full SHA
    299c3c8 View commit details
    Browse the repository at this point in the history
  3. Move render_alias to templates mod

    Vincent Prouillet committed May 13, 2017
    Configuration menu
    Copy the full SHA
    7652780 View commit details
    Browse the repository at this point in the history
  4. Smarter rebuild on content change

    Fix #59
    Vincent Prouillet committed May 13, 2017
    Configuration menu
    Copy the full SHA
    09d5e74 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Create a content mod

    Vincent Prouillet committed May 14, 2017
    Configuration menu
    Copy the full SHA
    07f1175 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Move stuff around a bit more

    Vincent Prouillet committed May 15, 2017
    Configuration menu
    Copy the full SHA
    c35b764 View commit details
    Browse the repository at this point in the history