Skip to content

veerun-tech/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The source code is here.

Usage

Start local service

$ npm run dev

# With debug mode
$ npm run debug

Build publish files

# The publish files will be put to the directory 'dist'
$ npm run build

# Clean
$ npm run clean

Create new post

$ npm run create post <title>

# Create tags/categories page
## https://github.com/iissnan/hexo-theme-next/issues/51
## First create pages, then add line:
### `type: tags` or `type: categories` to tags/index.md or categories/index.md
$ npm run create page tags
$ npm run create page categories

Deploy to github

$ npm run deploy

About Us

// TODO

About

The website source of

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors