0%

Hexo is a fast, simple & powerful blog framework. It is based on Node.js which brings you incredible generation speed. Also, Hexo can support Markdown features and kinds of plugins.

Outline

  • Install Node.js
  • Install Hexo
  • Setup the blog
    • Initialize blog
    • Generate static files
    • Start local server to preview
    • Set theme to NexT
  • Config GitHub Pages
  • Connect Hexo to GitHub
  • Deploy Hexo into GitHub
阅读全文 »

GitHub Pages can build your own site from scratch or generate one for your project.

Outline

  • Create a repository
  • Config SSH key
    • Generate SSH key
    • Add SSH key to ssh-agent
  • Clone the repository
  • Push it into GitHub
阅读全文 »