LMJW / lmjw.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBlog

Create using hugo and Pure template.

Commands to create this repo

hugo new site myblog

git init

git submodule add https://github.com/cofess/hexo-theme-pure.git themes/pure

Commands to create new blog

hugo new posts/<post-name.md>

Start serve

hugo server -D

Blog settings

The setting of this blog were modified from the exampleSite comes with the "fuji" theme.

Workflow setup

Follow this guide to setup the workflow to deploy the hugo static site.

About