mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-11-04 20:22:40 +01:00
Source code for the Vegvisir website
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> |
||
|---|---|---|
| public | ||
| snippets | ||
| vegvisir@f66dc86d76 | ||
| .gitignore | ||
| .gitmodules | ||
| Consts.php | ||
| LICENSE | ||
| README.md | ||
Vegvisir Website
Source code for the Vegvisir website. The website is build from the ground up using the Vegvisir web framework to provide documentation and highlight the framework's features.
Installation
- Clone this repo
git clone https://codeberg.org/vegvisir/website
- Run the Vegvisir install script from the root directory of the repo
cd /path/to/website
curl -fsSL https://href.vlw.se/vegvisir/install | bash