Semper Danica web page

February 10, 2026 ยท View on GitHub

These pages are hosted on semperdanica.dk.

Contribute

Create a Pull Request to contribute your changes. Here are the steps:

  1. Fork the repository by clicking on the "Fork" button at the top right corner of the repository page.
  2. Clone your forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
  1. Create a new branch for your changes:
git checkout -b your-branch-name
  1. Make your desired changes to the code.
  2. Commit your changes:
git commit -m "Add your commit message here"
  1. Push your changes to your forked repository:
git push origin your-branch-name
  1. Go to the original repository page and click on the "New Pull Request" button.
  2. Select your forked repository and the branch with your changes.
  3. Add a descriptive title and comment explaining your changes.
  4. Optionally, you can ping @Klintrup or @Mushizo on Discord to notify them about your contribution.

Thank you for your contribution!