You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lumapu 6d90874724 redirect to https 2 years ago
.github/workflows another test 2 years ago
archetypes initial commit, basic page 2 years ago
content heavily improved website 2 years ago
data/faq/groups refactored FAQ section 2 years ago
layouts redirect to https 2 years ago
static heavily improved website 2 years ago
.gitignore heavily improved website 2 years ago
.nojekyll add .nojekyll 2 years ago
README.md heavily improved website 2 years ago
config.toml fix baseurl 2 years ago

README.md

Information

This repository contains the sources for AhoyDTU. The sources are converted by a static site generator Hugo. The main Repository URL is:

Contribute

Feel free to modify / add contents of the website which helps other users to understand better how to start or use AhoyDTU.

Quick Howto

  • edit files inside the directory content most of them are Markdown files (*.md).
  • once you're finish commit your changes (as Pull-Request)
  • wait until a collaborator merges your changes

Design / CSS

Offline convertion of sources to website

Docker

  • you can use a local docker container which runs Hugo to convert the sources to a static site: docker run --rm -it -v ${pwd}\:/src -p 80:1313 klakegg/hugo:0.101.0-ext-alpine shell
  • from the shell start hugo server by typing hugo server
  • point your browser to http://localhost

Hokus

Hokus is a WYSIWYG Hugo Editor