Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/shokunin.github.io
Source code of Shokunin.one, the official website of Shokunin, a static site generator (ssg)
https://github.com/sebastienrousseau/shokunin.github.io
Last synced: about 1 month ago
JSON representation
Source code of Shokunin.one, the official website of Shokunin, a static site generator (ssg)
- Host: GitHub
- URL: https://github.com/sebastienrousseau/shokunin.github.io
- Owner: sebastienrousseau
- License: apache-2.0
- Created: 2023-05-28T22:54:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T18:56:27.000Z (8 months ago)
- Last Synced: 2024-05-02T03:02:32.635Z (7 months ago)
- Language: HTML
- Homepage: http://shokunin.one/
- Size: 268 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shokunin.one 🌏
Source code of [Shokunin.one](https://shokunin.one), the official website of [**Shokunin**](https://github.com/sebastienrousseau/shokunin), a static site generator (ssg).
*Part of the [Mini Functions][02] family of libraries.*
![Banner of the Shokunin Static Site Generator][banner]
## Quick Start Guide
Setting up and running the website locally is easy and quick with the
[Shokunin Static Site Generator (SSG)][00].### Prerequisites
Ensure you have the **Rust toolchain** installed. If not, follow the guide on
the [Rust website][01] to set it up.### Installation & Usage
1. Install Shokunin SSG:
```shell
cargo install ssg
```1. Clone the repository
```shell
git clone https://github.com/sebastienrousseau/shokunin.github.io.git
```1. Change into the repository directory:
```shell
cd shokunin.github.io
```1. Generate the static site for shokunin.co:
```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```[00]: https://shokunin.one "Shokunin Static Site Generator"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"
[02]: https://minifunctions.com/ "Mini Functions"
[banner]: https://kura.pro/shokunin/images/titles/title-shokunin.svg "Banner of the Shokunin Static Site Generator"