Go to file
Karthik Ganeshram 4cc02c1adb
Merge pull request #2 from bacongobbler/fix-registry
fix registry URL
2023-11-06 13:38:34 -08:00
.github/workflows fix registry URL 2023-11-06 13:37:32 -08:00
templates/spin-zola update base_url 2023-11-05 23:12:05 -06:00
README.md initial commit 2023-11-02 12:13:43 -07:00

README.md

Spin Template for Zola SSG

This is a template for zola SSG with spin

Installing template

$ spin templates install --upgrade --git https://github.com/karthik2804/spin-zola

Creating and Running

zola needs to be insalled as a prerequisite.

$ spin new zola-ssg my-blog
$ cd my-blog
$ spin build --up