Modifications to use Socials in the hugo.toml and add to the side bar

This commit is contained in:
mnw
2024-09-18 02:17:49 +00:00
parent 5128e596d6
commit 613fc7d7a8
7 changed files with 119 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
{{ with .Params.hide_example }}
<!-- No data here! -->
{{ else }}
<div>
In the config.yaml or config.toml file you would have something like
<p>
[params]
name = 'Simba'
Then in the partial you use the variables with brackets like this
{{ .Site.Params.name }} or like {{ now.Year }}
Check out this guide
https://cloudcannon.com/tutorials/hugo-beginner-tutorial/hugo-templating-basics/
</p>
</div>
{{ end }}