diff --git a/.gitignore b/.gitignore index b8c43ff..f559e55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _build/ vendor/bundle +.vscode/ \ No newline at end of file diff --git a/build.rb b/build.rb index b564913..d7af95d 100644 --- a/build.rb +++ b/build.rb @@ -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|