Description
I'm new to static site generators, so not familur with how TOML works (as pointed out by a reply to my post on the Zensical Discord (https://discord.com/channels/1289187620659789824/1290317399253323827/1531031618511310989) suggesting if the documentation can be changed to make it clearer to add additional "[[project.extra.social]]" lines for every social media link.
For inexperienced users of static site generators who do not know the inner workings of TOML, and are only following the Zensical Docs pages, i believe this would be very helpful.
Related links
Proposed change
Although the documentation clearly shows how to add a single social media link in the footer, i personally would show an example of multiple social links or at the very least stating that a "[[project.extra.social]]" line is required for every social link you need to add.
Example...
[[project.extra.social]]
icon = "fontawesome/brands/x-twitter"
link = "https://x.com/zensical"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/zensical"
Before submitting
Description
I'm new to static site generators, so not familur with how TOML works (as pointed out by a reply to my post on the Zensical Discord (https://discord.com/channels/1289187620659789824/1290317399253323827/1531031618511310989) suggesting if the documentation can be changed to make it clearer to add additional "[[project.extra.social]]" lines for every social media link.
For inexperienced users of static site generators who do not know the inner workings of TOML, and are only following the Zensical Docs pages, i believe this would be very helpful.
Related links
Proposed change
Although the documentation clearly shows how to add a single social media link in the footer, i personally would show an example of multiple social links or at the very least stating that a "[[project.extra.social]]" line is required for every social link you need to add.
Example...
Before submitting