Hexo Review

Hexo Review

Sun, Oct 4, 2020

Check out or comparison page other options when finding the best blogging platform

Hexo is a static site generator written in javascript.

Hexo has a high level of support for non-english speakers. Not all the available themes have english install instructions.

Following the tutorial

npm install hexo-cli -g
hexo init hexo-test
cd hexo-test
npm install
hexo server

Extras

npm install hexo-browsersync –save

Creating content

Posts go in the folder source/_posts. Folders are supported for organizing content. The folder shows up in the url, but all the posts are added to the normal list.

--- 
title: My New Post
date: 2020-09-30 18:23:57
tags: 
  - blogging
  - software
categories: reviews
---

Customize theme

The default theme is currently landscape.