wolfuser99 / greywalker-hugo

Hugo Blog at

Home Page:https://greywalker.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Site

Deploy state: Netlify Status https://greywalker.tk

https://gohugo.io

To Replicate this blog

  1. Install the Hugo CLI from chocolatey(windows), apt(ubuntu) or their official page.
  2. hugo new site blog
  3. cd blog && git init
  4. git submodule add https://github.com/halogenica/beautifulhugo.git themes/beautifulhugo
  5. Copy and adapt the configuration from themes\beautifulhugo\exampleSite\config.toml
  6. hugo new post/2019/10-09-post-title.md or hugo new post/$(date +%Y)/$(date +%d-%M)-post-title.md #unix
  7. hugo server or hugo server -D # to get drafts

To Dev

  1. Install the Hugo CLI from chocolatey(windows), apt(ubuntu) or their official page.
  2. git clone git@github.com:wolfuser99/greywalker-hugo.git && cd greywalker-hugo
  3. git submodule update --init
  4. hugo server or hugo server -D # to get drafts

Bugs

  • if change the folder of post to posts the post's meta info and bigimg stop working correctly.

About

Hugo Blog at

https://greywalker.ml


Languages

Language:HTML 48.8%Language:CSS 42.5%Language:JavaScript 8.7%