Skip to content

Commit

Permalink
chore: enable dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
uh-zz committed Dec 23, 2023
1 parent 11317c3 commit 9175fc6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
resources/_gen/*
node_modules/*
public/*

.DS_Store
48 changes: 38 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ enableEmoji: true
# Site parameters
params:
description: 技術とポエムを垂れ流しています
images:
- images/bio_1.jpg

background: 'images/background-min.jpg'
logo:
Expand All @@ -45,18 +43,48 @@ params:
gitRepo: https://github.com/uh-zz/small-land
gitBranch: main

# specify whether you want to write some blog posts or not
enableBlogPost: true

# specify whether you want to show Table of Contents in reading page
enableTOC: true

# Provide newsletter configuration.
# This feature has been implemented for Mailchimp only for now.
# You can also hide it from the footer.
newsletter:
# specify whether you want to display the newsletter form
enable: false

social:
twitter: _uhzz_
features:
darkMode:
enable: true

# specify whether you want to show Table of Contents in reading page
toc:
enable: true

# Enable and configure portfolio
portfolio:
enable: true

# Enable and configure blog posts
blog:
enable: true

# Provide footer configuration.
footer:
enable: true
# You can provide your custom footer template using this option.
# Put your template in "layouts/partials" folder of your repo.
template: footer.html
# Show/hide navigation in the footer. Default is "true".
navigation:
enable: true
# show custom menus in the footer
customMenus: true
# Show/hide "Contact Me" section in the footer. Default is "true".
contactMe:
enable: true
# Show/hide credentials section in the footer. Default is "true".
credentials:
enable: true

# Show/hide newsletter section in the footer. Default is "true".
# Currently, it supports "mailchimp".
newsletter:
enable: false

0 comments on commit 9175fc6

Please sign in to comment.