diff options
| author | Anoduck <9925396+anoduck@users.noreply.github.com> | 2024-09-08 14:54:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 14:54:54 +0000 |
| commit | d2a0fd14e05ef6b0b9fca454f8996faf86f94204 (patch) | |
| tree | 242f822be67c179618f1e2aabcea60c172f4f6e0 /config/_default/languages.toml | |
Initial commit
Diffstat (limited to 'config/_default/languages.toml')
| -rw-r--r-- | config/_default/languages.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/_default/languages.toml b/config/_default/languages.toml new file mode 100644 index 0000000..5be582e --- /dev/null +++ b/config/_default/languages.toml @@ -0,0 +1,11 @@ +[en] + languageName = "English" + contentDir = "content" + weight = 1 + [en.params.head] + tagline = "A Hugo Theme" + [en.params.social] + title = "Follow me" + caption = "I work on everything coding and tweet developer memes" + [en.params.footer] + # license = "Licensed under Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)." |
