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
Merge branch 'master' into next
index-subcmd
Vincent Prouillet
GitHub
5 years ago
parent
25b943ec35
050156987c
commit
723729b6d1
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
EXAMPLES.md
+1
-1
docs/content/documentation/getting-started/installation.md
+0
-1
docs/content/documentation/templates/taxonomies.md
+1
-1
docs/content/documentation/themes/installing-and-using-themes.md
+ 1
- 0
EXAMPLES.md
View File
@@ -21,3 +21,4 @@
| [Matthias Endler](https://matthias-endler.de) | https://github.com/mre/mre.github.io |
| [Michael Plotke](https://michael.plotke.me) | https://gitlab.com/bdjnk/michael |
| [shaleenjain.com](https://shaleenjain.com) | https://github.com/shalzz/shalzz.github.io |
| [Hello, Rust!](https://hello-rust.show) | https://github.com/hello-rust/hello-rust.github.io |
+ 1
- 1
docs/content/documentation/getting-started/installation.md
View File
@@ -27,7 +27,7 @@ $ yay -S zola-bin
Zola is available on snapcraft:
```bash
$ snap install --edge
--classic
zola
$ snap install --edge zola
```
## Windows
+ 0
- 1
docs/content/documentation/templates/taxonomies.md
View File
@@ -27,7 +27,6 @@ paginate_path: String?;
rss: Bool;
```
```
### Taxonomy list (`list.html`)
+ 1
- 1
docs/content/documentation/themes/installing-and-using-themes.md
View File
@@ -6,7 +6,7 @@ weight = 20
## Installing a theme
The easiest way to install
to
theme is to clone its repository in the `themes`
The easiest way to install
a
theme is to clone its repository in the `themes`
directory.
```bash
Write
Preview
Loading…
Cancel
Save