diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 13e5177..444e0ee 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -7,7 +7,7 @@ rtl = false title = "Mans Ziesel" # logo = "img/Mans_Ziesel_Portrait.jpg" -description = "Website van Mans Ziesel" +description = "Website of Mans Ziesel" # copyright = "Copy, _right?_ :thinking_face:" dateFormat = "2 January 2006" @@ -15,49 +15,49 @@ dateFormat = "2 January 2006" [author] name = "Mans Ziesel" image = "img/Mans_Ziesel_Portrait.jpg" - headline = "ICT'er & student bij ROC van Twente" - bio = "A little bit about you" + headline = "Student at ROC van Twente" + # bio = "A little bit about you" links = [ - { email = "mailto:hello@your_domain.com" }, + { email = "mailto:mans@mziesel.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, -# { blogger = "https://username.blogspot.com/" }, -# { codepen = "https://codepen.io/username" }, -# { dev = "https://dev.to/username" }, +# { blogger = "https://mansziesel.blogspot.com/" }, +# { codepen = "https://codepen.io/mansziesel" }, +# { dev = "https://dev.to/mansziesel" }, # { discord = "https://discord.gg/invitecode" }, -# { dribbble = "https://dribbble.com/username" }, -# { facebook = "https://facebook.com/username" }, -# { flickr = "https://www.flickr.com/photos/username/" }, -# { foursquare = "https://foursquare.com/username" }, - { github = "https://github.com/username" }, -# { gitlab = "https://gitlab.com/username" }, +# { dribbble = "https://dribbble.com/mansziesel" }, +# { facebook = "https://facebook.com/mansziesel" }, +# { flickr = "https://www.flickr.com/photos/mansziesel/" }, +# { foursquare = "https://foursquare.com/mansziesel" }, + { github = "https://github.com/mansziesel" }, +# { gitlab = "https://gitlab.com/mansziesel" }, # { google = "https://www.google.com/" }, -# { hashnode = "https://username.hashnode.dev" }, -# { instagram = "https://instagram.com/username" }, -# { keybase = "https://keybase.io/username" }, -# { kickstarter = "https://www.kickstarter.com/profile/username" }, -# { lastfm = "https://lastfm.com/user/username" }, - { linkedin = "https://linkedin.com/in/username" }, -# { mastodon = "https://mastodon.instance/@username" }, -# { medium = "https://medium.com/username" }, +# { hashnode = "https://mansziesel.hashnode.dev" }, +# { instagram = "https://instagram.com/mansziesel" }, +# { keybase = "https://keybase.io/mansziesel" }, +# { kickstarter = "https://www.kickstarter.com/profile/mansziesel" }, +# { lastfm = "https://lastfm.com/user/mansziesel" }, + { linkedin = "https://linkedin.com/in/mansziesel" }, +# { mastodon = "https://mastodon.instance/@mansziesel" }, +# { medium = "https://medium.com/mansziesel" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" }, -# { patreon = "https://www.patreon.com/username" }, -# { pinterest = "https://pinterest.com/username" }, -# { reddit = "https://reddit.com/user/username" }, -# { researchgate = "https://www.researchgate.net/profile/username" }, +# { patreon = "https://www.patreon.com/mansziesel" }, +# { pinterest = "https://pinterest.com/mansziesel" }, +# { reddit = "https://reddit.com/user/mansziesel" }, +# { researchgate = "https://www.researchgate.net/profile/mansziesel" }, # { slack = "https://workspace.url/team/userid" }, -# { snapchat = "https://snapchat.com/add/username" }, -# { soundcloud = "https://soundcloud.com/username" }, -# { stack-overflow = "https://stackoverflow.com/users/userid/username" }, +# { snapchat = "https://snapchat.com/add/mansziesel" }, +# { soundcloud = "https://soundcloud.com/mansziesel" }, +# { stack-overflow = "https://stackoverflow.com/users/userid/mansziesel" }, # { steam = "https://steamcommunity.com/profiles/userid" }, -# { telegram = "https://t.me/username" }, -# { tiktok = "https://tiktok.com/@username" }, -# { tumblr = "https://username.tumblr.com" }, -# { twitch = "https://twitch.tv/username" }, -# { twitter = "https://twitter.com/username" }, +# { telegram = "https://t.me/mansziesel" }, +# { tiktok = "https://tiktok.com/@mansziesel" }, +# { tumblr = "https://mansziesel.tumblr.com" }, +# { twitch = "https://twitch.tv/mansziesel" }, +# { twitter = "https://twitter.com/mansziesel" }, # { whatsapp = "https://wa.me/phone-number" }, -# { youtube = "https://youtube.com/username" }, -# { ko-fi = "https://ko-fi.com/username" }, +# { youtube = "https://youtube.com/mansziesel" }, +# { ko-fi = "https://ko-fi.com/mansziesel" }, ] diff --git a/config/_default/languages.nl.toml b/config/_default/languages.nl.toml index 06238c0..87a2639 100644 --- a/config/_default/languages.nl.toml +++ b/config/_default/languages.nl.toml @@ -16,9 +16,9 @@ dateFormat = "2 January 2006" name = "Mans Ziesel" image = "img/Mans_Ziesel_Portrait.jpg" headline = "ICT'er & student bij ROC van Twente" - bio = "A little bit about you" + # bio = "A little bit about you" links = [ - { email = "mailto:hello@your_domain.com" }, + { email = "mailto:mans@mziesel.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { apple = "https://www.apple.com" }, diff --git a/content/.gitkeep b/content/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/content/about-me.en.md b/content/about-me.en.md new file mode 100644 index 0000000..e53c627 --- /dev/null +++ b/content/about-me.en.md @@ -0,0 +1 @@ +# Another test diff --git a/content/about-me.nl.md b/content/about-me.nl.md new file mode 100644 index 0000000..8ae0569 --- /dev/null +++ b/content/about-me.nl.md @@ -0,0 +1 @@ +# Test diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..455c5e3 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,6 @@ +--- +title: "Posts" +description: "Dit is een test." +cascade: + showReadingTime: false +--- diff --git a/content/posts/first-post.en.md b/content/posts/first-post.en.md new file mode 100644 index 0000000..e53c627 --- /dev/null +++ b/content/posts/first-post.en.md @@ -0,0 +1 @@ +# Another test diff --git a/content/posts/first-post.nl.md b/content/posts/first-post.nl.md new file mode 100644 index 0000000..5846a85 --- /dev/null +++ b/content/posts/first-post.nl.md @@ -0,0 +1,10 @@ +--- +title: "My First Blog Post" +date: 2023-03-18 +description: "Welcome to my blog!" +summary: "Learn more about me and why I am starting this blog." +tags: ["welcome", "new", "about", "first"] +--- + +# nog een test +