Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyingcakes85/misato_test_site
A sample site source to work with Misato SSG
https://github.com/flyingcakes85/misato_test_site
Last synced: 5 days ago
JSON representation
A sample site source to work with Misato SSG
- Host: GitHub
- URL: https://github.com/flyingcakes85/misato_test_site
- Owner: flyingcakes85
- Created: 2021-09-16T09:23:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T11:43:42.000Z (over 3 years ago)
- Last Synced: 2023-03-06T18:48:32.678Z (almost 2 years ago)
- Language: Handlebars
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing template for Misato SSG
1. Get Misato source
```sh
git clone https://github.com/flyingcakes85/misato
cd misato
git checkout new-parser
```2. Build source code
```sh
cargo build
```3. Get this repo
Clone this repo somewhere outside the Misato folder
```sh
git clone https://github.com/flyingcakes85/misato_test_site
cd misato_test_site
```4. Run build
In the root of this repo, run this. Replace `path/to/misato` to the actual path where you cloned Misato earlier.
```sh
path/to/misato/target/debug/misato build
```This should create a one page site at `target/`. Open the generated `index.html` file in your web browser.