sahil87 / blog2020

A new blog for 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Working with Hexo

https://hexo.io/docs/setup.html

Shortcuts

  • hexo new "My New Post": create a new post . More info: Writing
  • hexo server: hexo watch mode. Open http://localhost:4000/admin/
  • hexo generate: Generate static files. More info: Generating
  • ./hexo-deploy.sh: One Shot Commit/Deploy

After git pull - initial setup

#First time repo setup
yarn global add hexo-cli
git submodule add https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus

#Everytime after git clone
yarn install
git submodule update --init --recursive

Writing articles

Removing a submodule

https://stackoverflow.com/a/1260982

Profiles

About

A new blog for 2020


Languages

Language:Shell 100.0%