The qaul.net web site is built via the static site generator HUGO. Its content and sources are hosted on github and are editable.
Your welcome to update and translate this web page.
HUGO can be installed on almost every platform. Learn how to install it on your computer on gohugo.io
You need HUGO version 0.55 or newer to be able to test and run the web site. To check your installed version you may run the following command:
hugo version
Clone or download the [github repository] of the web site. All needed files (templates, content, images) are in this repository.
git clone https://github.com/qaul/qaul-website.git
# move into your
cd qaul-website
# start test server
hugo serve
Open the test web site in your web browser http://localhost:1313. When editing the web sites source files, you will see the changes immediately.
If you're getting an error without changing anything, check your installed HUGO version (run hugo version
on the command line). You need at least version 0.55 or later to be able to run and test the web site.
Here a quick overview of the web sites file structure:
- HTML, CSS & JS Templates
- qaul.net theme folder contains all the HTML, CSS and javascript templates
themes/hugo-theme-qaul
. The only exception is the HTML template of the start page. - The HTML template of the start page is in
layouts/index.html
- qaul.net theme folder contains all the HTML, CSS and javascript templates
- Web site content
- The markdown content files and the images are all residing in the
content
folder. - The start page content can be found in the
content/index.md
file and in thecontent/home
folder. There is a file for each section of the start page. - All the tutorials are in sub folders of
content/tutorials
. For an explanation on how to write your own tutorial, please read the file tutorials.md.
- The markdown content files and the images are all residing in the
For translating the web site read the file translate.