Skip to content

LinkNorth/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zonkytech official blog

This is the repo for the official blog. The blog is using Hexo.

Running the development server

To start the development server you need to install the theme, npm dependencies and run hexo server.

git submodule update --init
yarn install
hexo server

You can now access the blog server at (http://localhost:4000/).

Adding a new post

To add a new post, use the following command:

hexo new post "I love blogging!" --authorId ande

Deploying the blog

The blog is deployed to GitHub pages. Just run the following command to deploy the current version:

hexo deploy

The blog will be deployed automatically when pushing to master branch so there is generally no need to deploy manually.

About

The Zonkytech Blog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors