From 7e27844673d5131e8d40782260046eb6dce7ed92 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Mon, 17 Mar 2025 01:05:55 +0000 Subject: [PATCH] Add cicada to go modules --- .gitignore | 1 + build.rb | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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|