Skip to content

Commit

Permalink
Update zola to 0.17.1 (#31)
Browse files Browse the repository at this point in the history
Updated zola to 0.17.1. This includes a fix for atom feed generation.
  • Loading branch information
sangsatori authored Mar 8, 2023
1 parent 6d6c345 commit eb96476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Zola
run: wget -q -O - "https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz" | sudo tar xzf - -C /usr/local/bin
env:
ZOLA_VERSION: 0.14.1
ZOLA_VERSION: 0.17.1
- name: Build
run: zola build
- name: Deploy
Expand Down
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ build_search_index = true
# Generate an RSS feed
generate_feed = true

# The site title and description; used in feeds by default.
# The site title, author and description; used in feeds by default.
title = "Helix"
description = "A post-modern modal text editor."
author = "Helix Contributors"

[markdown]
# Whether to do syntax highlighting
Expand Down

0 comments on commit eb96476

Please sign in to comment.