repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

commit
56dd37a
parent
bed0511
author
Eric Bower
date
2023-06-18 15:32:34 +0000 UTC
chore: build step
3 files changed,  +6, -3
M .gitignore
+1, -1
1@@ -1,4 +1,4 @@
2-pico-git
3+pgit
4 *.swp
5 *.log
6 public/
A Makefile
+3, -0
1@@ -0,0 +1,3 @@
2+build:
3+	go build -o pgit ./main.go
4+.PHONY: build
M config.yaml
+2, -2
1@@ -1,3 +1,3 @@
2 repos:
3-  - /home/erock/dev/lists.sh
4-  - /home/erock/dev/lists-blog
5+  - /home/erock/dev/pico/pico
6+  - /home/erock/dev/pico/pico-ops