Adding hugo-simplecite

This commit is contained in:
Louis Lacoste 2024-04-13 22:39:54 +02:00
parent 3e574578dd
commit 7ae197a83b
4 changed files with 9 additions and 2 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "themes/paper"] [submodule "themes/paper"]
path = themes/paper path = themes/paper
url = https://github.com/nanxiaobei/hugo-paper.git url = https://github.com/nanxiaobei/hugo-paper.git
[submodule "themes/hugo-simplecite"]
path = themes/hugo-simplecite
url = https://github.com/joksas/hugo-simplecite

View file

@ -1,4 +1,6 @@
baseURL = 'https://blog.polarolouis.fr/' baseURL = 'https://blog.polarolouis.fr/'
languageCode = 'en-us' languageCode = 'en-us'
title = "Polarolouis's Blog" title = "Polarolouis's Blog"
theme = 'paper' theme = ['paper', 'hugo-simplecite']
sectionPagesMenu = 'main'
ignoreLogs = ['error-remote-getjson']

View file

@ -0,0 +1,2 @@
{{ $simpleciteStyle := resources.Get "scss/hugo-simplecite.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" type="text/css" href="{{ $simpleciteStyle.Permalink }}">

@ -1 +1 @@
Subproject commit 456c1657639f515c0e8efe08d73f4ddf1ff3cdb7 Subproject commit 271cb5117c78024eab2593a5f216b80f806479b7