Skip to content
View RinFarout's full-sized avatar

Block or report RinFarout

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RinFarout/README.md

Hexo logo

Hexo Template

A fast, simple & powerful blog framework, powered by Node.js. Here is the template of it.

Demo | Official Website | Documentation | GitHub

Get Started

Use this template and create your repository, there are two lines to modify in _config.yml:

  1. Set your site url at line 16. For example, if you use GitHub Page, set url as https://username.github.io/project:
url: https://std.ac/hexo-template
  1. Set your project name at line 107, if your project name is username or username.github.io, just remove it at the end of _config.yml:
root: /hexo-template

CI/CD

This repository uses GitHub Actions for CI/CD. You don't need to build your documents manually. Just commit your documents (then run git push), and then turn on the GitHub Pages in the settings to access your online documents. (For this demo is https://std.ac/hexo-template)

Hexo Features

  • Blazing fast generating
  • Support for GitHub Flavored Markdown and most Octopress plugins
  • One-command deploy to GitHub Pages, Heroku, etc.
  • Powerful API for limitless extensibility
  • Hundreds of themes & plugins

Commands

Install Hexo

$ npm install hexo-cli -g

Install with brew on macOS and Linux:

$ brew install hexo

Setup your blog

$ hexo init blog
$ cd blog

Start the server

$ hexo server

Create a new post

$ hexo new "Hello Hexo"

Generate static files

$ hexo generate

More Information

License

Follows hexojs/hexo , use MIT License.

FOSSA Status

Popular repositories Loading

  1. RinFarout RinFarout Public