therobotacademy / hexo-static-websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki-Hexo

01quickStart.md

Getting started with Hexo wiki/blogging platform (static websites)

hexo-theme-doc

Sample theme to learn working with themes in Hexo.

To quickly bootstrap a documentation website, we have setup this example seed project that can be cloned and used a starting point.

Clone the seed project

$ git clone https://github.com/zalando-incubator/hexo-theme-doc-seed.git

Go into the resulting directory and install the dependencies

$ cd hexo-theme-doc-seed && npm install

Start the preview server

$ hexo s

This command will run a built-in http server and watch for changes.

If you open your browser to http://localhost:4000 you should see the documentation website up and running. Nice! Now you can start writing your content… have fun!

About


Languages

Language:CSS 46.1%Language:JavaScript 31.8%Language:HTML 22.1%