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.
npm install hexo-cli -g
hexo init hexo-test
cd hexo-test
npm install
hexo server
npm install hexo-browsersync –save
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
---
The default theme is currently landscape.
themes/landscape/_config.yml
config file. This is where things like Google analytics, twitter handles, and favorite icons are configured.themes/landscape/layout/_partial
folder. For instance you can include global javascript in themes/landscape/layout/_partial/head.ejs
themes/landscape/source/css/images/banner.jpg
themes/landscape/source/css/_variables.styl
themes/landscape/source/css/_partial