Use the latest commit for the theme

This commit is contained in:
Gabriel Arazas 2020-11-05 15:30:02 +08:00
parent 50d21de18d
commit 382ee152a7
4 changed files with 9 additions and 2 deletions

View File

@ -41,7 +41,7 @@ code[class*="language-"], pre[class*="language-"] {
} }
#footnotes > *:not(hr) { #footnotes > *:not(hr) {
line-height: 1.5; line-height: 1.45;
margin: 1em; margin: 1em;
} }

View File

@ -15,6 +15,11 @@ id = "github"
url = "https://github.com/foo-dogsquared/" url = "https://github.com/foo-dogsquared/"
name = "GitHub" name = "GitHub"
[[links]]
id = "gitlab"
url = "https://gitlab.com/foo-dogsquared/"
name = "GitLab"
[[links]] [[links]]
id = "rss" id = "rss"
url = "index.atom" url = "index.atom"

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/foo-dogsquared/blog
go 1.15 go 1.15
require ( require (
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 // indirect github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d // indirect
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect
github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect
) )

2
go.sum
View File

@ -4,6 +4,8 @@ github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.1 h1:34Ey7ysM769d8Lf2h
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.1/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.1/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 h1:liGphVux817iNxviDkdBLTzMXj9qkNENkNR7kUXG09A= github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 h1:liGphVux817iNxviDkdBLTzMXj9qkNENkNR7kUXG09A=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d h1:+YilSiGzCjEm9vN1GdiIMn/Cilwf0YC2ibdDCZ43GTQ=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw=
github.com/foo-dogsquared/hugo-web-feeds v0.0.1 h1:miuJMx2Plw+4TBGctI2CgWXilddEHFnKNDQ9kLNti3w= github.com/foo-dogsquared/hugo-web-feeds v0.0.1 h1:miuJMx2Plw+4TBGctI2CgWXilddEHFnKNDQ9kLNti3w=
github.com/foo-dogsquared/hugo-web-feeds v0.0.1/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI= github.com/foo-dogsquared/hugo-web-feeds v0.0.1/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI=
github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=