Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurmelton/website
MIRROR: https://git.arthurmelton.com/website
https://github.com/arthurmelton/website
Last synced: about 1 month ago
JSON representation
MIRROR: https://git.arthurmelton.com/website
- Host: GitHub
- URL: https://github.com/arthurmelton/website
- Owner: arthurmelton
- License: gpl-2.0
- Created: 2023-03-18T02:22:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T13:50:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T09:09:07.602Z (about 2 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This is a static website generator for my website at
[arthurmelton.com](https://arthurmelton.com). To use this make a folder caled
`blogs`, `pages`, `static`, a file called `template.html.hbs`, and a file called
`config.toml`. The blogs folder is to hold mardown files of all your blogs with a
little bit of toml at the top. Pages can have sub directories and each .md page
will be fully converted into a .html page at the same relitive path. Static is
for all your file that you dont want to change (css, images, etc).
The `template.html.hbs` is a handlebars file with all of your configuration
needs. To see an example look in the `example` folder. `config.toml` is a file
for the configuration of your site, look in the `example` folder for a example.