From 379e7423e0abb18374c3769850e9d121e410be2a Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 26 Apr 2020 14:38:01 +0200 Subject: [PATCH] Move repo to my own git --- README.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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