Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/vrdlib.github.io
Source code of vrdlib.com, the official website of the VRD Library, A Rust library for generating high-quality random numbers based on the Mersenne Twister algorithm.
https://github.com/sebastienrousseau/vrdlib.github.io
Last synced: about 1 month ago
JSON representation
Source code of vrdlib.com, the official website of the VRD Library, A Rust library for generating high-quality random numbers based on the Mersenne Twister algorithm.
- Host: GitHub
- URL: https://github.com/sebastienrousseau/vrdlib.github.io
- Owner: sebastienrousseau
- License: apache-2.0
- Created: 2024-03-09T18:27:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T09:56:09.000Z (8 months ago)
- Last Synced: 2024-05-02T03:03:10.775Z (7 months ago)
- Language: HTML
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VRDLib.com - Official Website 🌏
Welcome to the repository for [vrdlib.com][00], the digital presence of
Random (VRD).## 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
```2. Clone the repository
```shell
git clone https://github.com/sebastienrousseau/rustlogs.github.io.git
```3. Change into the repository directory:
```shell
cd rustlogs.github.io
```4. Generate the static site for vrdlib.com:
```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```[00]: https://vrdlib.com "Random (VRD) Official Website"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"