Commit graph

417 commits

Author SHA1 Message Date
Vincent Prouillet
edff79e914 Update Tera in cargo.lock 2017-11-26 10:07:34 +01:00
Vincent Prouillet
cfefb45913 Update to Tera 0.11 beta 2017-11-26 10:07:34 +01:00
Vincent Prouillet
021c99c5f0 Fix tests and add taxonomies to changelog 2017-11-26 10:07:34 +01:00
Vincent Prouillet
ec4a91adf6 Add earliest Rust version to travis 2017-11-26 10:07:34 +01:00
Vincent Prouillet
322d2f30fb Add get_taxonomy_url global_fn
And fix bug with taxonomies urls
2017-11-26 10:07:34 +01:00
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
2017-11-26 10:07:34 +01:00
Vincent Prouillet
d43e32dfcc
Merge pull request #181 from tvincent2/add-changekind-sass-test
Add the detection of ChangeKind::Sass to tests
2017-11-24 17:45:31 +01:00
Vincent Prouillet
e48a4434ba
Merge pull request #182 from j1mc/patch-1
Added j1m.net as a site which uses Gutenberg
2017-11-22 22:27:29 +01:00
Jim Campbell
d4c44b4e77
Added j1m.net as a site which uses Gutenberg 2017-11-22 12:20:00 -06:00
Thomas Vincent
78a3602454 Add the detection of ChangeKind::Sass to tests 2017-11-21 00:05:37 +01:00
Vincent Prouillet
64ea51b388
Merge pull request #177 from tvincent2/patch-1
Typo fix
2017-11-19 11:48:51 +01:00
Thomas Vincent
889cb6bcf8
Typo fix 2017-11-17 22:40:41 +01:00
Vincent Prouillet
c0c187c955 Mention config for taxonomies docs 2017-11-16 20:50:09 +01:00
Vincent Prouillet
3040f00de2 Add docs for taxonomies
Close #167
2017-11-14 17:55:50 +01:00
Vincent Prouillet
76ad1164be
Merge pull request #172 from memchk/add-voidlinux
Added installation method for Void Linux
2017-11-09 17:45:50 +01:00
Carson Page
193d0184f0 Added installation method for Void Linux 2017-11-08 20:39:09 -06:00
Vincent Prouillet
b4c8b5912c Fix typo in section front-matter doc 2017-11-03 10:33:09 +01:00
Vincent Prouillet
3f9d39481d Add brew installation & contributing doc 2017-11-01 16:31:58 +01:00
Vincent Prouillet
11be340a92 v0.2.2 2017-11-01 14:58:03 +01:00
Vincent Prouillet
560e467694 Add page.draft to docs 2017-11-01 14:53:28 +01:00
Vincent Prouillet
4783782798
Merge pull request #164 from jeffparsons/expose_page_draft_variable
Expose to templates whether or not a page is draft
2017-11-01 14:52:14 +01:00
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.
2017-11-01 14:30:09 +11:00
Vincent Prouillet
c8f07d8242 Update deps 2017-10-31 17:02:34 +01:00
Vincent Prouillet
791fbe685b Add page and section components 2017-10-31 16:41:31 +01:00
Vincent Prouillet
744e0f8df1
Merge pull request #162 from RadicalZephyr/shortcode-hacky-fix
Hack fix and new tests for body-shortcodes
2017-10-31 08:39:04 +01:00
Vincent Prouillet
4719dca100 Remove unused file 2017-10-31 08:36:20 +01:00
Vincent Prouillet
ab5a3c58db
Merge pull request #163 from RadicalZephyr/remove-dependency-cycle
Extract syntex highlighting module into a new component in workspace
2017-10-31 07:56:22 +01:00
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!
2017-10-30 13:55:14 -07:00
Reilly Tucker Siemens
e662f73438 Hack fix and new tests for body-shortcodes 2017-10-29 18:02:48 -07:00
Vincent Prouillet
bfdfe3bba3 Properly parse shortcode arg value types 2017-10-26 17:03:26 +02:00
Vincent Prouillet
1d8df5774f Allow static folder to be missing 2017-10-25 14:49:54 +02:00
Vincent Prouillet
57b9095aa3 Add Nim syntax 2017-10-25 09:09:55 +02:00
Vincent Prouillet
d4779aa2ed Fix generated index section not found in get_section 2017-10-24 20:32:46 +02:00
Vincent Prouillet
404240ef82 Fix some index related bugs 2017-10-24 20:11:39 +02:00
Vincent Prouillet
be2f01b5bc Some addition to themes creation 2017-10-24 19:32:26 +02:00
Vincent Prouillet
9d0f84051d Add test for unterminated shortcode# 2017-10-23 15:54:32 +02:00
Vincent Prouillet
7d7efdd6ea Handle markdown parser potentially splitting shortcodes 2017-10-23 14:18:05 +02:00
Vincent Prouillet
bddf2b53fd Add a test for shortcodes with arg 2017-10-23 10:57:39 +02:00
Vincent Prouillet
ca5bdc8f3c Do not ignore shortcodes without args 2017-10-23 10:49:23 +02:00
Vincent Prouillet
fa91d5eb5e Merge pull request #148 from TheSirC/patch-1
Docs : Fix typo in Templates/Overview
2017-10-22 14:40:57 +02:00
King Claudy
a6919d4b6d Docs : Fix typo in Templates/Overview 2017-10-22 13:16:25 +02:00
Vincent Prouillet
6e3238f488 Merge pull request #145 from bobsaintcool/doc/fix_typo
<documentation/page.md: Fix a typo into page.md doc>
2017-10-22 12:07:55 +02:00
Quentin Bourgeois
97a439b2fe <documentation/page.md: Fix a typo into page.md doc> 2017-10-21 15:00:47 +00:00
Vincent Prouillet
7cf120d0da Add scoop install instructions 2017-10-21 09:48:29 +02:00
Vincent Prouillet
ccaefed304 Fix typo in theme docs 2017-10-20 12:35:23 +02:00
Vincent Prouillet
8a76df0af3 Update completions 2017-10-20 10:44:14 +02:00
Vincent Prouillet
5318c9bc4c id -> url in gist shortcode doc 2017-10-20 08:47:27 +02:00
Vincent Prouillet
9c2ef52127 Merge pull request #141 from bfontaine/patch-1
documentation: fix a duplicated “the”
2017-10-20 08:46:06 +02:00
Vincent Prouillet
5be7ed20c8 Merge pull request #142 from joshsaintjacque/patch-1
Fix minor run-on sentence
2017-10-20 08:45:49 +02:00
Josh Saint Jacque
e721a824e6 Fix minor run-on sentence 2017-10-19 22:42:01 -07:00