Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 374 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 374 Bytes

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