This commit is contained in:
Andreas Hnida 2024-04-18 22:49:01 +02:00
commit 5e82d1a1e6
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,3 @@
########################### Deployment #############################
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
environment = "development"
#################### default parameters ################################ #################### default parameters ################################
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
favicon = "images/verua_fav.png" favicon = "images/verua_fav.png"

View file

@ -172,6 +172,8 @@ Content
### Font-Awesome Icon ### Font-Awesome Icon
Find all open source icons on [Font Awesome](https://fontawesome.com/search?m=free&o=r)
`{{% icon name="user" color="black" size="5xl" %}}` `{{% icon name="user" color="black" size="5xl" %}}`
Für "size" und "color" werden Tailwind CSS Klassen benutzt. Für "size" und "color" werden Tailwind CSS Klassen benutzt.