initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-06 17:52:09 +02:00
parent d2fc7b09ca
commit 4113b5dd95
2 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,3 @@ RUN HUGO=$(curl -s "https://api.github.com/repos/gohugoio/hugo/releases/latest"
WORKDIR /src
EXPOSE 1313

View File

@ -1,3 +1,5 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
[params.utteranc]
repo = '4ever9/blog-comments'