Skip to content

SebastianGrans/SebastianGrans.github.io

Repository files navigation

My Github Pages site

Creating a new post

hugo new content content/posts/something.md

I tend to prepend them with dates, to make the posts less chaotic.

hugo new content content/posts/$(date "+%Y-%m-%d")-some-post-name.md  

It will create a file marked as draft = true which will not be published.

https://gohugo.io/getting-started/quick-start/#add-content

Local development

Simply run:

hugo server

Setup Linux

sudo apt install golang hugo

Setup Windows

Install Go:

winget intsall GoLang.Go

Install Hugo extended:

winget install Hugo.Hugo.Extended

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors