Skip to content

elag/elag.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELAG - European Library Automation Group

Installation

brew install hugo

Create new post

hugo new content posts/my-first-post.md

Publish site

Creates a public folder with the static content.

hugo

View the website locally:

hugo server

and browse to http://localhost:1313/

Github

See .github/workflows/hugo.yaml