diff --git a/config/_default/params.toml b/config/_default/params.toml index e394fb8..a9d6c28 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 ################################ # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation favicon = "images/verua_fav.png" diff --git a/readme.md b/readme.md index 375de5e..fb0c586 100755 --- a/readme.md +++ b/readme.md @@ -172,6 +172,8 @@ Content ### 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" %}}` Für "size" und "color" werden Tailwind CSS Klassen benutzt.