Browse Source

Merge branch 'master' into next

index-subcmd
Vincent Prouillet GitHub 5 years ago
parent
commit
e21a102f89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 12 deletions
  1. +1
    -1
      .github/PULL_REQUEST_TEMPLATE.md
  2. +5
    -5
      README.md
  3. +1
    -1
      docs/content/documentation/deployment/github-pages.md
  4. +1
    -1
      docs/content/documentation/deployment/gitlab-pages.md
  5. +0
    -1
      docs/content/documentation/deployment/netlify.md
  6. +1
    -1
      docs/content/themes/even/index.md
  7. +2
    -2
      snapcraft.yaml

+ 1
- 1
.github/PULL_REQUEST_TEMPLATE.md View File

@@ -5,7 +5,7 @@ If you want to add a new feature, please open a thread there first in the featur

Sanity check:

* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for the same update/change?

## Code changes
(Delete or ignore this section for documentation changes)


+ 5
- 5
README.md View File

@@ -17,9 +17,9 @@ in the `docs/content` folder of the repository and the community can use [its fo
| Syntax highlighting | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Sass compilation | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Assets co-location | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Multilingual site | ![yes](./is-yes.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Multilingual site | ![ehh](./is-ehh.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Image processing | ![yes](./is-yes.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Sane & powerful template engine | ![yes](./is-yes.svg) | ![ehh](./is-ehh.svg) | ![ehh](./is-ehh.svg) | ![yes](./is-yes.svg) |
| Sane & powerful template engine | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) | ![ehh](./is-ehh.svg) | ![yes](./is-yes.svg) |
| Themes | ![yes](./is-yes.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Shortcodes | ![yes](./is-yes.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
| Internal links | ![yes](./is-yes.svg) | ![no](./is-no.svg) | ![yes](./is-yes.svg) | ![yes](./is-yes.svg) |
@@ -43,11 +43,11 @@ in the `docs/content` folder of the repository and the community can use [its fo
- Hugo: markdown, asciidoc, org-mode
- Pelican: reStructuredText, markdown, asciidoc, org-mode, whatever-you-want

### Template engine explanation
### ![ehh](./is-ehh.svg) explanations

Cobalt gets ![ehh](./is-ehh.svg) because, while based on [Liquid](https://shopify.github.io/liquid/), the Rust library doesn't implement all its features and there is no documentation on what is and isn't implemented; the errors are cryptic; and Liquid itself is not powerful enough to do some of things you can do in Jinja2, Go templates, or Tera.
Hugo gets ![ehh](./is-ehh.svg) for the template engine because while it is probably the most powerful template engine in the list, after Jinja2, it personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased.

Hugo gets ![ehh](./is-ehh.svg) because while it is probably the most powerful template engine in the list, after Jinja2, it personally drives me insane, to the point of writing my own template engine and static site generator. Yes, this is a bit biased.
Zola gets ![ehh](./is-ehh.svg) for the multi-language support as it only has a basic support and does not offer (yet) things like i18n in templates.

### Pelican notes



+ 1
- 1
docs/content/documentation/deployment/github-pages.md View File

@@ -51,7 +51,7 @@ language: minimal
before_script:
# Download and unzip the zola executable
# Replace the version numbers in the URL by the version you want to use
- curl -s -L https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
- curl -s -L https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin

script:
- zola build


+ 1
- 1
docs/content/documentation/deployment/gitlab-pages.md View File

@@ -41,7 +41,7 @@ variables:
# This variable will ensure that the CI runner pulls in your theme from the submodule
GIT_SUBMODULE_STRATEGY: recursive
# Specify the zola version you want to use here
ZOLA_VERSION: "v0.6.0"
ZOLA_VERSION: "v0.7.0"

pages:
script:


+ 0
- 1
docs/content/documentation/deployment/netlify.md View File

@@ -47,7 +47,6 @@ ZOLA_VERSION = "0.7.0"
command = "zola build --base-url $DEPLOY_PRIME_URL"
```


## Manual Deploys
If you would prefer to use a version of Zola that isn't a tagged release (for example, after having built Zola from
source and made modifications), then you will need to manually deploy your `public` folder to Netlify. You can do this through


+ 1
- 1
docs/content/themes/even/index.md View File

@@ -116,4 +116,4 @@ katex_enable = true
katex_auto_render = true
```


+ 2
- 2
snapcraft.yaml View File

@@ -1,5 +1,5 @@
name: zola
version: 0.6.0
version: 0.7.0
summary: A fast static site generator in a single binary with everything built-in.
description: |
A fast static site generator in a single binary with everything built-in.
@@ -21,7 +21,7 @@ parts:
zola:
source-type: git
source: https://github.com/getzola/zola.git
source-tag: v0.6.0
source-tag: v0.7.0
plugin: rust
rust-channel: stable
build-packages:


Loading…
Cancel
Save