Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 629 Bytes

File metadata and controls

41 lines (26 loc) · 629 Bytes

eralp.dev

Personal website and blog built with Hugo.

Setup

brew install hugo

Development

hugo server

Open http://localhost:1313

New post

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

Edit the generated file, set title and date in the frontmatter, then write your content in Markdown.

Build

hugo --minify

Output goes to public/.

Deploy

Hosted on Cloudflare Pages. Pushes to hugo branch trigger automatic builds.

Build command: hugo --minify Build output directory: public Environment variable: HUGO_VERSION = 0.157.0