A webpage for lewis
  • CSS 57.4%
  • HTML 37.6%
  • Dockerfile 5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hornwitser 86dbbd831f
All checks were successful
/ build (push) Successful in 17s
/ deploy (push) Successful in 7s
Add Forgejo action deploying development website
Call the service webhook to redeploy the development website when a new
image has been built.
2026-08-10 16:55:36 +02:00
.forgejo/workflows Add Forgejo action deploying development website 2026-08-10 16:55:36 +02:00
.vscode Add editor configs 2026-08-10 00:40:22 +02:00
archetypes Setup basic website with blog posts 2026-08-10 01:06:05 +02:00
assets Setup basic website with blog posts 2026-08-10 01:06:05 +02:00
content Redirect from index.html to about page 2026-08-10 15:45:06 +02:00
layouts Setup basic website with blog posts 2026-08-10 01:06:05 +02:00
.dockerignore Add Forgejo action building server image 2026-08-10 16:11:03 +02:00
.editorconfig Add editor configs 2026-08-10 00:40:22 +02:00
.gitattributes Add editor configs 2026-08-10 00:40:22 +02:00
.gitignore Setup basic website with blog posts 2026-08-10 01:06:05 +02:00
Dockerfile Add Forgejo action building server image 2026-08-10 16:11:03 +02:00
hugo.toml Move dev deployment to lewis-dev.hornwitser.no 2026-08-10 16:51:17 +02:00
readme.md Setup basic website with blog posts 2026-08-10 01:06:05 +02:00

A website

This website uses https://gohugo.io/ to generate the html files. Install hugo and use the command hugo server to start the development server and make the site available on http://localhost:1313/ for local testing.

To create a new blogpost named example-post use the command hugo new content blog/example-post.md