All Projects → stunstunstun → hexo-theme-chiangmai

stunstunstun / hexo-theme-chiangmai

Licence: MIT license
A theme of Hexo Inspired by Chiang-Mai City 🇹🇭

Programming Languages

SCSS
7915 projects
Pug
443 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-theme-chiangmai

Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+478.13%)
Mutual labels:  hexo, pug, hexo-theme
Hexo Theme Butterfly
🦋 A Hexo Theme: Butterfly
Stars: ✭ 3,146 (+9731.25%)
Mutual labels:  hexo, pug, hexo-theme
Theme Ad
🔨 Art design theme for write and show.
Stars: ✭ 262 (+718.75%)
Mutual labels:  css3, hexo, hexo-theme
Theme Bmw
✋ Smart Voice: Voice for yourself | 微声: 请为自己发声
Stars: ✭ 373 (+1065.63%)
Mutual labels:  css3, hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+11462.5%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (+571.88%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+684.38%)
Mutual labels:  hexo, hexo-theme
design-studio one-page-template
Free responsive flat designed one page template
Stars: ✭ 67 (+109.38%)
Mutual labels:  css3, pug
Hexo Theme Ochuunn
A simple green super hexo theme.
Stars: ✭ 202 (+531.25%)
Mutual labels:  hexo, hexo-theme
giada-www
Official website of Giada Loop Machine. Powered by NodeJS, SASS, Pug and other beautiful JavaScript machineries.
Stars: ✭ 13 (-59.37%)
Mutual labels:  css3, pug
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+437.5%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (+565.63%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hiero
An awesome magazine, blog theme for your Hexo site.
Stars: ✭ 209 (+553.13%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+668.75%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hipaper
A fashional newspaper theme for Hexo.
Stars: ✭ 204 (+537.5%)
Mutual labels:  hexo, hexo-theme
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (+231.25%)
Mutual labels:  css3, pug
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (+181.25%)
Mutual labels:  css3, pug
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (+6.25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Pln
📝 Plain theme for Hexo.
Stars: ✭ 186 (+481.25%)
Mutual labels:  hexo, hexo-theme
Lap
a hexo theme
Stars: ✭ 18 (-43.75%)
Mutual labels:  hexo, hexo-theme

hexo-theme-chiangmai

hexo-theme-chiangmai is kind of Hexo theme using HTML5, SCSS, Pug, Gulp. An example page with hexo-theme-chiangmai could be found at the below.
https://www.holaxprogramming.com/




Install

Prerequisite Modules

$ hexo init my-blog
$ cd my-blog
$ npm install
$ npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
$ git clone https://github.com/stunstunstun/hexo-theme-chiangmai.git themes/chiangmai

Install and build

$ cd themes/chiangmai
$ yarn install
$ yarn build

Configuration Theme

You can configure theme by _config.yml

examples

theme: chiangmai

# hexo-generator-archive
archive_generator:
    per_page: 0
    yearly: false
    monthly: false
    daily: false

Configuration Theme Details

You can configure details ./theme/chiangmai/_config.yml

Examples

menu:
    Archives: /archives/
    LinkedIn: ${URL}
# Site Images
favicon: /favicon.ico
logo: /logo.png
# Profiles
profile: /image/profile.jpg
profile_url: ${URL}
# Google Analytics
ga: ${YOUR_GA_ID}
fb:
# Facebook App Id for Comments
    app_id: ${YOUR_FB_APP_ID}
# Facebook Page URL
    fb_page: ${URL}
# Copyright Infomation
startyear: 2012

Update Theme

$ cd themes/chiangmai
$ git pull

License

The MIT License (MIT)

Copyright (c) 2017 Minhyeok Jung

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].