
hexo
List of commands for hexo:
-
hexo:tldr:01f4b hexo: Clean the cache file (`db.json`) and generated files (`public/`).$ hexo cleantry on your machineexplain this command
-
hexo:tldr:11343 hexo: Initialize a website.$ hexo init ${path-to-directory}try on your machineexplain this command
-
hexo:tldr:46bfe hexo: Create a new article.$ hexo new ${layout} ${title}try on your machineexplain this command
-
hexo:tldr:4d803 hexo: Generate static files.$ hexo generatetry on your machineexplain this command