Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/burt
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rumpl/burt
- Owner: rumpl
- License: cc0-1.0
- Created: 2023-02-09T18:14:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T18:14:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T01:25:25.256Z (3 months ago)
- Language: Handlebars
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bartholomew Site Template
This repository is a template for creating new [Bartholomew](https://github.com/fermyon/bartholomew) websites.
## Directory Structure:
- `config/site.toml`: The main configuration file for your site. You should edit this.
- `content/`: Your markdown files go in here.
- `scripts/` (advanced): If you want to write your owh Rhai scripts, they go here.
- `spin.toml`: The configuration file for the Spin application.
- `static/`: Static assets like images, CSS, and downloads go in here.
- `templates/`: Your handlebars templates go here.
- `shortcodes/`: Your [shortcodes](https://bartholomew.fermyon.dev/shortcodes) go here.## Installation of Spin
To use Bartholomew, you will need to install [Spin](https://spin.fermyon.dev).
Once you have Wagi installed, you can continue setting up Bartholomew.To start your website, run the following command from this directory:
```console
$ spin up --follow-all
spin up --follow-all
Serving HTTP on address http://127.0.0.1:3000
Available Routes:
bartholomew: http://127.0.0.1:3000 (wildcard)
fileserver: http://127.0.0.1:3000/static (wildcard)
```Now you can point your web browser to `http://localhost:3000/` and see your new Bartholomew site.
## About the License
This repository uses CC0. To the greatest extent possible, you are free to use this content however you want.
You may relicense the code in this repository to your own satisfaction, including proprietary licenses.