Giter Site home page Giter Site logo

laytonlee / hexo-theme-simple-japanese Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitsuruog/hexo-theme-simple-japanese

0.0 1.0 0.0 1.92 MB

Hexo blog theme. it makes Japanese more readable and beautiful.

Home Page: https://blog.mitsuruog.info/

License: MIT License

HTML 60.60% CSS 39.40%

hexo-theme-simple-japanese's Introduction

hexo-theme-simple-japanese

Hexo blog theme. it makes Japanese more readable and beautiful.

example

Demo

Installation

  1. 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
  1. Edit your _config.yml, change theme proprety to simple-japanese to enable theme.
- theme: simple-japanese
  1. (Optional)Update theme. if you use git submodule way, update your repo then update git submodule.
git submodule update --remote

Features

Sidebar

This theme provides 6 built-in widgets:

  • search(google site search)
  • profile
  • recent_posts
  • tagcloud
  • archive

Configuration

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>

favicon

Add icon file source/favicon.ico.

AMP

Use this plugin as well.

hexo-theme-simple-japanese's People

Contributors

mitsuruog avatar phuongnq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.