Vincent Prouillet
|
16f658c70c
|
Move test_site and turn rebuild.rs into a component
|
6 years ago |
Vincent Prouillet
|
7d7efdd6ea
|
Handle markdown parser potentially splitting shortcodes
|
7 years ago |
Vincent Prouillet
|
bddf2b53fd
|
Add a test for shortcodes with arg
|
7 years ago |
Vincent Prouillet
|
ca5bdc8f3c
|
Do not ignore shortcodes without args
|
7 years ago |
Vincent Prouillet
|
97d5561569
|
Next version will be 0.2.0
|
7 years ago |
Vincent Prouillet
|
20c1947b47
|
Clippy run
|
7 years ago |
Vincent Prouillet
|
dee1dbe667
|
Working on site
And some tweaks as I write the docs
|
7 years ago |
Vincent Prouillet
|
b248b03045
|
Allow sorting subsections by weight
|
7 years ago |
Vincent Prouillet
|
2d97786e67
|
Add back drafts
|
7 years ago |
Vincent Prouillet
|
195b760fdc
|
Fix subsection pages not being filled correctly
|
7 years ago |
Vincent Prouillet
|
e1ee6b9dc4
|
Add test for extending theme template
|
7 years ago |
Vincent Prouillet
|
c77cc9b170
|
First draft of theme support
|
7 years ago |
Vincent Prouillet
|
2beb0621ca
|
Add a redirect_to parameter to section front matter
Close #103
|
7 years ago |
Vincent Prouillet
|
c61518225b
|
Fix RSS feed; close #101
|
7 years ago |
Vincent Prouillet
|
c3b525745e
|
Convert project to a workspace
|
7 years ago |
Vincent Prouillet
|
1f1fc3f454
|
Remove section from page context
|
7 years ago |
Vincent Prouillet
|
6a059d86d0
|
Add aliases to pages. Fix #86
|
7 years ago |
Vincent Prouillet
|
e76ee7ae4a
|
Pass section in context when rendering a page if there is one
|
7 years ago |
Vincent Prouillet
|
2d949249c3
|
Add trailing slash to paths and permalinks. Fix #85
|
7 years ago |
Vincent Prouillet
|
958f1cf88c
|
Update Tera and fix tests
|
7 years ago |
Vincent Prouillet
|
dbe4a1d517
|
Move insert_anchor to section and allow left/right
|
7 years ago |
Vincent Prouillet
|
be784bbaa3
|
Refactor taxonomies
Fix #66
|
7 years ago |
Vincent Prouillet
|
056bf55881
|
Add a FileInfo struct to hold some common data about the files
|
7 years ago |
Vincent Prouillet
|
d9ed7df118
|
Minify livereload.js
|
7 years ago |
Vincent Prouillet
|
5ac5625de1
|
Default to not generating tags and categories page
Also add a Site::render_section method
|
7 years ago |
Vincent Prouillet
|
8711c9a3c0
|
Change Site::section and fix empty paginated sections
|
7 years ago |
Vincent Prouillet
|
2d4cba5b2d
|
Make index a section like any other
|
7 years ago |
Vincent Prouillet
|
a3318d4b56
|
Pagination
|
7 years ago |
Vincent Prouillet
|
6e9a9eaa1f
|
Fix prev/next
|
7 years ago |
Vincent Prouillet
|
b256aaf7d0
|
Do not append non-sortables pages when not sortable
|
7 years ago |
Vincent Prouillet
|
df51e4d8b6
|
Add a special section for home page
|
7 years ago |
Vincent Prouillet
|
27c0f584e8
|
Add tests, update changelog and README
|
7 years ago |
Vincent Prouillet
|
7aeebcc981
|
Add current_url and current_path
To every templates, useful when doing
navigation to know which link is currently
active
|
7 years ago |
Vincent Prouillet
|
a6b8caf6de
|
Add shortcodes
|
7 years ago |
Vincent Prouillet
|
870fbbcd0f
|
Allow selecting a config file other than config.toml
|
7 years ago |
Vincent Prouillet
|
3cc5e0cf28
|
Remove extra assert
|
7 years ago |
Vincent Prouillet
|
d05a1559d9
|
Add prev/next hack
|
7 years ago |
Vincent Prouillet
|
8b5183d4ad
|
Partial reloading of content on change
|
7 years ago |
Vincent Prouillet
|
b0cc1ac042
|
Add robots.txt
|
7 years ago |
Vincent Prouillet
|
eb6fa3c314
|
Override base_url in serve cmd
|
7 years ago |
Vincent Prouillet
|
f63ec475eb
|
Add categories and tags to sitemap
|
7 years ago |
Vincent Prouillet
|
6df68da84b
|
Add tests for categories and tags
|
7 years ago |
Vincent Prouillet
|
d8995c156c
|
Add sections to sitemap
|
7 years ago |
Vincent Prouillet
|
cd70aac065
|
Clippy run
|
7 years ago |
Vincent Prouillet
|
7e496878e5
|
Sections
Parse _index.md files as sections and render them
|
7 years ago |