Vincent Prouillet
b396a1bc20
Add --drafts flag + rustfmt
6 years ago
Vincent Prouillet
f0c48b8a14
Add some more text to zola init
Closes #773
6 years ago
Vincent Prouillet
8942c15428
Add to changelog + rustfmt
6 years ago
southerntofu
13b395b536
zola init works inside existing directories ( closes #406 ) ( #777 )
* zola init works without argument (defaults to current directory)
* zola init works with existing folders (no non-hidden files permitted)
* Update zola init documentation
* [docs] Optional argument is on a separate line for clarity
* Add tests for init subcommand's respect of existing folders
6 years ago
Peng Guanwen
0b897ce7c7
Replace trim_{left, right} with trim_{start, end}
trim_{start, end} is introduced in rust 1.30.0 and
trim_{left, right} is deprecated since 1.33.0.
6 years ago
Vincent Prouillet
b7ce4e59fb
rustfmt
6 years ago
Vincent Prouillet
f84ae7c93b
Rename all occurrences of gutenberg to zola in code
6 years ago
Christian Friedrich Coors
85529186e4
Fix some clippy warnings
7 years ago
Vincent Prouillet
73ddbf7152
Write some docs
7 years ago
Vincent Prouillet
b3b2527c5d
TIL about serde default
7 years ago
Vincent Prouillet
129e693521
Add default templates
7 years ago
Vincent Prouillet
699ffb07ce
Create themes folder on init
8 years ago
Vincent Prouillet
23e4b911e7
Improve gutenberg init
Fix #104
8 years ago
Vincent Prouillet
c3b525745e
Convert project to a workspace
8 years ago
Vincent Prouillet
59b4b07cb3
Use Path for fs utils rather than AsRef
8 years ago
Vincent Prouillet
2a150299f3
Move cli code to bin directory
8 years ago
Vincent Prouillet
e68af48eb6
Make gutenberg a lib as well
8 years ago
Vincent Prouillet
91fa7e358c
Started working on gutenberg again
8 years ago
Vincent Prouillet
cbe1691f36
Rename new command to init
8 years ago
Vincent Prouillet
a147e68f78
Start building sites
8 years ago
Vincent Prouillet
3cd5da2128
Separate front matter parsing from the page
8 years ago
Vincent Prouillet
4ae84e468b
Switch to tera 0.5
8 years ago
Vincent Prouillet
021b8ea21f
Create new project
8 years ago