-
Notifications
You must be signed in to change notification settings - Fork 3
Basic Workflows
Anna Sophia Stein edited this page Aug 28, 2023
·
1 revision
So you want to:
- Go to
_layouts/2023_home.htmland change the order of theincludestatements (e.g.{% include 2023_data/newIntro.html %})
- Create a new file in
_2023_pages/including the yaml header that is included in the other files and write away
- If the picture belongs to a section, find out where the picture is being taken from in the corresponding html file in
_includes/2023_data/. Then add the picture there and if necessary, change the value of thethumbnailkey in the corresponding yaml file in_data/twenty_23/(which should correspond to the name of the file). - Otherwise just put the picture in the
css/2023_style/img/folder and reference it in the html file using the relative path to the picture
-
"btn-sm","btn-xl"- small and large buttons, specified in the corresponding html element as can be seen below in the examples:- The 'click on me and I scroll to somewhere on the same page'- button
-
<a href="../agenda" class="page-scroll btn btn-xl">AGENDA</a>- scrolls to the agenda section on the main page - The 'click on me and I lead to another website' - button
-
<a href="https://www.uni-saarland.de/en/home.html" class="btn-sm">Universität des Saarlandes</a>- leads to the Saarland University website
-
- The 'click on me and I scroll to somewhere on the same page'- button
-
- Main color palette is set in
_data/template.ymlbut a bunch of other changes may have to be made in_includes/2023_css/agency.css
If you have questions or need help you can contact Anna from the 32. TaCoS team.