Skip to content

Simple Golang web server for serving up personal website via markdown.

Notifications You must be signed in to change notification settings

cjbarker/cjbarker.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjbarker.com

Personal website via customize hugo theme 'cjb' for generating and serving http://cjbarker.com

Drafting Blog Article

hugo new blog/my-new-post.md

Testing

hugo server --bind 0.0.0.0 --port 8000 --buildFuture --log --logFile port800log
hugo server --bind 0.0.0.0 --port 8000 --buildFuture --verbose

Deployment

Build the static site via Hugo, which will create directory 'public' for copying contents to hosting endpoint.

hugo
./deploy.sh

About

Simple Golang web server for serving up personal website via markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published