Mirror of github repository for the website
Find a file
2024-02-19 22:51:09 +01:00
.github/workflows use node 20 in gh actions 2024-02-19 22:45:07 +01:00
docs Merge branch 'main' of github.com:draussenfunker/draussenfunker.github.io into main 2024-02-19 17:28:17 +01:00
.gitignore mac stuff 2022-09-12 00:24:31 +02:00
.nvmrc use node 20 2024-02-19 22:43:39 +01:00
optimize.sh pipeline 2023-01-13 00:53:41 +01:00
package.json update dependencies 2024-02-19 22:51:09 +01:00
README.md update readme 2024-02-19 22:47:29 +01:00
yarn.lock Revert "update packages" 2024-02-19 22:37:12 +01: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.