This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Release 0.0.3
index-subcmd
Vincent Prouillet
7 years ago
parent
3cdac7dee2
commit
e6b48dff38
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+1
-1
Cargo.lock
+1
-1
Cargo.toml
+ 1
- 0
CHANGELOG.md
View File
@@ -8,3 +8,4 @@
- Add shortcodes (see README for details)
- Allow relative links to other content in markdown links
- Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg
- Work on Windows!
+ 1
- 1
Cargo.lock
View File
@@ -1,6 +1,6 @@
[root]
name = "gutenberg"
version = "0.0.
2
"
version = "0.0.
3
"
dependencies = [
"base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ 1
- 1
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.0.
2
"
version = "0.0.
3
"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
Write
Preview
Loading…
Cancel
Save