Add cicada to go modules
This commit is contained in:
parent
20aecad4ab
commit
7e27844673
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
_build/
|
_build/
|
||||||
vendor/bundle
|
vendor/bundle
|
||||||
|
.vscode/
|
3
build.rb
3
build.rb
|
@ -12,7 +12,8 @@ require_relative "pages/post"
|
||||||
require_relative "pages/gomod"
|
require_relative "pages/gomod"
|
||||||
|
|
||||||
def go_modules = {
|
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|
|
Phlexite::Site.new { |s|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue