sahil87 / bloghexo

For the Hackosophy blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

To work with hexo

Authoring Shortcuts

Git pull an Existing Project

  • Clone repo
  • yarn; yarn global add hexo-cli
  • Checkout already existing submodules in this project: git submodule update --init --recursive
  • Add optional plugins for theme-next (out of source-control) git clone https://github.com/theme-next/theme-next-fancybox3 themes/next/source/lib/fancybox

Adding a submodule (hexo theme)

git submodule add https://github.com/theme-next/hexo-theme-next themes/next

Removing a submodule

https://stackoverflow.com/a/1260982

Main documentation: https://hexo.io/docs/

Configuration: https://hexo.io/docs/configuration.html

A new Hexo Project

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

hexo init <folder> #For new projects
cd <folder>
npm install

About

For the Hackosophy blog


Languages

Language:Shell 100.0%