mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
Brand new design for the website following the new design language I used for [version 2.0 of my personal website](https://codeberg.org/vlw/vlw.se/releases/tag/2.0.0). Reviewed-on: https://codeberg.org/vegvisir/website/pulls/2 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
18 lines
No EOL
566 B
Markdown
18 lines
No EOL
566 B
Markdown
# Vegvisir Website
|
|
|
|
Source code for the [Vegvisir website](https://vegvisir.vlw.se). The website is build from the ground up using the [Vegvisir](https://codeberg.org/vegvisir/vegvisir) web framework to provide documentation and highlight the framework's features.
|
|
|
|
# Installation
|
|
|
|
1. Clone this repo
|
|
```sh
|
|
git clone https://codeberg.org/vegvisir/website
|
|
```
|
|
|
|
2. Run the [Vegvisir install script](https://codeberg.org/vegvisir/install) from the root directory of the repo
|
|
```sh
|
|
cd /path/to/website
|
|
```
|
|
```sh
|
|
curl -fsSL https://href.vlw.se/vegvisir/install | bash
|
|
``` |