Source code for the Vegvisir website
  • Hack 46.6%
  • PHP 45.3%
  • CSS 6.5%
  • JavaScript 1.6%
Find a file
Victor Westerlund eecbdfc2f2 chore: add website unmaintained disclaimer (#13)
In this PR we (unfortunately..) add a dialog explaining that the website is not actively maintained.

![Screenshot 2026-04-25 at 13-13-49 Vegvisir - A PHP and JavaScript web framework](/attachments/e1582d42-277a-450c-b0b5-659f9276323a)

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/13
2026-04-25 13:19:50 +02:00
public chore: add website unmaintained disclaimer (#13) 2026-04-25 13:19:50 +02:00
snippets content(fix): replace the word 'compile' with 'bundle' and add new examples to features page (#11) 2025-06-06 09:26:51 +02:00
vegvisir@1efa6d5b84 build: bump Vegvisir to version 3.1.5 (#8) 2025-04-02 12:43:53 +00:00
.gitignore chore: add website unmaintained disclaimer (#13) 2026-04-25 13:19:50 +02:00
.gitmodules feat: new website design and update to Vegvisir 3.1 (#2) 2025-03-05 11:16:54 +00:00
composer.json chore: add website unmaintained disclaimer (#13) 2026-04-25 13:19:50 +02:00
composer.lock chore: add website unmaintained disclaimer (#13) 2026-04-25 13:19:50 +02:00
Consts.php doc(upstream): add documentation for Vegvisir 3.1.5 (#7) 2025-04-02 12:44:13 +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