Vincent Prouillet
cbb2c59b91
Add indented Sass to changelog
6 years ago
Vincent Prouillet
d0137377d5
Merge pull request #264 from ErichDonGubler/sass-indented-syntax
Make indented syntax available for SASS via the "sass" file extension
6 years ago
Erich Gubler
0d8dc656f1
CR review: s/Options/SassOptions/, break bail args in compile_sass into multiple lines
6 years ago
Vincent Prouillet
43db3a43ff
Do not require themes to have a static folder
6 years ago
Vincent Prouillet
b558b51dff
Mention sass folders in docs and changelog
6 years ago
Vincent Prouillet
ac8f3a6353
Merge pull request #255 from ErichDonGubler/sass-folders
Preserve folder structure of SCSS content
6 years ago
Erich Gubler
ea4cc63aa9
Make indented syntax available for SASS via the "sass" file extension
6 years ago
Erich Gubler
9fbbcca3c6
Preserve folder structure of SCSS content
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
cdaab76e77
Merge pull request #261 from Libbum/axoimatic
Add Axiomatic Semantics to examples
6 years ago
Vincent Prouillet
1d81bbcfd7
Add small blurb about pagination activation
6 years ago
Tim DuBois
eb9323a08b
Add AS to examples
6 years ago
Vincent Prouillet
34d381ea1b
Merge pull request #256 from pandark/date-without-quote
Remove quote around (empty) date in the example
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
b3b2527c5d
TIL about serde default
6 years ago
Vincent Prouillet
bb5cdc0b6c
Update deps
6 years ago
Vincent Prouillet
19ec0604d8
Add support content formats to comparison
6 years ago
Vincent Prouillet
115033a45b
Merge pull request #247 from Keats/comparison
Add comparison between SSG
6 years ago
Vincent Prouillet
680085498f
Fix incorrect points
6 years ago
Vincent Prouillet
a1bc92cc50
Add some more elements to comparison
6 years ago
Vincent Prouillet
75d9d10805
Update README.md
6 years ago
Vincent Prouillet
89478db268
Add comparison between SSG
6 years ago
Vincent Prouillet
15dd8e629e
v0.3.2
6 years ago
Vincent Prouillet
f9bb73f7bb
Merge pull request #239 from Keats/next
Next version
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
1e25117887
Fix date serializing in extra section of pages
Closes #238
6 years ago
Vincent Prouillet
de80de1628
Mention 2x serde attributes is not a typo
6 years ago
Vincent Prouillet
217738d0c8
Update list of themes
6 years ago
Vincent Prouillet
f8b0720e39
Merge pull request #219 from Keats/docs-update
Docs update
6 years ago
Vincent Prouillet
1775242f55
Merge pull request #244 from PhilipDaniels/next
Add a bunch of highlight themes, light and dark.
6 years ago
Vincent Prouillet
7aa6c1fdfe
Add andrei.blue
Closes #243
6 years ago
Philip Daniels
4e566ac604
Add a bunch of themes, light and dark.
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
Vincent Prouillet
f218f2eaf5
Merge pull request #240 from PhilipDaniels/next
Filter ignored content in page.rs.
6 years ago
Philip Daniels
92f38d1b70
Remove unnecessary if when compiling the glob set.
6 years ago
Philip Daniels
045e9def21
globset can be a dev-dependency in 'content'
6 years ago
Vincent Prouillet
5c56278be1
Let people edit their index.md
Closes #241
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
972687fd76
Add back mistakenly deleted test file
6 years ago
Vincent Prouillet
9e5c34df66
WIP theme site
6 years ago
Vincent Prouillet
3a00f0bcec
Move examples to other readme
Closes #214
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
fa8a2bfb2a
Try to update netlify.toml
6 years ago