diff --git a/.gitmodules b/.gitmodules index 5154615..dd9c1f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/hermit-v2"] + path = themes/hermit-v2 + url = https://github.com/1bl4z3r/hermit-V2 +[submodule "hugo-blog-awesome"] + path = hugo-blog-awesome + url = https://github.com/hugo-sid/hugo-blog-awesome.git diff --git a/assets/.gitignore b/assets/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/assets/avatar.jpg b/assets/avatar.jpg new file mode 100644 index 0000000..82a1cd9 Binary files /dev/null and b/assets/avatar.jpg differ diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/pages/about.md b/content/pages/about.md new file mode 100644 index 0000000..41b0aaf --- /dev/null +++ b/content/pages/about.md @@ -0,0 +1,19 @@ +--- +title: About +description: 'About me' +author: nadim.salloum +--- + +Developer, Cycling enthusiast. I love doing projects on the side, if I ever get the time for that. + +Education: + +- Informatiker EFZ +- BsC Computer Science, FHNW + +My Focus: + +- Web Development +- Self-hosting + +see my [Github-Profile](https://github.com/NateMS) \ No newline at end of file diff --git a/content/travel/2021-cycling-tour/day-1-home-walenstadt.md b/content/travel/2021-cycling-tour/day-1-home-walenstadt.md index 25276e9..a9ad0f8 100644 --- a/content/travel/2021-cycling-tour/day-1-home-walenstadt.md +++ b/content/travel/2021-cycling-tour/day-1-home-walenstadt.md @@ -10,6 +10,7 @@ categories: At about 8 in the morning I had all things packed and went on my way towards the mountains. It was a cloudy day, sometimes even a bit cold, but not too bad. I managed to go a good bit towards the mountains and the bike is going well. I have found a nice camping spot right at the Lake „Walensee“ with a great view. After a long day of cycling I could cool down in the cold water. ![](/images/day-1-home-walenstadt1.jpeg) + ![](/images/day-1-home-walenstadt7.jpeg) ![](/images/day-1-home-walenstadt3.jpeg) diff --git a/content/travel/_index.md b/content/travel/_index.md new file mode 100644 index 0000000..46ca451 --- /dev/null +++ b/content/travel/_index.md @@ -0,0 +1,3 @@ +--- +title: Travel +--- \ No newline at end of file diff --git a/hugo.hermit.toml b/hugo.hermit.toml new file mode 100644 index 0000000..854f5ec --- /dev/null +++ b/hugo.hermit.toml @@ -0,0 +1,109 @@ +# THIS IS AN EXAMPLE ON HOW YOU SHOULD CONFIGURE YOUR hugo.toml +# See this hugo.toml in action at https://github.com/1bl4z3r/hermit-V2/blob/staging/hugo.toml +# Example Site is Staging branch, acessible at https://github.com/1bl4z3r/hermit-V2/tree/staging +# To see what each config does, refer to https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/ +# Open Issue or Pull Request at https://github.com/1bl4z3r/hermit-V2 + +baseURL = "salloum.ch" +defaultContentLanguage = "en" +defaultContentLanguageInSubdir = false +theme = "hermit-v2" + +#[languages] +# [languages.en] +# title = 'CHANGE ME' +# [languages.en.params] +# homeSubtitle = "CHANGE ME" +# weight = 1 +# [languages.fr] +# title = 'CHANGE ME(FR)' +# [languages.fr.params] +# homeSubtitle = "CHANGE ME" +# weight = 2 +# [languages.it] +# title = 'CHANGE ME(IT)' +# [languages.it.params] +# homeSubtitle = "CHANGE ME" +# weight = 3 + +languageCode = "en-us" + +# title = "CHANGE ME" +# enableGitInfo = true + +pygmentsCodefences = true +pygmentsUseClasses = true +#hasCJKLanguage = true + +rssLimit = 10 + +copyright = "CHANGE ME" +enableEmoji = true + +# googleAnalytics = "UA-123-45" +# disqusShortname = "CHANGE ME" + +[params.author] + name = "CHANGE SITE AUTHOR" + about = "CHANGE SITE AUTHOR ABOUT" + +[blackfriday] + # hrefTargetBlank = true + # noreferrerLinks = true + # nofollowLinks = true + +[taxonomies] + tag = "tags" + # Categories are disabled by default. + +[params] + dateform = "Jan 2, 2006" + dateformShort = "2. Jan" + dateformNum = "2006-01-02" + dateformNumTime = "2006-01-02 15:04 -0700" + + # description = "CHANGE ME SITE DESCRIPTION" + # images = [""] + themeColor = "#494f5c" + + homeSubtitle = "CHANGE ME HOME SUBTITLE" + footerCopyright = "CHANGE ME FOOTER COPYRIGHT" + # bgImg = "" + # gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging" + + justifyContent = false + + relatedPosts = true + code_copy_button = true + + homeSubtitlePrinter = true + scrollToTop = true + global_mathjax = false + readTime = true + readTimeSeparator = "CHANGE ME READ TIME" + # legacyLayout = false + shareSocial = true + + [[params.socialLinks]] + name = "mastodon" + url = "https://joinmastodon.org/" + + [[params.socialLinks]] + name = "x" + url = "https://twitter.com/" + + [[params.socialLinks]] + name = "github" + url = "https://github.com/natems" + +[menu] + + [[menu.main]] + name = "Blog" + url = "blog/" + weight = 10 + + [[menu.main]] + name = "About" + url = "about-hugo/" + weight = 20 diff --git a/hugo.orig.toml b/hugo.orig.toml new file mode 100644 index 0000000..5f9b17b --- /dev/null +++ b/hugo.orig.toml @@ -0,0 +1,4 @@ +baseURL = 'https://salloum.ch/' +languageCode = 'en-us' +title = 'Personal Blog' +theme = 'hermit-v2' diff --git a/hugo.toml b/hugo.toml index a423e72..4c13ba8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,127 @@ -baseURL = 'https://blog.salloum.ch/' +title = "Awesome Hugo blog" +baseURL = 'https://salloum.ch' + +# This is what goes in languageCode = 'en-us' -title = 'Personal Blog' -theme = 'ananke' + +theme = "hugo-blog-awesome" + +# This defines how dates are formatted +defaultContentLanguage = "en-gb" + +# To enable Google Analytics 4 (gtag.js) provide G-MEASUREMENT_ID below. +# To disable Google Analytics, simply leave the field empty or remove the next line +# googleAnalytics = '' # G-MEASUREMENT_ID + +# Enable emojis globally +enableEmoji = true +ignoreErrors = ["additional-script-loading-error"] # ignore error of loading additional scripts. + +# To enable Disqus comments, provide Disqus Shortname below. +# To disable Disqus comments, simply leave the field empty or remove the next line +disqusShortname = '' + +# set markup.highlight.noClasses=false to enable code highlight +[markup] + [markup.highlight] + noClasses = false + [markup.goldmark.renderer] + unsafe = true + [markup.tableOfContents] + startLevel = 2 # ToC starts from H2 + endLevel = 4 # ToC ends at H4 + ordered = false # generates