Commit f5eb7458 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Replace deprecated learn theme by relearn

relearn is fork of learn
parent 3035696d
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
[submodule "themes/learn"]
	path = site/themes/learn
	url = https://github.com/matcornic/hugo-theme-learn.git
[submodule "hugo-theme-relearn"]
	path = site/themes/hugo-theme-relearn
	url = https://github.com/McShelby/hugo-theme-relearn.git
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ languageCode = "en-US"
defaultContentLanguage = "en"

title = "cpprb"
theme = "learn"
theme = "hugo-theme-relearn"
themesdir = "themes"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= false
@@ -21,7 +21,7 @@ publishDir = "../public"
  custom_css = ["css/custom.css"]

[outputs]
home = [ "HTML", "RSS", "JSON"]
home = ['html', 'rss', 'print']

[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-gitlab'></i> GitLab"
Original line number Diff line number Diff line
Subproject commit 28fce6b04c414523280c53ee02f9f3a94d9d23da
Loading