Vincent Prouillet
d1ca1e3e3e
Update themes gallery ( #1153 )
...
Co-authored-by: GitHub Action <action@github.com>
2020-09-02 19:34:02 +02:00
Ken
d198ad64db
Doc add a missing arg to get_taxonomy_url
( #1139 )
...
This feature is already exist, but not in the doc yet
Related #766
2020-08-18 13:06:49 +02:00
René Ribaud
261a2eee01
Docs/configuration update ( #1126 )
...
* Update configuration documentation
- Attempt to split the configuration file into sections to make it more readable and
avoid configuration mistakes (#1056 ).
- Move translation instructions to the right part.
- Add a bit more explanations to the extra section.
* Take into account @Keats feedbacks
* Remove short notice about translation usage
- A i18n page should be created to better explain it.
2020-08-16 18:25:52 +02:00
迷渡
6379723248
fix link ( #1127 )
2020-08-13 11:10:02 +02:00
René Ribaud
274a5be6f5
Fix title level of check command ( #1125 )
2020-08-12 22:46:07 +02:00
René Ribaud
282a755fb1
Add feed autodiscovery documentation ( #1123 )
...
* Add feed autodiscovery documentation
* Fix link in template
2020-08-12 09:20:16 +02:00
René Ribaud
c0e6c7e51c
Adding my blog to the example list ( #1124 )
2020-08-12 09:18:28 +02:00
Vincent Prouillet
00eca9842d
Update themes gallery ( #1122 )
...
Co-authored-by: GitHub Action <action@github.com>
2020-08-10 11:46:26 +02:00
Peter H. Ezetta
b359cca4fe
adding OpenBSD installation instructions ( #1109 )
2020-07-30 11:03:01 +02:00
Vincent Prouillet
97e772868d
Merge branch 'hmble-patch-1'
2020-07-22 18:42:56 +02:00
Vincent Prouillet
d242b6bd5f
Change wording a bit
2020-07-22 18:41:39 +02:00
René Ribaud
2514ad9981
Add warning to not put taxonomies key in [extra] ( #1095 )
2020-07-22 10:38:15 +02:00
Samyak Bakliwal
b3d9fd915c
Deployment guide for Vercel
2020-07-19 17:26:32 +05:30
Sven-Hendrik Haase
26a5a368d3
Zola is now available in the official Arch repos ( #1089 )
2020-07-19 10:51:03 +02:00
Vincent Prouillet
50d092f616
Update themes gallery ( #1082 )
...
Co-authored-by: GitHub Action <action@github.com>
2020-07-19 10:41:35 +02:00
2mol
47bd7c9e82
fix material-light theme link ( #1066 )
2020-06-17 11:03:06 +02:00
Vincent Prouillet
690ddeda52
Update snap
2020-06-09 22:30:29 +02:00
Vincent Prouillet
f138875094
Merge pull request #1049 from bdjnk/patch-1
...
mention code block output change
2020-06-03 15:36:36 +02:00
Michael Plotke
1200cfc2f0
mention code block output change
2020-06-03 08:12:09 -05:00
Vincent Prouillet
d1f7434a5a
Merge pull request #1039 from styfle/patch-1
...
ZEIT Now => Vercel
2020-05-26 08:39:31 +02:00
Steven
c7c4605340
ZEIT Now => Vercel
...
https://vercel.com/blog/zeit-is-now-vercel
2020-05-25 17:45:55 -04:00
Vincent Prouillet
a3a5b9ea06
Merge pull request #976 from getzola/next
...
0.11.0
2020-05-25 18:14:42 +02:00
Vincent Prouillet
3a292d294a
Prepare for release
2020-05-25 10:26:30 +02:00
Stan Rozenraukh
8d32f8b3f3
Fix panic in load_data(url=%s) ( #1036 )
...
If there is no response from the server, `load_data` would panic
with: `response status`.
This patch removes the `expect` in favor of an error message that we
couldn't get a response from the server for a given url.
2020-05-25 09:25:41 +02:00
Vincent Prouillet
1c867b6028
Update deps
2020-05-24 20:01:43 +02:00
XAMPPRocky
4389a72bdb
Update Cargo.lock ( #1034 )
2020-05-24 20:01:00 +02:00
Tymoteusz Wiśniewski
974ae167a8
Make path to config.toml independent from root dir ( #1023 )
...
fixes #1022
2020-05-23 11:55:45 +02:00
Vincent Prouillet
bfbc16d3ad
Update changelog
2020-05-23 11:51:08 +02:00
Hannu Hartikainen
36ec33f042
Change get_url(cachebust=true) to use a hash ( #1032 )
...
Cache-busting was previously done with a compile-time timestamp. Change
to the SHA-256 hash of the file to avoid refreshing unchanged files.
The implementation could be used to add a new global fn (say,
get_file_hash) for subresource integrity use, but that's for another
commit.
Fixes #519 .
Co-authored-by: Vincent Prouillet <balthek@gmail.com>
2020-05-23 11:46:50 +02:00
Vincent Prouillet
e1c8c01149
Consistent path for defult index section
...
Closes #995
2020-05-23 11:43:24 +02:00
hui.liu
32ca1a14ed
Wrap highlight code blocks with <code> ( #1026 )
...
* Wrap highlight code blocks with <code>
* Fix tests for highlight code block
2020-05-18 09:41:56 +02:00
Hannu Hartikainen
a7657f30ab
Use {{ page.permalink | safe }} in tutorial ( #1024 )
...
The `/` urls are confusing to newcomers (at least myself). Use the best practice in the tutorial (see issue #129 ).
2020-05-13 08:40:06 +02:00
Vincent Prouillet
fbf431d612
Update syntect, using rust-onig with bindgen temporarily
2020-05-12 20:07:02 +02:00
Vincent Prouillet
bc496e6101
Update syntaxes and syntect
2020-04-29 22:35:28 +02:00
southerntofu
e3dc8bbab5
Access heading level in anchor-link.html ( #1008 )
...
* Add lvl variable in anchor-link context
* Add docs about lvl in anchor-link.html
* Rename lvl => level
2020-04-29 19:40:25 +02:00
Sven-Hendrik Haase
e9b47dae59
Remove implicit dependency on openssl-sys ( #1001 ) ( #1005 )
2020-04-27 09:49:05 +02:00
Adrian Sieber
79b2338bd3
Fix path of generated page ( #1011 )
2020-04-27 09:35:53 +02:00
Clément Joly
6b91328e81
Typos ( #1010 )
2020-04-26 20:35:59 +02:00
Vincent Prouillet
b96b187eca
Fix tests + rustfmt
2020-04-22 10:07:17 +02:00
Andrew Wonnacott
d19855e909
Rewrite link_checker to use a Result internally ( #928 )
2020-04-22 10:04:10 +02:00
Gelez
7b3279befd
Theme docs: actually edit the config ( #996 )
...
I hope it is just not me that misunderstood the sentence above, but I think it should be `true` and not `false`.
2020-04-22 09:48:08 +02:00
Vincent Prouillet
c04e6ebaf5
Some tweaks
2020-04-21 19:28:58 +02:00
Vincent Prouillet
93b3b9f9ff
Update pinned version in CI
2020-04-21 18:29:41 +02:00
Vincent Prouillet
0ac70cb242
Merge pull request #994 from chris-morgan/misc
...
Chris Morgan’s whole bunch of miscellaneous work for landing
2020-04-21 18:21:48 +02:00
Vincent Prouillet
07e0853183
Update themes
2020-04-15 18:53:46 +02:00
Vincent Prouillet
8253adbcc0
Fix tests
2020-04-14 19:15:30 +02:00
Chris Morgan
4653e68715
Add lang, taxonomy and term to feed template
...
Also a FIXME on the rebuilding part, because it’s presently very wrong.
2020-04-14 17:29:51 +05:30
Chris Morgan
eb7751955a
WIP: add an 'updated' field to pages
...
Also change a few other things to use it, as noted in CHANGELOG.md.
TODO:
- Write a couple of tests: updated field, last_updated template variable
One slight open questions: should `updated` default to the value of
`date` rather than to None? Then pages with `date` could safely assume
`updated`.
2020-04-14 17:29:46 +05:30
Chris Morgan
0cc1435f35
Make config.description optional in atom.xml
2020-04-14 17:27:08 +05:30
Chris Morgan
048949ea31
Rename last_build_date to latest_date
...
The variable name matched the RSS tag it ended up in, but was misleading
about what it actually was—because if you actually want “last build
date”, you should use `now()`. (Due to the potential for edits, I think
that either there should be an official `updated` field on pages, or
that these templates should use `now()`.)
2020-04-14 17:27:08 +05:30