orphen
6390f65052
docs: fix order of events in zola overview (templates, server, content) ( #2574 )
2024-07-15 20:47:35 +02:00
LeoniePhiline
e834c7a149
docs(installation): add instructions for openSUSE Leap and Tumbleweed ( #2569 )
...
When installing `zola` from repositories,
the bash, zsh and fish autocompletion packages
are co-installed as recommended packages.
Package details for all distributions:
https://software.opensuse.org/package/zola?baseproject=ALL
2024-07-13 23:01:42 +02:00
Ryan Wong
f682baa85e
docs(installation): Add information for Gentoo Linux ( #2492 )
...
Gentoo linux: https://www.gentoo.org/
Also fixed 2 lines of space formatting
2024-05-07 22:40:54 +02:00
TrialDragon
18d28b7096
Fix typo in Fedora installation instructions ( #2440 )
2024-02-18 21:58:11 +01:00
Leonid Tsarev
b89837a2cb
Update installation.md to add winget command ( #2413 )
2024-01-21 17:50:43 +01:00
Olivier Samyn
0b46736aff
Add multi-stage dockerfile build example ( #2327 )
...
* Add multi-stage dockerfile build example
* Simplify install instructions, add docker image deployment example
2023-10-21 22:38:17 +02:00
Steven Roose
49b56c3026
docs: Update installation.md to use --locked ( #2284 )
2023-08-24 21:08:37 +02:00
Hildeberto Mendonça
0f819fc880
Using cargo install ( #2218 )
...
The tool is automatically built and added to the path when using `$ cargo install --path .`. It simplifies running Zola from the source.
2023-05-23 21:02:26 +02:00
Connor Skees
252f3b3136
remove libsass from build instructions ( #2217 )
2023-05-17 09:25:01 +02:00
Waldir Pimenta
f2d6b2e1d3
installation.md: add Nix installation instructions ( #2126 )
2023-03-05 20:32:22 +01:00
Vincent Prouillet
1a6c1a32be
Fix docs
...
Closes #2117
2023-02-26 20:01:04 +01:00
Vincent Prouillet
f27ea8c029
Fix typo
2023-02-11 16:12:39 +01:00
Marcin Puc
3e5c19fffa
document installing via github actions ( #2097 )
2023-02-11 15:28:49 +01:00
Scott Bronson
3af1815ea3
Best way to install Zola on Fedora now is COPR ( #2070 )
2023-01-28 22:44:46 +01:00
Kian-Meng Ang
1353585cbb
Fix typos ( #2056 )
...
Found via `codespell docs -S docs/content/themes -L
crate,mouvement,edn,tese,doas`
2023-01-02 16:16:33 +01:00
Nikita Ronja
8bbf37791f
documentation: Add pkgsrc. ( #1812 )
2022-12-13 10:59:54 +01:00
Newbyte
6f0697d438
Update Alpine Linux installation instructions ( #1953 )
2022-08-14 16:08:48 +02:00
Vincent Prouillet
39bfbcd019
Merge pull request #1741 from getzola/next
...
Next version
2022-07-16 23:25:10 +02:00
mscherer
9669db0dcd
Fix misspelling in documentation ( #1914 )
2022-07-04 09:42:43 +02:00
Ayush
c2bdfb9af7
Add flatpak installation to docs ( #1906 )
...
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2022-06-21 17:17:23 +02:00
Vincent Prouillet
c70aaf781e
Merge branch 'master' into next
2022-06-10 21:26:48 +02:00
Vincent Prouillet
85a16d1d4b
Fix old docker image reference
...
Closes #1861
2022-06-10 21:16:38 +02:00
Jt Miclat
aff5bff0a6
Update docker image name in docker installation ( #1889 )
2022-06-06 10:46:00 +02:00
Hidde Beydals
1d9d345264
Update broken link to container image versions ( #1830 )
...
This seems to have been forgotten in 2ded7f5a
.
2022-04-18 19:58:20 +02:00
Vincent Prouillet
2ded7f5a81
dockerhub -> ghcr
2021-12-08 20:38:40 +01:00
Vincent Prouillet
862149e92e
Update pinned ci version
2021-11-25 09:15:22 +01:00
Vincent Prouillet
3dcc080f9d
Merge pull request #1553 from getzola/next
...
Next version
2021-08-24 09:09:59 +02:00
Marc-Antoine ARNAUD
f866e0b650
Update docker documentation usage with Zola 0.14.0 ( #1594 )
2021-08-20 19:49:44 +02:00
liushuyu
c658d171f8
cargo/manifests: allow user to use native-tls if ring
is unsupported ( #1587 )
...
* cargo/manifests: allow user to use native-tls ...
... if `ring` can't be used on the user's platform (e.g. mips/ppc/riscv)
* CI: test for native tls build
2021-08-18 15:32:34 +02:00
Herby Gillot
f8d3dabc17
README: add MacPorts info
2021-07-21 07:11:51 -04:00
Vincent Prouillet
b89fc2c274
Merge branch 'master' into next
2021-07-18 13:53:27 +02:00
Vincent Prouillet
5df6e034c4
Update MSRV
2021-05-09 23:03:19 +02:00
Vincent Prouillet
10c1739c62
Update pinned MSRV
2021-05-05 21:36:56 +02:00
Martin Simon
a0b92be9f6
doc(installation): add Debian package ( #1432 )
2021-04-26 09:27:23 +02:00
Jeremy
bf05a54a2e
Add live reload tip for serving site with docker ( #1352 )
2021-02-13 20:06:59 +01:00
William Desportes
49b6087d21
Document Docker Hub ( #1337 )
2021-02-03 14:59:45 +01:00
William Desportes
afd5da4f64
Improve documentation ( #1335 )
...
* Fix "overriden" to "overridden" typo
* Add my website to the EXAMPLES
* HTTPS migration for some links
* Fix #1295 - Document alpine linux version
Fixes : #1295
* Update Zola version on Travis CI example
* Documentation improvements and typo fixes
* Update more example versions and remove the useless variable on the GitLab CI example
* Fix all broken links and theme links
2021-02-03 13:13:49 +01:00
Vincent Prouillet
74bf676ced
Update MSRV
2021-01-05 22:15:09 +01:00
Spencer Burris
924100f011
Add Void Linux installation instructions
2020-09-05 10:28:44 -07:00
Vincent Prouillet
ba240cd27f
Change min Rust version in docs
2020-09-03 21:25:42 +02:00
Vincent Prouillet
e0068ef116
Remove mention from changelog
2020-09-01 21:23:29 +02:00
Vincent Prouillet
4f5fd63281
Update deps + pinned
2020-08-28 19:49:19 +02:00
Peter H. Ezetta
b359cca4fe
adding OpenBSD installation instructions ( #1109 )
2020-07-30 11:03:01 +02:00
Sven-Hendrik Haase
26a5a368d3
Zola is now available in the official Arch repos ( #1089 )
2020-07-19 10:51:03 +02:00
photong
5ba4d47538
Docs next ( #858 )
...
* Update installation.md
* Update cli-usage.md
* Update installation.md
* Update directory-structure.md
* Update configuration.md
* Update overview.md
* Update section.md
* Update page.md
* Update section.md
* Update configuration.md
* Update page.md
* Update section.md
* Update page.md
* Update shortcodes.md
* Update linking.md
* Update table-of-contents.md
* Update syntax-highlighting.md
* Update taxonomies.md
* Update search.md
* Update sass.md
* Update index.md
* Update multilingual.md
* Update overview.md
* Update pages-sections.md
* Update pagination.md
* Update taxonomies.md
* Update rss.md
* Update sitemap.md
* Update robots.md
* Update 404.md
* Update archive.md
* Update overview.md
* Update installing-and-using-themes.md
* Update creating-a-theme.md
* Update netlify.md
* Update github-pages.md
* Update gitlab-pages.md
* Updates.
* Skip link checking for URL with prefix in config (#846 )
* Fix some doc changes
* Section extra -> SitemapEntry (#850 )
* Update deps
* Remove tutorial link.
* Update overview.md
* Update page.md
* Update section.md
* Update netlify.md
* Update overview.md
* Change some wording.
* Update overview.md
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: Vincent Prouillet <balthek@gmail.com>
Co-authored-by: Stan Rozenraukh <stan@stanistan.com>
2020-02-02 17:48:43 -08:00
photong
51d4b6bd6a
Simple clean up of documentation. ( #849 )
...
* Update installation.md
* Update cli-usage.md
* Update installation.md
* Update directory-structure.md
* Update configuration.md
* Update overview.md
* Update section.md
* Update page.md
* Update section.md
* Update configuration.md
* Update page.md
* Update section.md
* Update page.md
* Update shortcodes.md
* Update linking.md
* Update table-of-contents.md
* Update syntax-highlighting.md
* Update taxonomies.md
* Update search.md
* Update sass.md
* Update index.md
* Update multilingual.md
* Update overview.md
* Update pages-sections.md
* Update pagination.md
* Update taxonomies.md
* Update rss.md
* Update sitemap.md
* Update robots.md
* Update 404.md
* Update archive.md
* Update overview.md
* Update installing-and-using-themes.md
* Update creating-a-theme.md
* Update netlify.md
* Update github-pages.md
* Update gitlab-pages.md
* Update index.md
* Update page.md
* Update section.md
* Updates.
2020-02-02 17:48:42 -08:00
Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
2020-02-02 17:44:38 -08:00
Tobias Kortkamp
6895ae5b10
docs: Add installation on FreeBSD ( #741 )
2019-07-10 21:39:30 +02:00
Igor Gnatenko
a49daa7463
docs: Add installation on Fedora ( #734 )
2019-06-30 18:10:21 +02:00
Vincent Prouillet
78c8f9cd59
Add note about Powershell ISE
...
Closes #530
2019-03-25 23:17:37 +01:00