1
Fork 0

Move repo to my own git

This commit is contained in:
Jan-Lukas Else 2020-04-26 14:38:01 +02:00
parent 06c3bcf4b0
commit 379e7423e0
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ module:
imports: imports:
# other imports ... # other imports ...
# The hugo-activitystreams module: # 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). 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).

4
go.mod
View File

@ -1,3 +1,3 @@
module codeberg.org/jlelse/hugo-activitystreams module git.jlel.se/jlelse/hugo-activitystreams
go 1.13 go 1.14