All Projects → Mitscherlich → hexo-theme-amber

Mitscherlich / hexo-theme-amber

Licence: MIT license
🎉 A bootstrap blog theme for hexo

Programming Languages

Vue
7211 projects
typescript
32286 projects
stylus
462 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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

Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (+357.45%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+434.04%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+7772.34%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hipaper
A fashional newspaper theme for Hexo.
Stars: ✭ 204 (+334.04%)
Mutual labels:  hexo, hexo-theme
hexo-theme-miracle
🎉 A clean and lightweight single-column theme for Hexo.
Stars: ✭ 50 (+6.38%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hiero
An awesome magazine, blog theme for your Hexo site.
Stars: ✭ 209 (+344.68%)
Mutual labels:  hexo, hexo-theme
hexo-theme-mip
Hexo MIP 模板
Stars: ✭ 15 (-68.09%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Laughing
A lightweight hexo theme
Stars: ✭ 185 (+293.62%)
Mutual labels:  hexo, hexo-theme
Lap
a hexo theme
Stars: ✭ 18 (-61.7%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sungod
一款定制化的Hexo博客主题
Stars: ✭ 470 (+900%)
Mutual labels:  hexo, hexo-theme
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+265.96%)
Mutual labels:  hexo, hexo-theme
hexo-theme-chiangmai
A theme of Hexo Inspired by Chiang-Mai City 🇹🇭
Stars: ✭ 32 (-31.91%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Ochuunn
A simple green super hexo theme.
Stars: ✭ 202 (+329.79%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (+353.19%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Pln
📝 Plain theme for Hexo.
Stars: ✭ 186 (+295.74%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+423.4%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Random
A hexo theme with random fullscreen background image.
Stars: ✭ 179 (+280.85%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Butterfly
🦋 A Hexo Theme: Butterfly
Stars: ✭ 3,146 (+6593.62%)
Mutual labels:  hexo, hexo-theme
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (-27.66%)
Mutual labels:  hexo, hexo-theme
hexo-theme-concise
A beautiful and simple theme for hexo
Stars: ✭ 18 (-61.7%)
Mutual labels:  hexo, hexo-theme

🔊: MAINTAINER NEEDED
Currently, I'm not focusing on this project anymore. Since it a little bit out of date and Vue.js 3 is coming soon next year, if you're also interested in this theme, please contact me and I'll transfer this repo to you.

hexo-theme-amber

Build Status juejin MIT License

Hexo theme based on Vue.js and Bootstrap for mitscherlich.me.

Preview

Language: 🇺🇸🇨🇳

⚠️ Note: This theme cannot be use as a individual Vue.js spa. You need to setup a Hexo blog.

Install

via npm/yarn/pnpm:

$ npm i --save hexo-theme-amber
# or yarn
$ yarn add hexo-theme-amber
# or pnpm
$ pnpm add hexo-theme-amber

Then modify you _config.yml:

# ...
## Theme
theme: amber  # this enable your theme config
# ...

Enjoy your writing!

$ hexo clean && hexo serve

Develop

This theme provide prebuild static assets on default branch. You may need to checkout develop branch if you want to custom the theme. There is no difference with Vue development you are familiar with:

$ git clone https://github.com/Mitscherlich/hexo-theme-amber.git -b develop themes/amber-dev
$ cd themes/amber-dev && npm install # Also, yarn will be ok

Just follow the installation, but notice that you have to run both hexo serve and yarn serve at the same time. Otherwise you will not get the posts data.

$ cd /path/to/blog/theme/amber-dev
$ yarn serve

Then open another terminal:

$ cd /path/to/blog
$ hexo clean && hexo serve --port 4000

Note: hexo server must running on port 4000. You may need to modifiy the vue.config.js under theme root if using other specific port.

License

MIT

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].