GithubHelp home page GithubHelp logo

longbiaochen / hexo-theme-amber Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitscherlich/hexo-theme-amber

0.0 1.0 0.0 3.47 MB

:tada: A bootstrap blog theme for hexo

Home Page: https://mitscherlich.me/

License: MIT License

JavaScript 85.97% HTML 13.71% CSS 0.32%

hexo-theme-amber's Introduction

πŸ”Š: 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 this repo:

$ git clone https://github.com/Mitscherlich/hexo-theme-amber.git themes/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

hexo-theme-amber's People

Contributors

mitscherlich avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.