forked from getzola/zola
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/getzola/zola
* 'master' of https://github.com/getzola/zola: Using cargo install (getzola#2218) Documented CNAME file for custom domains (getzola#2219) Clarifying documentation around themes. (getzola#1541) remove libsass from build instructions (getzola#2217) Add gburghoorn example to EXAMPLES.md (getzola#2212) Complete output for get_taxonomy in the documentation (getzola#2204) Update themes gallery (getzola#2203) Fix typo in page.md (getzola#2192) docs: update expired Documents documentation (getzola#2185) Update themes gallery (getzola#2180) Update deploy action to the latest version and make version consistant (getzola#2173) Update docs Update snap minor updates to overview docs (getzola#2158) Update documentation for multilingual use of taxonomies (getzola#2157) Update Metainfo (getzola#2148)
- Loading branch information
Showing
90 changed files
with
1,446 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- name: checkout | ||
uses: actions/[email protected] | ||
- name: build_and_deploy | ||
uses: shalzz/zola-deploy-action@v0.16.1-1 | ||
uses: shalzz/zola-deploy-action@v0.17.2 | ||
env: | ||
# Target branch | ||
PAGES_BRANCH: gh-pages | ||
|
@@ -79,7 +79,7 @@ jobs: | |
- name: 'checkout' | ||
uses: actions/[email protected] | ||
- name: 'build' | ||
uses: shalzz/zola-deploy-action@v0.16.1 | ||
uses: shalzz/zola-deploy-action@v0.17.2 | ||
env: | ||
PAGES_BRANCH: gh-pages | ||
BUILD_DIR: . | ||
|
@@ -92,7 +92,7 @@ jobs: | |
- name: 'checkout' | ||
uses: actions/[email protected] | ||
- name: 'build and deploy' | ||
uses: shalzz/zola-deploy-action@v0.16.1 | ||
uses: shalzz/zola-deploy-action@v0.17.2 | ||
env: | ||
PAGES_BRANCH: master | ||
BUILD_DIR: . | ||
|
@@ -163,3 +163,7 @@ If your site is using a custom domain, you will need to mention it in the `ghp-i | |
`ghp-import -c vaporsoft.net -n public` for example. | ||
|
||
Credits: The Travis-CI section of this page is based on the article https://vaporsoft.net/publishing-gutenberg-to-github/ | ||
|
||
## Custom Domain | ||
|
||
If you're using a custom domain for your GitHub Pages site, put the CNAME in static/CNAME so that Zola puts it in the root of the public folder which is where GitHub expects it to be. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.