Skip to content

Commit 9864a8d

Browse files
author
Alban Bailly
committed
update ignores and base css files
1 parent 18b497b commit 9864a8d

File tree

9 files changed

+14
-7
lines changed

9 files changed

+14
-7
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ languageCode = "en-us"
33
title = "Linode Developers Site"
44
defaultContentLanguage = "en"
55
paginate = 25
6-
theme = "linode-hugo-base-theme"
6+
theme = ["dlc", "linode-hugo-base-theme"]
77

88
# menu
99
[menu]

themes/dlc/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
yarn-error.log
3-
.DS_Store
3+
.DS_Store
4+
/static/assets/cssinfo/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{{ define "main" }}
2+
{{ end }}

themes/dlc/static/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/dlc/theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# theme.toml template for a Hugo theme
22
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
33

4-
name = "child-theme"
4+
name = "dlc"
55
license = "MIT"
66
licenselink = ""
77
description = ""
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
yarn-error.log
3-
.DS_Store
3+
.DS_Store
4+
/static/assets/cssinfo/
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
yarn-error.log
3-
.DS_Store
3+
.DS_Store
4+
/static/assets/cssinfo/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{{ define "main" }}
2+
{{ end }}

themes/linode-hugo-base-theme/CHILD-THEME/static/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)