Skip to content

Commit

Permalink
ci fix zola
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jul 13, 2024
1 parent 354eec8 commit 5055ed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: shalzz/zola-deploy-action
uses: shalzz/zola-deploy-action@master
uses: shalzz/zola-deploy-action@v0.19.1
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
Expand Down
17 changes: 10 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# The URL the site will be built for
base_url = "https://nashbitdevs.org"

title = "NashBitDevs"
description = "NashBitDevs is a community in the Nashville area for those interested in discussing and participating in the research and development of Bitcoin and related protocols and software."

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
generate_feeds = true
feed_filenames = ["atom.xml", "rss.xml"]

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false

generate_feed = true
feed_filename = "rss.xml"
# Configuration of the Markdown rendering
[markdown]

title = "NashBitDevs"
description = "NashBitDevs is a community in the Nashville area for those interested in discussing and participating in the research and development of Bitcoin and related protocols and software."
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true

[extra]
# Put all your custom variables here
Expand Down

0 comments on commit 5055ed9

Please sign in to comment.