_config.yml in moonwalk-0.0.3 vs _config.yml in moonwalk-0.0.4
- old
+ new
@@ -5,27 +5,36 @@
Moonwalk is a fast and elegant Jekyll theme with a clean dark mode. It comes with horizontal list (for navbar and footer), card list (for portfolio), and a generic vertical list. It is very easy to modify in case you want to build over it - please see _layouts/home.html to do that.
permalink: /:slug.html
favicon: "./logo.png" # relative path to site's favicon
-# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
remote_theme: abhinavs/moonwalk
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
+ appearance_toggle: true # if appearance can be switched by user
back_home_text: "home.." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
- show_description: true # show blog description in home page
- show_navbar: true # show horizontal navbar in home page
+ show_description: true # show blog description
+ show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
+ show_copyright: true # show copyright notice in footer
+ # following keys are using to create home layout
show_projects: true # show projects as cards, add in _data/home.yml
+ show_blog: true # show blog posts added in _posts
show_old_projects: true # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
- show_soopr: true # show share buttons using soopr
- soopr_base_url: "https://soopr.netlify.app"
+ # options for "home" page
+ home:
+ title_projects: Portfolio
+ title_misc_list: Details
+ title_blog: Blog
+ title_old_projects: Old Projects
+soopr:
+ publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
highlighter: rouge
sass:
style: :compressed