Skip to content

Commit f5eb745

Browse files
committed
Replace deprecated learn theme by relearn
relearn is fork of learn
1 parent 3035696 commit f5eb745

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/learn"]
2-
path = site/themes/learn
3-
url = https://github.com/matcornic/hugo-theme-learn.git
1+
[submodule "hugo-theme-relearn"]
2+
path = site/themes/hugo-theme-relearn
3+
url = https://github.com/McShelby/hugo-theme-relearn.git
File renamed without changes.
File renamed without changes.

site/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ languageCode = "en-US"
33
defaultContentLanguage = "en"
44

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

2323
[outputs]
24-
home = [ "HTML", "RSS", "JSON"]
24+
home = ['html', 'rss', 'print']
2525

2626
[[menu.shortcuts]]
2727
name = "<i class='fab fa-fw fa-gitlab'></i> GitLab"

site/themes/hugo-theme-relearn

Submodule hugo-theme-relearn added at 28fce6b

site/themes/learn

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)