All Projects → HyunSeob → Hexo Theme Overdose

HyunSeob / Hexo Theme Overdose

Licence: mit
⚠ Caution: you could be overdosed with this theme.

Projects that are alternatives of or similar to Hexo Theme Overdose

Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+21.17%)
Mutual labels:  blog, hexo, hexo-theme, blog-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (-63.5%)
Mutual labels:  hexo, blog-theme, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+79.56%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Aircloud
A concise hexo theme
Stars: ✭ 394 (+187.59%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Amazing
Demo: https://removeif.github.io/removeif-demo hexo-theme
Stars: ✭ 154 (+12.41%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+2600.73%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Claudia
📌 Concisely designed & easy to config, match device dark mode, 90+ Lighthouse scoring
Stars: ✭ 379 (+176.64%)
Mutual labels:  blog, hexo, hexo-theme
Yinwang
Blog Theme For Hexo
Stars: ✭ 133 (-2.92%)
Mutual labels:  hexo, hexo-theme, blog-theme
Hexo Theme Aomori
A Hexo Theme. Hexo 博客主题
Stars: ✭ 122 (-10.95%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Inside
🌈 SPA, Flat and clean theme for Hexo.
Stars: ✭ 480 (+250.36%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Lx
👉 A simple & clear & elegant Hexo theme. 🔭🔭Lx——一款简洁、美观的Hexo博客主题。
Stars: ✭ 144 (+5.11%)
Mutual labels:  hexo, hexo-theme, blog-theme
Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+448.18%)
Mutual labels:  hexo, hexo-theme, blog-theme
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+129.2%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Material
Material Design theme for hexo.
Stars: ✭ 4,028 (+2840.15%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Anisina
🎨 A simple responsive , support qiniu image cdn theme for hexo https://haojen.github.io/
Stars: ✭ 746 (+444.53%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+666.42%)
Mutual labels:  blog, hexo, hexo-theme
Hexo Theme Melody
🎹A simple & beautiful & fast theme for Hexo.
Stars: ✭ 1,306 (+853.28%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Believe
A simple theme for hexo Sample:
Stars: ✭ 86 (-37.23%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Oranges
🍊A simple hexo theme of minimalism
Stars: ✭ 95 (-30.66%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Spectre
A modern, simple & elegant theme for Hexo
Stars: ✭ 109 (-20.44%)
Mutual labels:  hexo, hexo-theme

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

  • [x] Chrome
  • [x] Edge
  • [x] IE 10+
  • [x] Firefox
  • [x] Safari
  • [x] Android Browser
  • [x] iOS Safari

To Do

  • i18n
  • Facebook Comments
  • Featured posts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].