This website requires JavaScript.
Explore
Help
Sign In
emelie
/
zola
Watch
1
Star
0
Fork
You've already forked zola
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1ef8c85f53
zola
/
test_site
/
content
/
posts
/
tutorials
/
devops
/
docker.md
8 lines
69 B
Markdown
Raw
Normal View
History
Unescape
Escape
Sections Parse _index.md files as sections and render them
2017-03-14 12:25:45 +00:00
+++
title = "Docker"
Remove `order` and add `heavier`/`later` This commit removes the option to sort by order and also removes `page.next` and `page.previous` variables. Instead, pages can be sorted by two methods `date` and `weight`. The Tera `reverse` filter will reverse either of those sorts, so the old `order` behavior can be achieved by using the `reverse` filter with `weight`. In place of the `previous`/`next` variables, this commit adds the `page.earlier`/`page.later` variables (which are set when the page is sorted by date) and the `page.heavier`/`page.lighter` variables (which are set when the page is sorted by weight). These variables have the advantage of not having confusing semantics when the `reverse` filter is used.
2018-07-28 02:20:20 +00:00
weight = 1
Use TOML dates in front-matter rather than strings Closes #210
2018-01-14 17:03:57 +00:00
date = 2017-01-01
Sections Parse _index.md files as sections and render them
2017-03-14 12:25:45 +00:00
+++
A simple page
Reference in a new issue
Copy permalink