Skip to content

Commit 3116933

Browse files
authored
Merge pull request #60 from gethinode/develop
Develop
2 parents efe4ab0 + 28f7db2 commit 3116933

File tree

4 files changed

+2639
-525
lines changed

4 files changed

+2639
-525
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hugo Child Theme Hinode
1+
# Hinode - Child Theme
22

33
<!-- Tagline -->
44
<p align="center">
@@ -11,6 +11,12 @@
1111
<a href="https://gohugo.io" alt="Hugo website">
1212
<img src="https://img.shields.io/badge/generator-hugo-brightgreen" />
1313
</a>
14+
<a href="https://app.netlify.com/sites/gethinode-child/deploys" alt="Netlify Status">
15+
<img src="https://img.shields.io/netlify/bbe29d40-f246-44fc-ac33-3c48e4776a11" />
16+
</a>
17+
<a href="https://stats.uptimerobot.com/xyGVYhLJmV" alt="UptimeRobot Status">
18+
<img src="https://img.shields.io/uptimerobot/status/m793642596-ec67b9245f33e4f365f0da66" />
19+
</a>
1420
<a href="https://github.com/gethinode/child/commits/main" alt="Last commit">
1521
<img src="https://img.shields.io/github/last-commit/gethinode/child.svg" />
1622
</a>

config/_default/params.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[main]
22
separator = "-"
33
description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5."
4+
enableDarkMode = true
45

56
[docs]
67
version = "0.8"
@@ -11,8 +12,8 @@
1112
fullCover = false
1213

1314
[navigation]
14-
logo = "/img/logo_embedded.svg"
15-
color = "white"
15+
logo = "/img/logo_icon.svg"
16+
color = "body"
1617
style = "light"
1718
fixed = true
1819
offset = "4em"

0 commit comments

Comments
 (0)