No description
  • HTML 54.1%
  • CSS 45.9%
Find a file
Ric Harvey cb6491d7a8
Initial plain-html template
Includes:
- Basic HTML/CSS website structure
- Sveltia CMS integration
- Bovine Pages configuration
2026-02-02 00:25:15 +00:00
public Initial plain-html template 2026-02-02 00:25:15 +00:00
.pages Initial plain-html template 2026-02-02 00:25:15 +00:00
bovine.json Initial plain-html template 2026-02-02 00:25:15 +00:00
README.md Initial plain-html template 2026-02-02 00:25: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