Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastienrousseau/l90s.github.io

Source code of l90s.com, the official website of l90s.
https://github.com/sebastienrousseau/l90s.github.io

Last synced: about 1 month ago
JSON representation

Source code of l90s.com, the official website of l90s.

Awesome Lists containing this project

README

        

Logo of L90S

# l90s.com - Official Website 🌏

Welcome to the repository for [l90s.com][00], established to address the unique
financial needs of new entrepreneurs and founders, offering a cost-effective
solution.

## 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/l90s.github.io.git
```

3. Change into the repository directory:

```shell
cd l90s.github.io
```

4. Generate the static site for l90s.com:

```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```

[00]: https://l90s.com "L90S Official Website"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"