Socket
Book a DemoInstallSign in
Socket

hexo-starter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-starter

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts