Coder Social home page Coder Social logo

hexo-theme-overdose's Introduction

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

hexo-theme-overdose's People

Contributors

leehs1017 avatar hyunseob avatar mulder21c avatar perfectacle2 avatar sungyeolwoo avatar

Watchers

James Cloos 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.