Skip to content

idontwannarock/tech_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howard Tech Blog

Prerequisite

  • Hugo 0.88+
  • Git 2.33.1+

Quick Publish

Commit any changes in main branch and then execute publish.sh.

Hugo Basic Operation

  • hugo new posts/<fileName>.md: generate new post in Markdown file
  • hugo new pages/<fileName>.md: generate new page in Markdown file
  • hugo server: test locally
  • hugo: generate site

Update Theme

git submodule update --remote --merge

Reference