All Projects → Kaijun → Hexo Theme Huxblog

Kaijun / Hexo Theme Huxblog

🚙 Ported Theme of Hux Blog

Labels

Projects that are alternatives of or similar to Hexo Theme Huxblog

Hexo Theme Inside
🌈 SPA, Flat and clean theme for Hexo.
Stars: ✭ 480 (-26.38%)
Mutual labels:  hexo
Landscape Plus
针对中国大陆地区对hexo官方主题landscape进行优化。
Stars: ✭ 503 (-22.85%)
Mutual labels:  hexo
Hexo Theme Anatole
A white and simple Hexo theme, originated from a Farbox theme
Stars: ✭ 562 (-13.8%)
Mutual labels:  hexo
Hexo Theme Keep
🌈 A simple and elegant theme for Hexo. It makes you more focused on writing.
Stars: ✭ 483 (-25.92%)
Mutual labels:  hexo
Huno
A responsible theme for Hexo
Stars: ✭ 500 (-23.31%)
Mutual labels:  hexo
Hexo Theme Chic
An elegant, powerful, easy-to-read Hexo theme.
Stars: ✭ 539 (-17.33%)
Mutual labels:  hexo
Awesome Hexo
A curated list of awesome things related to Hexo
Stars: ✭ 466 (-28.53%)
Mutual labels:  hexo
Hexo Blog Encrypt
Yet, just another hexo plugin for security.
Stars: ✭ 578 (-11.35%)
Mutual labels:  hexo
Hacker
❤️ A simple theme for Hexo
Stars: ✭ 501 (-23.16%)
Mutual labels:  hexo
Hexo Tag Aplayer
Embed aplayer in Hexo posts/pages
Stars: ✭ 552 (-15.34%)
Mutual labels:  hexo
Hexo Theme Suka
🎨Modern, powerful and simple theme for Hexo.
Stars: ✭ 487 (-25.31%)
Mutual labels:  hexo
Hexo Theme Icarus
A simple, delicate, and modern theme for the static site generator Hexo.
Stars: ✭ 5,045 (+673.77%)
Mutual labels:  hexo
Hexo Theme Vexo
🍟 Vexo is a Hexo theme inspired by Vue's official website.
Stars: ✭ 546 (-16.26%)
Mutual labels:  hexo
Hexo Theme Replica
Github style replication for hexo theme
Stars: ✭ 484 (-25.77%)
Mutual labels:  hexo
Site
The website for Hexo.
Stars: ✭ 572 (-12.27%)
Mutual labels:  hexo
Hexo Theme Yun
☁️ A fast & light & lovely theme for Hexo. 一个对可爱自以为是的 Hexo 主题。
Stars: ✭ 477 (-26.84%)
Mutual labels:  hexo
Hexo Theme One
hexo单页面炫酷主题
Stars: ✭ 522 (-19.94%)
Mutual labels:  hexo
Hexo Theme Minos
A simple and retro styled Hexo theme, concentrated more on your ideas.
Stars: ✭ 642 (-1.53%)
Mutual labels:  hexo
Tkl
Hexo Theme
Stars: ✭ 574 (-11.96%)
Mutual labels:  hexo
Hexo Theme Wikitten
A theme of Hexo for personal wiki which seems like Wikitten style.
Stars: ✭ 548 (-15.95%)
Mutual labels:  hexo

Hexo-Theme-Huxblog

Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme.

Demo →

Usage

I didn't publish it as a single theme folder because a few of the pages are added and modified manually, so you should manually create some extra folders in source for the new pages and modify the _config.yml if you only have the single theme folder.

So i just pushed the whole hexo project for your convenience, all pre settings and boilerplates are included, have a look and go ahead customizing your own blog!

1.Init
git clone https://github.com/Kaijun/hexo-theme-huxblog.git
cd hexo-theme-huxblog
npm install
2.Modify

Modify _config.yml file with your own info. Especially the section:

deploy:
  type: git
  repo: https://github.com/Kaijun/hexo-theme-huxblog
  branch: gh-pages

Replace with your own repo!

3.Writting/Serve/Deploy
hexo new post IMAPOST
hexo serve // run hexo in local environment
hexo clean && hexo deploy // hexo will push the static files automatically into the specific branch(gh-pages) of your repo!
4.Enjoy!

Please Star this Project if you like it! Following would also be appreciated!

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