Hexo

Static site generator

Incoming

Ignore pages from being processed

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

If you don’t want your posts processed, you can set layout: false in front-matter.

Interesing plugins

  • hexo-hrefmd: Fix markdown links to avoid 404 errors.
    • NOTE: It only works when you save the file with the server running so it doesn’t handle my use-case :(
    • Finally achieved using gulp
  • hexo-filter-github-emojis - github emojis for hexo! 🎉
  • hexo-broken-link-checker - Detects links that don’t work, missing images and redirects.

Remove genereated index to have static page

Source

1
npm remove --save hexo-generator-index

Comments

⬆︎TOP