diff --git a/README.md b/README.md index 88b04cb..fe4084e 100644 --- a/README.md +++ b/README.md @@ -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