JQ-Networks / The-Cookbook

The ultimate cookbook by @jqqqqqqqqqq

Home Page:https://cookbook.jq.mk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Quick Start

Setup hexo

You should have NodeJS and npm installed on your computer.

macOS:

brew install npm

Linux: See This

Windows: See This

Install Hexo

npm install -g hexo

Create a new recipe

$ hexo new "My New Recipe"

More info: Writing

Edit the MD file in the output.

There is a template Post模板.md under root directory.

Publish

git add .
git commit -m "Recipe: My new Recipe"
git push

Test on local machine

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

About

The ultimate cookbook by @jqqqqqqqqqq

https://cookbook.jq.mk

License:MIT License