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
Add custom data output to the comparison
index-subcmd
Vincent Prouillet
6 years ago
parent
bd0022c751
commit
5d75849c9b
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+1
-1
netlify.toml
+ 1
- 0
README.md
View File
@@ -33,6 +33,7 @@ in the `docs/content` folder of the repository.
| LiveReload | ✔ | ✕ | ✔ | ✔ |
| Netlify support | ~ | ✕ | ✔ | ✕ |
| Breadcrumbs | ✔ | ✕ | ✕ | ✔ |
| Custom ouput formats | ✕ | ✕ | ✔ | ? |
### Supported content formats
+ 1
- 1
netlify.toml
View File
@@ -7,4 +7,4 @@
ZOLA_VERSION = "0.5.0"
[context.deploy-preview]
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build--base-url $DEPLOY_PRIME_URL"
command = "curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build
--base-url $DEPLOY_PRIME_URL"
Write
Preview
Loading…
Cancel
Save