Skip to content

Commit

Permalink
Added About and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsbdr committed Jun 16, 2024
1 parent c17cbfa commit 2d2ba61
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 119 deletions.
Binary file added assets/images/Tobias Baader.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 3 additions & 43 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,21 @@

# main menu
[[main]]
name = "Home"
pageRef = "/"
name = "My Notes"
pageRef = "/blog"
weight = 1

[[main]]
name = "About"
name = "About Me"
pageRef = "/about"
weight = 2

[[main]]
name = "Elements"
pageRef = "/elements"
weight = 3

[[main]]
weight = 4
name = "Pages"

[[main]]
parent = "Pages"
name = "Blog"
pageRef = "/blog"

[[main]]
parent = "Pages"
name = "Contact"
pageRef = "/contact"

[[main]]
parent = "Pages"
name = "Authors"
pageRef = "/authors"

[[main]]
parent = "Pages"
name = "Categories"
pageRef = "/categories"

[[main]]
parent = "Pages"
name = "404 Page"
pageRef = "/404"


# footer menu
[[footer]]
name = "About"
pageRef = "/about"
weight = 1

[[footer]]
name = "Elements"
pageRef = "/elements"
weight = 2

[[footer]]
name = "Privacy Policy"
pageRef = "/privacy-policy"
Expand Down
22 changes: 6 additions & 16 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
favicon = "images/favicon.png"
# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
logo = "images/logo.png"
logo = ""
logo_darkmode = "images/logo-darkmode.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
Expand All @@ -11,12 +11,12 @@ logo_height = "32px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
logo_text = "Hugoplate"
logo_text = "Tobias Baader"
# navbar fixed to top
navbar_fixed = true
# theme-mode
theme_switcher = true
theme_default = "system" # available options [light/dark/system]
theme_switcher = false
theme_default = "dark" # available options [light/dark/system]
# Main Sections
mainSections = ["blog"]
# contact form action
Expand All @@ -27,7 +27,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# copyright
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
copyright = ""

# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
Expand All @@ -37,7 +37,7 @@ preloader = "" # use jpg, png, svg or gif format.

# Navigation button
[navigation_button]
enable = true
enable = false
label = "get a quote"
link = "contact"

Expand All @@ -52,12 +52,6 @@ show_description = true
show_tags = true
show_categories = true

# announcement
# announcement module: https://github.com/gethugothemes/hugo-modules/tree/master/components/announcement
[announcement]
enable = true
expire_days = 7
content = "You must replace the **baseURL** in **hugo.toml** file when deploying, you can manage this announcement from the **params.toml** file."

# seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
Expand Down Expand Up @@ -85,10 +79,6 @@ expire_days = 60
content = "This site uses cookies. By continuing to use this website, you agree to their use."
button = "I Accept"

# diagrams
[mermaid]
js_url = 'https://cdn.jsdelivr.net/npm/mermaid@latest/dist/mermaid.esm.min.mjs'

######################## sidebar widgets #########################
[widgets]
sidebar = ["categories", "tags"]
Expand Down
15 changes: 10 additions & 5 deletions content/english/about/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
title: "Hey, I am John Doe!"
meta_title: "About"
description: "this is meta description"
image: "/images/avatar.png"
title: "Hey, I am Tobias Baader!"
meta_title: "About Tobias Baader"
description: "Product Manager Tobias Baader"
image: "/images/Tobias Baader.jpg"
draft: false

---

Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at.
I am a product manager with over {{% yearssince 2011 %}} years of experience in web and mobile development, working with agile methods.

I have led development teams of more than 20 members and specialize in evaluating product-market fits in real-world scenarios. My strength lies in making complex technologies user-friendly.

I have worked on a variety of projects, including optimizing conversions for e-commerce, increasing user engagement in social networks, and finding the right market fit for new or established products or . Throughout my career, I have managed several major product launches and developed numerous complex products. My focus is on delivering fast, practical results.
7 changes: 4 additions & 3 deletions content/english/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Blog Posts"
meta_title: ""
description: "this is meta description"
title: "My Notes"
meta_title: "Notes to myself and to anyone who might find them interesting"
url: "/"
description: "Notes to myself and to anyone who might find them interesting"
---
17 changes: 8 additions & 9 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "/"
# Title of your website (required).
title = "Hugoplate"
title = "Tobias Baader"
# Your theme name
theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York"
timeZone = "Europe/Berlin"
# post pagination
paginate = 2 # see https://gohugo.io/extras/pagination/
paginate = 4 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# disable language
Expand All @@ -17,16 +17,15 @@ disableLanguages = [
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
# default language
defaultContentLanguage = 'en'
# defaultContentLanguageInSubdir need to be true if you want to use the language code as a subdirectory and language specific 404 page
defaultContentLanguageInSubdir = false

########################### Services #############################
[services]
[services.googleAnalytics]
ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics
# [services]
# [services.googleAnalytics]
# ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics

[services.disqus]
shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
# [services.disqus]
# shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/

########################## Permalinks ############################
[permalinks.page]
Expand Down
Loading

0 comments on commit 2d2ba61

Please sign in to comment.