From 5055ed96c598a55f52a99b2219870f1d6312c2bf Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 12 Jul 2024 20:01:34 -0500 Subject: [PATCH] ci fix zola --- .github/workflows/main.yml | 2 +- config.toml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c7371b..37556cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: . diff --git a/config.toml b/config.toml index 6b853ca..fd8a8ee 100644 --- a/config.toml +++ b/config.toml @@ -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