Folex Theme Documentation
Analytics And Custom Scripts
Custom scripts are injected using [head].content in config.toml.
Add A Script
- Open
src/config/config.toml. - Find
[head]. - Paste your script into the
contentblock.
Example
[head]content = """<script defer src="/umami.is.js" data-website-id="YOUR_ID"></script>"""Remove A Script
- Remove the script from
content. - Save and rebuild.