Hexo blog theme. it makes Japanese more readable and beautiful.
- Clone this repo into
theme/simple-japanese
.
# git clone
git clone https://github.com/mitsuruog/hexo-theme-simple-japanese.git themes/simple-japanese
# or fork this repo and install it as git submodule
git submodule add https://github.com/<your-username>/hexo-theme-simple-japanese.git themes/simple-japanese
- Edit your
_config.yml
, changetheme
proprety tosimple-japanese
to enable theme.
- theme: simple-japanese
- (Optional)Update theme. if you use git submodule way, update your repo then update git submodule.
git submodule update --remote
This theme provides 6 built-in widgets:
- search(google site search)
- profile
- recent_posts
- tagcloud
- archive
following settings are for theme.
# Site
author: YOUR_NAME
author_title: YOUR_DESCRIPTION
avatar: YOUR_AVATAR_URL
# URL
url: YOUR_BLOG_URL
# Sidebar
widgets:
- search
- profile
- recent_posts
- tagcloud
- archive
# Contact
contact:
url: YOUR_CONTACT_URL
icon: github # font-awesome icon. e.x) fa-github
# Google tag manager
google_analytics: GTM-XXXXXX
# Custom assets
simple_japanese:
custom_assets:
css: css/custom.css
// <link rel="stylesheet" href="/css/custom.css" type="text/css">
js: js/custom.js
// <script type="text/javascript" src="/js/custom.js"></script>
Add icon file source/favicon.ico
.
Use this plugin as well.