Hexo

2 min. read

Hexo is a static HTML generator.

Introduction to Hexo

Let’s Make Games is built on Hexo, we use it for various other websites:

Getting Started with Hexo

[How to get started with Hexo static website generator](/how-to/hexo/how-to-get-started-with -hexo-static-website-generator)

Hexo How to…

How to to show “Read More” on a post

add

1
<!-- more -->

In the post content, where you want to “Read More” button to be displayed

How to create a custom Hexo theme

https://www.codeblocq.com/2016/03/Create-an-Hexo-Theme-Part-1-Index/
https://medium.com/@yuexunjiang/creating-a-hexo-theme-from-scratch-c3dbfee11065

Learning Hexo

Hexo Courses

[Build a Better Blog with a Static Site Generator]
(https://app.pluralsight.com/library/courses/static-site-generator-build-better-blog/table-of-contents)

References

Hexo Themes

https://hexo.io/themes/
https://github.com/hexojs/awesome-hexo
https://en.abnerchou.me/Blog/5c00ca67/
https://jamstackthemes.dev/ssg/hexo/
https://theme-next.js.org/

Hexo YouTube References

Mike Dane

Brent Phillips

No Fluff Digital

Hexo Website References

https://hexo.io/docs/commands

Setting Hexo Front Matter from code:
https://www.npmjs.com/package/hexo-front-matter-editor

Creating a theme:

https://medium.com/@yuexunjiang/creating-a-hexo-theme-from-scratch-c3dbfee11065

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

Hexo NPM

https://www.npmjs.com/search?q=keywords:hexo