Skip to content

andmos/blog.amosti.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog.amosti.net

This repo is not yet in use, but will be my main site when moving from Ghost.

Build:

docker run --rm -it \
  -v $(pwd):/src \
  klakegg/hugo:latest

Run server:

docker run --rm -it \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:latest \
  server

or with the hugo CLI:

hugo server --theme=paper

About

Backup JSON for blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages