Source code for the Vegvisir website
Find a file
vlw 7a8fc36ec0 feat: new website design and update to Vegvisir 3.1 (#2)
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>
2025-03-05 11:16:54 +00:00
public feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
snippets feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
vegvisir@f66dc86d76 feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
.gitignore feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
.gitmodules feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
Consts.php feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
LICENSE Initial commit 2024-08-04 14:05:43 +00:00
README.md feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00

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

  1. Clone this repo
git clone https://codeberg.org/vegvisir/website
  1. 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