test-site - Built with Bovine
- CSS 56.1%
- HTML 43.9%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| content | ||
| layouts | ||
| static | ||
| .gitignore | ||
| .pages | ||
| bovine.json | ||
| hugo.toml | ||
| README.md | ||
Hugo Starter Template
A simple Hugo site template for Bovine with Sveltia CMS.
Structure
├── content/ # Markdown content
│ ├── _index.md # Home page
│ ├── about.md # About page
│ └── posts/ # Blog posts
├── layouts/ # Hugo templates
├── static/ # Static files (copied to public/)
│ ├── css/
│ ├── images/
│ └── admin/ # Sveltia CMS
├── hugo.toml # Hugo configuration
└── public/ # Built site (auto-generated)
Local Development
# Install Hugo: https://gohugo.io/installation/
hugo server -D
Creating Content
- Via CMS: Visit
/admin/on your live site - Via Markdown: Add
.mdfiles tocontent/posts/
Build
The site is automatically built by Forgejo Actions on push. The public/ folder is committed back to the repo and served by Bovine.
To build manually:
hugo --minify
License
MIT