avatar

My New Hugo Site

Howto

How to set up blogging with Hugo on Gitea in Codeberg 🔗 First create a public repository named ‘pages’ in Codeberg If your username is foo, then you get a page site in Codeberg as foo.codeberg.page In a folder use git to clone the repository with git clone https://codeberg.org/foo/pages.git where foo is your username You will now have a folder named ‘pages’ in the folder Install Hugo from their website

Test

Hello World 🔗