diff --git a/README.md b/README.md index 82d5780..15ae9e4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ module: imports: # other imports ... # The hugo-activitystreams module: - - path: codeberg.org/jlelse/hugo-activitystreams + - path: git.jlel.se/jlelse/hugo-activitystreams ``` You also need to specify the [custom output format](https://gohugo.io/templates/output-formats/) `activity` for the kinds `index` and `page`. When you add a custom output format, you need to make sure to also include the [default ones](https://gohugo.io/templates/output-formats/#default-output-formats). diff --git a/go.mod b/go.mod index 4989b5c..2ebdb10 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module codeberg.org/jlelse/hugo-activitystreams +module git.jlel.se/jlelse/hugo-activitystreams -go 1.13 +go 1.14