update and extend important paths

lektura
max.mehl 2017-03-20 15:00:40 +01:00
parent 41dc9866d4
commit c6af94ac91
1 changed files with 5 additions and 1 deletions

View File

@ -62,9 +62,13 @@ Now we will modify the website a bit, review the changes and push them to the re
The website structure is very easy. The most important files and directories are:
- `config.toml`: Headlines, site title, many texts.
- `data/projects/`: Content of the 3-column "resource" boxes which you can hover over and click to see the text.
- `data/resources/`: Content of the 3-column "resource" boxes which you can hover over and click to see the text.
- `data/share/`: Services where people can share to. Is being used in the "Spread" section and the left-side sharing icons
- `static/img/share`: Image files for share buttons.
- `themes/hugo-creative-theme/static/`: CSS, images, and Javascript files for the design.
- `themes/hugo-creative-theme/static/css/custom.css`: File where all custom CSS code should be written to.
- `themes/hugo-creative-theme/layouts/`: HTML structure (scaffold) for the website. Useful if you want to add another section or modify anchor links or CSS classes.
- `public/`: Built files which are used to display the website. Generated by running `hugo`.
## Technical background information