All Projects β†’ Litreily β†’ Hexo Theme Snark

Litreily / Hexo Theme Snark

Licence: mit
An hexo theme with lofter style

Projects that are alternatives of or similar to Hexo Theme Snark

Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+446.67%)
Mutual labels:  blog, hexo-theme, scss
Hexo Theme Inside
🌈 SPA, Flat and clean theme for Hexo.
Stars: ✭ 480 (+966.67%)
Mutual labels:  blog, hexo-theme
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+882.22%)
Mutual labels:  blog, scss
Nth Start Project
Startkit for HTML / CSS / JS pages layout.
Stars: ✭ 578 (+1184.44%)
Mutual labels:  scss, pug
Hexo Theme Claudia
πŸ“Œ Concisely designed & easy to config, match device dark mode, 90+ Lighthouse scoring
Stars: ✭ 379 (+742.22%)
Mutual labels:  blog, hexo-theme
Hexo Theme Aircloud
A concise hexo theme
Stars: ✭ 394 (+775.56%)
Mutual labels:  blog, hexo-theme
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+1064.44%)
Mutual labels:  blog, scss
Jekyll Klise
πŸ– KlisΓ© is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+593.33%)
Mutual labels:  blog, scss
Artsy.github.io
The Artsy Engineering Open-Source Developers Blog
Stars: ✭ 770 (+1611.11%)
Mutual labels:  blog, scss
Liebling
Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page πŸ‘‰πŸΌ
Stars: ✭ 792 (+1660%)
Mutual labels:  blog, scss
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1808.89%)
Mutual labels:  blog, scss
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (+668.89%)
Mutual labels:  blog, scss
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (+628.89%)
Mutual labels:  scss, pug
Hexo Theme Material
Material Design theme for hexo.
Stars: ✭ 4,028 (+8851.11%)
Mutual labels:  blog, hexo-theme
Easy Hexo
🀘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+597.78%)
Mutual labels:  blog, hexo-theme
Bleak
Ghost Theme
Stars: ✭ 497 (+1004.44%)
Mutual labels:  blog, scss
Attila
Ghost Theme
Stars: ✭ 989 (+2097.78%)
Mutual labels:  blog, scss
hexo-theme-chiangmai
A theme of Hexo Inspired by Chiang-Mai City πŸ‡ΉπŸ‡­
Stars: ✭ 32 (-28.89%)
Mutual labels:  pug, hexo-theme
Theme Ad
πŸ”¨ Art design theme for write and show.
Stars: ✭ 262 (+482.22%)
Mutual labels:  hexo-theme, scss
Hexo Theme Anisina
🎨 A simple responsive , support qiniu image cdn theme for hexo https://haojen.github.io/
Stars: ✭ 746 (+1557.78%)
Mutual labels:  blog, hexo-theme

hexo-theme-snark

An hexo theme with lofter style, it's very simple and cool!

Features

  • Baidu Analytics
  • Code Highlight
    • Google Code Prettify
    • Highlight.js (default)
  • Comment System (Only Valine as for now)
  • General pages
    • Archives
    • Categories
    • Tags
  • Copyright Notice
  • Fancybox image viewer
  • Fontawesome v4.7.0 icons
  • Local Search
  • Suitable for screens of different sizes

Installation

git clone https://github.com/litreily/hexo-theme-snark.git themes/snark
npm install hexo-renderer-pug --save
npm install hexo-renderer-sass --save

then disable default highlight in blog/_config.yml

highlight:
  enable: false
  line_number: false
  auto_detect: false
  tab_replace:

Add General Pages

For beginner of hexo, you may need to know how to create general pages like archives, categories, tags and so on. If you already know that, please skip this step.

hexo new page archives
hexo new page categories
hexo new page tags
hexo new page about

Running above commands and you will get result as below (hidden something not related).

$ tree -L 2 source
source
β”œβ”€β”€ _posts
β”œβ”€β”€ about
β”‚   └── index.md
β”œβ”€β”€ archives
β”‚   └── index.md
β”œβ”€β”€ categories
β”‚   └── index.md
β”œβ”€β”€ index.md
└── tags
    └── index.md

Optional

You may need install some hexo plugins as below

  • npm install hexo-generator-feed --save for RSS
  • npm install hexo-generator-search --save for local search
  • npm install hexo-generator-sitemap --save for sitemap

You can add your customized css to source/css/customize.scss, then it will be load to head of blog

Comment System

  • Valine please modify valine parameters in _config.xml
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].