zola/src/cmd
René Ribaud 5bf1687fa7
Use trim_start_matches instead of strip_prefix (#1156)
- This allow to not bump the pinned version to 1.45.0.
- Change this, despite trim_start_matches returns a &str and not an Option, which I
  like less.
2020-09-03 10:47:48 +02:00
..
build.rs Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
check.rs Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
init.rs Use trim_start_matches instead of strip_prefix (#1156) 2020-09-03 10:47:48 +02:00
livereload.js Update livereload.js 2020-07-24 23:46:27 +02:00
mod.rs Add aliases to sections 2019-06-02 20:21:06 +02:00
serve.rs Change zola serve to load HTML from memory instead of disk (#1114) 2020-08-16 18:39:04 +02:00