From 68dc8ceab0422c45ab89e5253c1264d0e73af6a7 Mon Sep 17 00:00:00 2001 From: Oscar Blue Date: Sun, 10 Dec 2023 18:36:11 +0000 Subject: [PATCH] Added social links and updated contact and about --- config.toml | 61 ------------------------------- config/_default/config.toml | 2 +- config/_default/languages.en.toml | 12 +++--- content/_index.md | 6 --- content/about.md | 1 - content/contact.md | 7 +++- 6 files changed, 13 insertions(+), 76 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 7cb6bb5..0000000 --- a/config.toml +++ /dev/null @@ -1,61 +0,0 @@ -baseURL = "https://oscar.blue" -title = "Oscar Blue" -theme = "hugo-notepadium" -copyright = "© 2022 Oscar Blue" - -languageCode = "en-gb" - -enableRobotsTXT = true - -[markup.highlight] -codeFences = true -noClasses = false - -[markup.goldmark.renderer] -unsafe = true # enable raw HTML in Markdown - -[params] -style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system. -dateFormat = "Monday, January 2, 2006" # if unset, default is "2006-01-02" -logo = "" # if you have a logo png -slogan = "100% JavaScript-free" -license = "" # CC License -fullRss = false # Puts entire HTML post into rss 'description' tag. If unset, default is false. - -[params.comments] -enable = false # En/Disable comments globally, default: false. You can always enable comments on per page. - -[params.math] -enable = false # optional: true, false. Enable globally, default: false. You can always enable math on per page. -use = "katex" # option: "katex", "mathjax". default: "katex" - -[params.syntax] -use = "none" # builtin: "prismjs", "hljs". "none" means Chroma -theme = "xcode" -darkTheme = "xcode-dark" # apply this theme in dark mode - -[params.share] -enable = false -addThisId = "" -inlineToolId = "" - -[params.nav] -showCategories = false # /categories/ -showTags = false # /tags/ - -# custom navigation items -[[params.nav.custom]] -title = "Home" -url = "/" - -[[params.nav.custom]] -title = "Blog" -url = "/blog" - -[[params.nav.custom]] -title = "About" -url = "/about" - -[[params.nav.custom]] -title = "Contact" -url = "/contact" diff --git a/config/_default/config.toml b/config/_default/config.toml index af07147..d552aed 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/getting-started/ -# baseURL = "https://oscar.blue/" +baseURL = "https://oscar.blue/" theme = "congo" defaultContentLanguage = "en" diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 46b6369..c08eb94 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -6,7 +6,7 @@ weight = 1 rtl = false title = "Oscar Blue" -logo = "images/white-sig.png" +# logo = "images/white-sig.png" # description = "My awesome website" # copyright = "Copy, _right?_ :thinking_face:" @@ -15,7 +15,7 @@ dateFormat = "2 January 2006" [author] name = "Oscar Blue" image = "images/author.png" - # headline = "I'm only human" + headline = "Ethical and Open Source Enthusiast" bio = "Open Source Enthusiast" links = [ { email = "mailto:oscar@oscarpo.co" }, @@ -30,16 +30,16 @@ dateFormat = "2 January 2006" # { 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" }, + { github = "https://github.com/NoirNoble" }, + { gitlab = "https://gitlab.com/oscarpocock" }, # { 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" }, + { linkedin = "https://linkedin.com/in/oscarpocock" }, + { mastodon = "https://mastodon.online/@oscar" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { orcid = "https://orcid.org/userid" }, diff --git a/content/_index.md b/content/_index.md index 0ac57d0..12c9cc2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,9 +3,3 @@ title: "Home" draft: false single: true --- - -# Welcome to Yet Another Corner of the Web. - -## I'm Oscar 👋 - -This website mostly functions as a landing page for my other spaces on web with some opinion pieces and tutorials spinkled here and there. diff --git a/content/about.md b/content/about.md index 9b01f20..ca2a1a1 100644 --- a/content/about.md +++ b/content/about.md @@ -8,7 +8,6 @@ showPagination: false showReadingTime: false --- -# Intro Hey 👋, I'm Oscar diff --git a/content/contact.md b/content/contact.md index 54eb230..5b3b20d 100644 --- a/content/contact.md +++ b/content/contact.md @@ -8,4 +8,9 @@ showPagination: false showReadingTime: false --- -Mastodon: [at] oscar [at] mastodon.online +If you would like to get in touch you can find me in the following places: + +- **Email**: oscar [at] oscarpo.co +- **Mastodon**: [at] oscar [at] mastodon.online +- **LinkedIn**: https://www.linkedin.com/in/oscarpocock/ 👎 +