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
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
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
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
b966a52dd1
Add credits to deploy github page
6 years ago
Vincent Prouillet
ec35d72b6f
Add some deployment docs
6 years ago
Vincent Prouillet
f7cacba3f0
Update deps and changelog
6 years ago
Andrew Zah
f5ced05926
Separate interface and base url for gutenberg serve ( #223 )
Separate interface and base_url for serve
You can now have a different base_url and listening interface.
The `gutenberg serve` cmd now accepts `-u`/`--base-url`, but it defaults to `127.0.0.1`.
6 years ago
Vincent Prouillet
16f658c70c
Move test_site and turn rebuild.rs into a component
6 years ago
Vincent Prouillet
29ce510aa3
Add inline option of markdown filter
Fix #197
6 years ago
Sven-Hendrik Haase
462365642d
Proper Arch Linux spelling
It's either Arch Linux or archlinux but never Archlinux or ArchLinux.
6 years ago
Vincent Prouillet
f3b1553a26
Update docs about trans
6 years ago
Peter Reijnders
ec9375422d
added reference to materialize theme and 'who is using'
6 years ago
Vincent Prouillet
ade179ec15
Mention lack of quotes for dates in docs
6 years ago
Peter Reijnders
3ffcfda1a0
added remark concerning include-not-in-templates ( #209 )
* added remark concerning include-not-in-templates
Closes https://github.com/Keats/gutenberg/issues/208
6 years ago
Vincent Prouillet
1254d0a71d
Update syntaxes
And add Prolog (closes #170 )
6 years ago
Vincent Prouillet
14edd2b875
Add output-dir option to build & serve
From #191
6 years ago
Vincent Prouillet
638d4d7bc3
Mention index.html for index page in docs
7 years ago
Vincent Prouillet
021c99c5f0
Fix tests and add taxonomies to changelog
7 years ago
Vincent Prouillet
322d2f30fb
Add get_taxonomy_url global_fn
And fix bug with taxonomies urls
7 years ago