System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.