No description
- HTML 54.1%
- CSS 45.9%
Includes: - Basic HTML/CSS website structure - Sveltia CMS integration - Bovine Pages configuration |
||
|---|---|---|
| public | ||
| .pages | ||
| bovine.json | ||
| README.md | ||
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
- Edit the HTML files in
public/directly - Or use the CMS at
/admin/to edit content - Push changes to deploy
Customization
- Styles: Edit
public/css/style.css - Pages: Add new HTML files to
public/ - CMS: Configure
public/admin/config.ymlto add new editable pages
License
MIT