diff --git a/config.toml b/config.toml index 6be5f96..920b124 100644 --- a/config.toml +++ b/config.toml @@ -42,7 +42,7 @@ taxonomies = [{ name = "tags", feed = true }] #[languages.fr] #description = "Blog de Yassine Zouggari ou zoug sur l'informatique et d'autres sujets vaguement liés, en français et en anglais." -[languages.en] +#[languages.en] description = "Yassine Zouggari or zoug's blog on computer science and loosely related subjects, in French and English." [extra] @@ -72,7 +72,7 @@ fix_contrast_dark = true # Keep in mind that it also changes the style of headings. # bundled_fonts = true -# + # Use emoji as a favicon. # Only one emoji is being rendered, everything else is truncated. # @@ -166,14 +166,17 @@ links = [ # { url = "@/demo/index.md", name = "Demo" }, # { url = "@/mods/index.md", name = "Mods" } #] }, - { url = "https://infosec.exchange/@zoug/", name = "Mastodon" }, + { url = "#blogposts", name = "Blog" }, ] [extra.footer] # Links used in the footer. # Same as the nav ones. links = [ - { url = "https://infosec.exchange/@zoug/", name = "Mastodon" }, + { url = "https://fediring.net/", name = "?" }, + { url = "https://fediring.net/previous?host=zoug.fr", name = "Previous" }, + { url = "https://fediring.net/random", name = "Random" }, + { url = "https://fediring.net/next?host=zoug.fr", name = "Next" }, ] # Social links in the footer. # Any URL-encoded SVG can be used as an icon. diff --git a/content/_index.md b/content/_index.md index f292a23..0773cd3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -30,7 +30,7 @@ paginate_by = 10 **Welcome to zoug.fr!** -My name is *Yassine Zouggari*, but you can call me `zoug`. I'm a computer nerd. This is my little corner of the Internet, look around! +My name is *Yassine Zouggari*, but you can call me `zoug`. This is my little corner of the Internet, look around! # About me diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..032d516 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..b426ba5 Binary files /dev/null and b/static/favicon.png differ