Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/bankingonquantum.github.io
Source code of bankingonquantum.com, the official website of Banking On Quantum. Embark on a journey into the cutting-edge realm of quantum computing and its transformative impact on banking and finance.
https://github.com/sebastienrousseau/bankingonquantum.github.io
banking-website quantum-computing shokunin ssg
Last synced: about 1 month ago
JSON representation
Source code of bankingonquantum.com, the official website of Banking On Quantum. Embark on a journey into the cutting-edge realm of quantum computing and its transformative impact on banking and finance.
- Host: GitHub
- URL: https://github.com/sebastienrousseau/bankingonquantum.github.io
- Owner: sebastienrousseau
- License: apache-2.0
- Created: 2023-12-19T08:01:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:34:46.000Z (11 months ago)
- Last Synced: 2024-05-02T03:01:03.012Z (7 months ago)
- Topics: banking-website, quantum-computing, shokunin, ssg
- Language: HTML
- Homepage: https://bankingonquantum.com/
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bankingonquantum.com - Official Website 🌏
Welcome to the repository for [bankingonquantum.com][00], the digital presence of
Banking On Quantum, Revolutionising the Financial Industry with Quantum Computing## 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/bankingonquantum.github.io.git
```3. Change into the repository directory:
```shell
cd bankingonquantum.github.io
```4. Generate the static site for bankingonquantum.com:
```shell
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public
```[00]: https://bankingonquantum.com "Banking On Quantum Official Website"
[01]: https://www.rust-lang.org/learn/get-started "Rust Getting started guide"