Daniel Sockwell
554d50720c
Update templates/pages-sections.md
6 years ago
Daniel Sockwell
bedf469d16
Update docs for removal of order
6 years ago
Vincent Prouillet
e83d76bf8a
Clarify taxonomies templates doc
6 years ago
Vincent Prouillet
f37b19db6a
Add archive docs
Fix #307
6 years ago
Vincent Prouillet
3e48ff24b5
Add an external link checker
Close #115
6 years ago
Vincent Prouillet
18bef00671
Rename taxonomies paginate and error on unknown ones
6 years ago
Vincent Prouillet
1ae0702494
Custom taxonomies ( #330 )
6 years ago
Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
6 years ago
Vincent Prouillet
d47ba4aff0
Rebasing + tweaks
6 years ago
Vojtech Kral
17de3c9a97
imageproc: Rename `_resized_images` as `_processed_images`
6 years ago
Vojtech Kral
3e4aa82ecc
imageproc: Use DefaultHasher from stdlib instead of twox-hash
6 years ago
Vojtech Kral
a89768dab0
Remove page.images
6 years ago
Vincent Prouillet
8e8cdfeb7f
Add year, month and day to page context with a date
6 years ago
Vojtech Kral
77bc526008
imageproc: Fix naming, cleanup
6 years ago
Vojtech Kral
7c8d39fe9c
Docs for resize_image()
6 years ago
Vojtech Kral
6662014e55
Add image resizing support #225
6 years ago
Vincent Prouillet
3eb571fdbf
Trim left every line of a shortcode to avoid the accidental markdown codeblock
6 years ago
Vincent Prouillet
d334b1cf46
More shortcode docs update
6 years ago
Vincent Prouillet
b120754862
Update shortcode parsing and docs
6 years ago
Clar Charr
da3b0fcf0e
Use proper Unicode word count; fixes #304
6 years ago
James Munns
3694c43d3a
Update documentation regarding aliases
6 years ago
Alexandru Scvortov
042765c129
obfuscate <!-- more --> in docs so that it doesn't get replaced
6 years ago
Dylan Maccora
a56ab5aa56
Theme deployment
6 years ago
Isaac Andrade
f9186118a0
Fix typo.
6 years ago
Isaac Andrade
486c979761
Fix documentation typos and minor changes:
- Fix some typos
- Some small changes to documentation to make it more clear
- Change the themes list from text to links
6 years ago
Vincent Prouillet
e40e97711f
Some more bits about continue_reading anchor
6 years ago
Tim DuBois
c8dfc5156a
Change naming convention
6 years ago
Tim DuBois
46115334c8
Documentation
6 years ago
Erich Gubler
72d50eed7f
Sass docs: try replacing `//` comments with `#` comments when they don't indicate output paths, try to resolve single-quote issue
6 years ago
Erich Gubler
b38a504094
Update _index.md
6 years ago
Erich Gubler
110e846fbe
Docs: add an entry for Sass processing in the main Content section
6 years ago
Vincent Prouillet
73ddbf7152
Write some docs
6 years ago
Vincent Prouillet
6100a430c4
Design tweaks on docs
6 years ago
Vincent Prouillet
b0363298f5
Search is working now
6 years ago
Vincent Prouillet
ddf8970ad8
[WIP] Search
6 years ago
Vincent Prouillet
43db3a43ff
Do not require themes to have a static folder
6 years ago
Vincent Prouillet
00729581f9
Break sorting ties by a-z ordering
Closes #259
6 years ago
Vincent Prouillet
3a2dab5974
Sort sitemap elements by permalink
Closes #257
6 years ago
Vincent Prouillet
1d81bbcfd7
Add small blurb about pagination activation
6 years ago
Adrien "pandark" Pachkoff
43bba8cbdb
Remove quote around (empty) date in the example
Dates must not be surrounded by quotes.
6 years ago
Vincent Prouillet
2eacb8247b
Fix config CLI option
Closes #254
6 years ago
Vincent Prouillet
fcd6cbcd32
Add some mobile css for themes
6 years ago
Vincent Prouillet
c0ea30e2e1
Update themes & design list
6 years ago
Vincent Prouillet
f93fba9563
Update dependencies
6 years ago
Vincent Prouillet
217738d0c8
Update list of themes
6 years ago
Vincent Prouillet
af82a280f1
Fix link
6 years ago
Vincent Prouillet
6c09c8ba8b
Slight tweak on theme docs
6 years ago
Vincent Prouillet
6a712969d4
Remove theme list from docs
6 years ago
Philip Daniels
3e1221064b
Filter ignored content in page.rs.
* Add ignored_content to the Config structure.
* Use the GlobSet crate to parse the glob patterns into a matcher, which
is created once at program initialization. If there are no patterns in
ignored_content, an empty globber is created, which excludes no files.
This is consistent with the existing behaviour of Gutenberg, before
this feature was added.
* Bail if there are any errors in the glob patterns.
* Add a call to the globber in page.rs to actually do the filtering.
* Update documentation.
A note on the Config structure
------------------------------
* I had to remove the PartialEq derive from the Config structure as it
does not work for the GlobSet type. No harm is done, Config does not
need to be PartialEq anyway, since there is no need to sort Configs.
* The implementation follows the pattern of the existing config settings
in that it uses an Option<...>. This would appear unnecessary, in that
an empty vec could be used as the default, but it appears to be needed
by the TOML parsing. A better approach would be to use a separate
SerializableConfig and map to/from a Config struct. This would also
allow the elimination of most, if not all, of the other Options in
the Config structure, but that ought to be another PR.
6 years ago
Vincent Prouillet
9e5c34df66
WIP theme site
6 years ago