Skip to content

perl11/perl11-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install hugo https://gohugo.io/overview/installing/

Add content in content/ as markdown.

Preview with hugo server or hugo server -w -D including drafts.

Publish with

rm -rf public/*
hugo
rsync public/* ../perl11.github.io/blog/

About

using hugo with the minos theme and uglyURLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published