Skip to content

HyunSeob/hexo-theme-overdose

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hexo-theme-overdose

GitHub release license

Demo

Caution: you could be overdosed with this hexo theme.

Mock-up image

The Overdose is minimalistic, simple and beautiful hexo theme, specialized in Korean blogs.

Features

  • Responsive design
  • Lightweight, not using jQuery or underscore.js, etc.
  • Various code highlighting theme (Thanks to @SungYeolWoo), Set Dracula theme by default
  • Font setting
    • noto-sans-kr
    • spoqa-han-sans-kr
    • spoqa-han-sans-jp
  • SEO friendly
  • With other services
    • Google Analytics
    • Google Site Verification
    • Naver Site Verification
    • Disqus
  • Related posts
  • Dynamic hide/show menu (Unstable)
  • Sharing(Facebook, Twitter, Pinterest, Pocket)

Quick Start

Installation

First, clone this repository.

$ cd your/hexo/directory
$ git clone https://github.com/HyunSeob/hexo-theme-overdose.git themes/overdose

This theme is using pug. So you have to install the renderer.

$ npm install --save hexo-renderer-jade # Don't use hexo-renderer-pug. It doesn't work.

Then, copy the configuration example file.

$ cp _config.yml.example _config.yml

And then, specify overdose theme in your root configuration file.

theme: overdose

Finally, start the hexo server and enjoy.

$ hexo server

Configuration

See the _config.yml.example file.

Disqus

# _config.yml of base, not theme config
# Please put your shortname of disqus here.
disqus_shortname:

LiveRe

LiveRe is social media comment platcform suitable for Korean SNS, like disqus.
see LiveRe.
You can get your uid from livere setting code as below.

<div id="lv-container" data-id="city" data-uid="your uid code">

how to set

# Please put your uid of live here.
liveRe:
  uid:

Post Front matter

You can set the post banner image by banner property.

---
title: Overdose is a hexo theme
date: 2016-09-10 14:30:00
banner:
  url: /images/default.jpg
  width: 1280
  height: 720
categories:
  - Blog
  - Hexo
tags:
  - Hexo
---

Browser compatibility

  • Chrome
  • Edge
  • IE 10+
  • Firefox
  • Safari
  • Android Browser
  • iOS Safari

To Do

  • i18n
  • Facebook Comments
  • Featured posts