test - Built with Hosted
  • HTML 54.3%
  • CSS 45.7%
Find a file
2026-02-18 22:49:15 +00:00
public Upload 2 files via dashboard 2026-02-18 22:49:15 +00:00
.pages Enable site 2026-02-11 21:11:10 +00:00
bovine.json Update Hosted site configuration 2026-02-11 19:57:32 +00:00
README.md Initial plain-html template 2026-02-02 00:25:15 +00:00
test.txt Upload 2 files via dashboard 2026-02-18 22:49:15 +00:00

Plain HTML Template

A simple static website template for Bovine.

Structure

public/
├── index.html      # Home page
├── about.html      # About page
├── contact.html    # Contact page
├── css/
│   └── style.css   # Styles
├── images/         # Image uploads
└── admin/          # Sveltia CMS
    ├── index.html
    └── config.yml

Getting Started

  1. Edit the HTML files in public/ directly
  2. Or use the CMS at /admin/ to edit content
  3. Push changes to deploy

Customization

  • Styles: Edit public/css/style.css
  • Pages: Add new HTML files to public/
  • CMS: Configure public/admin/config.yml to add new editable pages

License

MIT