Add cicada to go modules

This commit is contained in:
Aleks Rutins 2025-03-17 01:05:55 +00:00
parent 20aecad4ab
commit 7e27844673
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
_build/
vendor/bundle
.vscode/

View file

@ -12,7 +12,8 @@ require_relative "pages/post"
require_relative "pages/gomod"
def go_modules = {
"farthergate.com/stack" => "https://git.sr.ht/~aleksrutins/stack"
"farthergate.com/stack" => "https://git.sr.ht/~aleksrutins/stack",
"farthergate.com/cicada" => "https://git.sr.ht/~aleksrutins/cicada"
}
Phlexite::Site.new { |s|