From c6af94ac911c2194ca01c189f676f477e6457042 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Mon, 20 Mar 2017 15:00:40 +0100 Subject: [PATCH] update and extend important paths --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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