lmfresneda / hexo-theme-overdose

⚠ Caution: you could be overdosed with this theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 beatiful hexo theme, specialized in Korean blogs.

This theme works with hexo v3.2 or later.

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

The overdose theme is using jade/sass(with bourbon). So install renderers.

$ npm install --save hexo-renderer-jade hexo-renderer-bourbon

And clone vendor repositories.

$ cd themes/overdose;npm run clone

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:

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 9+ (CSS3 Animation is not worked in IE9)
  • Firefox
  • Safari
  • Android Browser
  • iOS Safari

To Do

  • i18n
  • LiveRe
  • Facebook Comments
  • Featured posts

About

⚠ Caution: you could be overdosed with this theme.

License:MIT License


Languages

Language:CSS 93.1%Language:HTML 5.0%Language:JavaScript 1.9%