mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 04:55:42 +00:00
Update cheatsheets
This commit is contained in:
33
hexo
Normal file
33
hexo
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# hexo
|
||||
|
||||
> A fast, simple & powerful blog framework.
|
||||
> More information: <https://hexo.io/>.
|
||||
|
||||
- Initialize a website:
|
||||
|
||||
`hexo init {{path/to/directory}}`
|
||||
|
||||
- Create a new article:
|
||||
|
||||
`hexo new {{layout}} {{title}}`
|
||||
|
||||
- Generate static files:
|
||||
|
||||
`hexo generate`
|
||||
|
||||
- Start a local server:
|
||||
|
||||
`hexo server`
|
||||
|
||||
- Deploy the website:
|
||||
|
||||
`hexo deploy`
|
||||
|
||||
- Clean the cache file (`db.json`) and generated files (`public/`):
|
||||
|
||||
`hexo clean`
|
||||
Reference in New Issue
Block a user