Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
2018-07-05 17:43:48 +02:00
Owen Nelson
8f460dc28b
Custom 404 page now template driven.
...
Since we are using a builtin template, we can be assured to have the
target file in place. Middleware renamed since it is bound directly to
the concept of handling 404s.
2018-06-25 23:24:57 -07:00
Vojtech Kral
6662014e55
Add image resizing support #225
2018-06-25 18:05:04 +02:00
James Munns
cf1f8317bb
Reduce the number of allocations
2018-06-25 18:02:07 +02:00
James Munns
40ef634439
Allow creation of specific html aliases
2018-06-25 18:02:07 +02:00
Vincent Prouillet
b892c07ed3
Don't hardcode the ws port
...
Closes #282
2018-06-25 17:59:04 +02:00
Vincent Prouillet
3e6054a9ac
tempdir -> tempfile
2018-06-25 17:57:33 +02:00
Vincent Prouillet
9c0dd95bdb
Fix theme shortcode not being useable
...
Closes #272
2018-03-28 21:09:08 +02:00
Vincent Prouillet
e40e97711f
Some more bits about continue_reading anchor
2018-03-28 17:01:14 +02:00
Vincent Prouillet
73ddbf7152
Write some docs
2018-03-21 16:18:24 +01:00
Vincent Prouillet
2c538d3776
Fix some bugs in search
2018-03-20 23:08:20 +01:00
Vincent Prouillet
b0363298f5
Search is working now
2018-03-20 21:27:33 +01:00
Vincent Prouillet
ddf8970ad8
[WIP] Search
2018-03-20 18:43:30 +01:00
Vincent Prouillet
f1abbd0860
Move copy utils to utils crate
2018-03-20 18:43:17 +01:00
Vincent Prouillet
bcf42a0c10
The wonders of serde default, take 2
2018-03-20 18:42:42 +01:00
Vincent Prouillet
d0137377d5
Merge pull request #264 from ErichDonGubler/sass-indented-syntax
...
Make indented syntax available for SASS via the "sass" file extension
2018-03-19 18:46:07 +01:00
Erich Gubler
0d8dc656f1
CR review: s/Options/SassOptions/, break bail args in compile_sass into multiple lines
2018-03-19 10:04:48 -06:00
Vincent Prouillet
43db3a43ff
Do not require themes to have a static folder
2018-03-18 09:34:37 +01:00
Vincent Prouillet
ac8f3a6353
Merge pull request #255 from ErichDonGubler/sass-folders
...
Preserve folder structure of SCSS content
2018-03-17 20:39:19 +01:00
Erich Gubler
ea4cc63aa9
Make indented syntax available for SASS via the "sass" file extension
2018-03-17 13:23:02 -06:00
Erich Gubler
9fbbcca3c6
Preserve folder structure of SCSS content
2018-03-17 13:22:23 -06:00
Vincent Prouillet
3a2dab5974
Sort sitemap elements by permalink
...
Closes #257
2018-03-17 14:34:02 +01:00
Vincent Prouillet
b3b2527c5d
TIL about serde default
2018-03-12 20:11:03 +01:00
Vincent Prouillet
16f658c70c
Move test_site and turn rebuild.rs into a component
2018-01-29 18:40:12 +01:00
Vincent Prouillet
a44dd5f49a
serve cleans after itself now
...
Closes #199
2018-01-22 18:11:28 +01:00
Vincent Prouillet
8c7e3d7358
Remove stray println
2018-01-22 13:54:10 +01:00
Baptiste Darthenay
046de8c998
Config with i18n
2018-01-15 17:54:06 +01:00
Vincent Prouillet
1d1ff74d88
Use TOML dates in front-matter rather than strings
...
Closes #210
2018-01-14 18:04:01 +01:00
Vincent Prouillet
892c987152
Livereload shortcode changes
...
Fix #204
2018-01-09 23:39:21 +01:00
Vincent Prouillet
14edd2b875
Add output-dir option to build & serve
...
From #191
2017-12-29 19:26:17 +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
Vincent Prouillet
1d8df5774f
Allow static folder to be missing
2017-10-25 14:49:54 +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
5aed3a4a1d
Default to compressed sass output
2017-10-04 00:03:06 +09:00
Vincent Prouillet
952b6679ce
Change taxonomies to be sorted a-z and add permalinks
2017-10-01 14:04:30 +09:00
Vincent Prouillet
57b87aa50a
Add more docs pages
2017-10-01 12:51:43 +09:00
Vincent Prouillet
dee1dbe667
Working on site
...
And some tweaks as I write the docs
2017-09-29 15:37:58 +09:00
Vincent Prouillet
5d7e0bb33e
Register all Tera global fns on change
2017-09-26 17:25:55 +09:00
Vincent Prouillet
b248b03045
Allow sorting subsections by weight
2017-09-26 17:04:18 +09:00
Vincent Prouillet
2d97786e67
Add back drafts
2017-09-25 18:55:43 +09:00
Vincent Prouillet
195b760fdc
Fix subsection pages not being filled correctly
2017-09-12 16:13:10 +09:00
Vincent Prouillet
f58e416b96
Clippy run
2017-08-31 18:01:26 +09:00
Vincent Prouillet
edc3fd2295
Only build inheritance chain for user tpls after adding theme tpl
2017-08-30 17:48:13 +09:00
Vincent Prouillet
262ff5ec00
Rewrite theme tera paths and merge theme.toml data
2017-08-25 08:38:03 +09:00
Vincent Prouillet
c77cc9b170
First draft of theme support
2017-08-23 19:17:24 +09:00
Vincent Prouillet
8a11d8e049
Fold get_static_url in get_url
2017-08-07 23:29:58 +09:00
Vincent Prouillet
fc63765ee1
Add a get_static_url global fn
...
Fix #108
2017-08-07 20:38:14 +09:00
Vincent Prouillet
2beb0621ca
Add a redirect_to parameter to section front matter
...
Close #103
2017-07-25 16:58:00 +09:00
Vincent Prouillet
26011e4c94
Update sass-rs
2017-07-25 16:57:31 +09:00