Mirror of github repository for the website
Find a file
dependabot[bot] d0dc0f2e8b
Bump @vuepress/plugin-active-header-links
Bumps [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-active-header-links) from 2.0.0-beta.49 to 2.0.0-rc.0.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-active-header-links)

---
updated-dependencies:
- dependency-name: "@vuepress/plugin-active-header-links"
  dependency-version: 2.0.0-rc.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-20 20:37:51 +00:00
.github Set npm as the package ecosystem for Dependabot 2026-06-20 22:36:02 +02:00
docs "Bilder des Monats Mai" 2026-06-03 13:08:26 +02:00
.gitignore mac stuff 2022-09-12 00:24:31 +02:00
.nvmrc use node 20 2024-02-19 22:43:39 +01:00
docker-compose.yml use node 20 in docker-compose 2024-02-19 23:04:37 +01:00
optimize.sh Fix E2BIG error in optimize.sh caused by too many arguments 2026-05-13 21:33:32 +02:00
package.json Bump @vuepress/plugin-active-header-links 2026-06-20 20:37:51 +00:00
README.md Merge branch 'main' into feature/16-Docker-Compose 2024-02-19 23:03:08 +01:00
yarn.lock Bump @vuepress/plugin-active-header-links 2026-06-20 20:37:51 +00:00

Scope

This repository holds the website for the ham radio group "Draussenfunker".

Setup

Install Nodejs Version 20.

Run yarn install to install the required packages. Run yarn dev to start the local development environment. Push to main branch to deploy the website.

Editing

Vuepress uses Markdown. Documentation on how to use it, is readily avaible. You can use Frontmatter to change layout and other settings per page: https://v2.vuepress.vuejs.org/reference/default-theme/frontmatter.html

Inside the docs folder, you'll find several files and folders. The file docs/blog/helloworld.md will be rendered to /blog/helloworld, the docs/blog/readme.md will be rendered to /blog/

Images and other assets can be placed into the public dir. docs/.vuepress/public/images/example.png and be accessed in the browser via /images/example.png.

Contribution

Piece of cake:

  • File an issue
  • File a corresponding pull request
  • "I don't know what a pull request is!": Just file an issue, we will take good care of you. :)

Setting up a Development Environment to contribute

Methode #1

tl;dr:

  • clone the repository
  • run "yarn install"
  • run "yarn dev"

Methode #2

You got a docker environment running anyway? Lovely:

  • run docker compose up