Peter Reijnders
ec9375422d
added reference to materialize theme and 'who is using'
6 years ago
Baptiste Darthenay
046de8c998
Config with i18n
6 years ago
Christian Oliff
312b73204d
Update LICENSE
6 years ago
Vincent Prouillet
ade179ec15
Mention lack of quotes for dates in docs
6 years ago
Vincent Prouillet
1d1ff74d88
Use TOML dates in front-matter rather than strings
Closes #210
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
Thomas Vincent
67eca7731f
Reload on config change ( #206 )
* Trigger rebuild when `config.toml` is edited
6 years ago
Vincent Prouillet
892c987152
Livereload shortcode changes
Fix #204
6 years ago
Vincent Prouillet
4c560c819e
Update changelog
6 years ago
Vincent Prouillet
1254d0a71d
Update syntaxes
And add Prolog (closes #170 )
6 years ago
Vincent Prouillet
77634ebe83
Update syntect
6 years ago
Vincent Prouillet
bfdc93f948
Cargo update
6 years ago
Vincent Prouillet
530c661744
Add output-url to changelog
6 years ago
Vincent Prouillet
14edd2b875
Add output-dir option to build & serve
From #191
6 years ago
Vincent Prouillet
5a9dbce5dd
Merge pull request #195 from BharatKalluri/master
Added bharatkalluri.in
6 years ago
Bharat Kalluri
30ed7b7e07
Added bharatkalluri.in
6 years ago
Vincent Prouillet
728c1f3013
Cargo update
7 years ago
Vincent Prouillet
ec9d229b4a
Merge pull request #194 from piedoom/patch-1
Update README to include vaporsoft.net
7 years ago
Alexander Lozada
1dac0ac22a
Update README to include vaporsoft.net
7 years ago
Vincent Prouillet
129e693521
Add default templates
7 years ago
Vincent Prouillet
638d4d7bc3
Mention index.html for index page in docs
7 years ago
Vincent Prouillet
edff79e914
Update Tera in cargo.lock
7 years ago
Vincent Prouillet
cfefb45913
Update to Tera 0.11 beta
7 years ago
Vincent Prouillet
021c99c5f0
Fix tests and add taxonomies to changelog
7 years ago
Vincent Prouillet
ec4a91adf6
Add earliest Rust version to travis
7 years ago
Vincent Prouillet
322d2f30fb
Add get_taxonomy_url global_fn
And fix bug with taxonomies urls
7 years ago
Carson Page
8759323a16
Add trailing_slash opt. to get_url ( #173 )
* Added inital trailing_slash impl
* Added simple test
* Updated docs website to use trailing_slash option
* Updated documentation to reflect new trailing_slash option
* Added combined cachebust and trailing_slash test
7 years ago
Vincent Prouillet
d43e32dfcc
Merge pull request #181 from tvincent2/add-changekind-sass-test
Add the detection of ChangeKind::Sass to tests
7 years ago
Vincent Prouillet
e48a4434ba
Merge pull request #182 from j1mc/patch-1
Added j1m.net as a site which uses Gutenberg
7 years ago
Jim Campbell
d4c44b4e77
Added j1m.net as a site which uses Gutenberg
7 years ago
Thomas Vincent
78a3602454
Add the detection of ChangeKind::Sass to tests
7 years ago
Vincent Prouillet
64ea51b388
Merge pull request #177 from tvincent2/patch-1
Typo fix
7 years ago
Thomas Vincent
889cb6bcf8
Typo fix
7 years ago
Vincent Prouillet
c0c187c955
Mention config for taxonomies docs
7 years ago
Vincent Prouillet
3040f00de2
Add docs for taxonomies
Close #167
7 years ago
Vincent Prouillet
76ad1164be
Merge pull request #172 from memchk/add-voidlinux
Added installation method for Void Linux
7 years ago
Carson Page
193d0184f0
Added installation method for Void Linux
7 years ago
Vincent Prouillet
b4c8b5912c
Fix typo in section front-matter doc
7 years ago
Vincent Prouillet
3f9d39481d
Add brew installation & contributing doc
7 years ago
Vincent Prouillet
11be340a92
v0.2.2
7 years ago
Vincent Prouillet
560e467694
Add page.draft to docs
7 years ago
Vincent Prouillet
4783782798
Merge pull request #164 from jeffparsons/expose_page_draft_variable
Expose to templates whether or not a page is draft
7 years ago
Jeff Parsons
ca99bb0204
Expose to templates whether or not a page is draft
Useful if you are, e.g., generating an index of blog posts.
7 years ago
Vincent Prouillet
c8f07d8242
Update deps
7 years ago
Vincent Prouillet
791fbe685b
Add page and section components
7 years ago
Vincent Prouillet
744e0f8df1
Merge pull request #162 from RadicalZephyr/shortcode-hacky-fix
Hack fix and new tests for body-shortcodes
7 years ago
Vincent Prouillet
4719dca100
Remove unused file
7 years ago
Vincent Prouillet
ab5a3c58db
Merge pull request #163 from RadicalZephyr/remove-dependency-cycle
Extract syntex highlighting module into a new component in workspace
7 years ago
Geoff Shannon
c19e900bec
Extract syntex highlighting module into a new component in workspace
This removes the dependency cycle between config and rendering that
causes 4 packages to be recompiled every time a change is made.
I just want to code fast!
7 years ago
Reilly Tucker Siemens
e662f73438
Hack fix and new tests for body-shortcodes
7 years ago