diff --git a/_config.yml b/_config.yml index 06db05c..f6d6675 100644 --- a/_config.yml +++ b/_config.yml @@ -104,5 +104,5 @@ theme_config: Eepsite: http://mdleom.i2p 'Eepsite (B32)': http://ggucqf2jmtfxcw7us5sts3x7u2qljseocfzlhzebfpihkyvhcqfa.b32.i2p - # Load forkawesome icons? See the links option below. + # Load forkawesome icons? icons: false diff --git a/themes/chameleon/README.md b/themes/chameleon/README.md index 93e996e..c40383b 100644 --- a/themes/chameleon/README.md +++ b/themes/chameleon/README.md @@ -8,3 +8,24 @@ Chameleon is a fork of [Typing](https://github.com/geekplux/hexo-theme-typing) t - Add a [Copy](https://clipboardjs.com/) button to each code block. - Removed jQuery, fancyBox, web analytics, comment plugins, donation links and [typo.css](https://github.com/sofish/typo.css). - Homepage shows index of posts (same as /archives). + +## Options + +Configure this theme from your **site**'s configuration: + +``` yml +# _config.yml +theme_config: + # Header menu + menu: + Home: / + Archives: /archives/ + Feed: /atom.xml + + # Footer menu + footer: + GitLab: https://gitlab.com/curben/blog + + # Load forkawesome icons? + icons: false +``` diff --git a/themes/chameleon/layout/_partial/header.ejs b/themes/chameleon/layout/_partial/header.ejs index 5737ee8..a88fd35 100644 --- a/themes/chameleon/layout/_partial/header.ejs +++ b/themes/chameleon/layout/_partial/header.ejs @@ -24,7 +24,7 @@ <%/* Nav menu for mobile */%>