Skip to content

Commit

Permalink
chore: added some contact pages and updated site configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinedelia committed Sep 2, 2024
1 parent d5c2b25 commit 1a0d785
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
30 changes: 29 additions & 1 deletion cloud/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
baseURL = "https://cloud.antoinedelia.fr/"
author = "Antoine Delia"
paginate = 5
languageCode = "en-us"
title = "The Cloud Optimist"
theme = "paper"
googleAnalytics = "G-NPENVXWP54"


[params]
# color style
color = 'linen' # linen, wheat, gray, light

# header social icons
github = 'antoinedelia' # github.com/YOUR_GITHUB_ID
linkedin = 'antoinedelia' # linkedin.com/in/YOUR_LINKEDIN_ID
rss = true # show rss icon

# home page profile
avatar = 'https://gravatar.com/antoinedelia'
name = 'Antoine Delia'
bio = ''

# misc
disableHLJS = true
github = 'antoinedelia'

[menu]

[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 10
17 changes: 17 additions & 0 deletions cloud/content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "About"
description = "The Cloud Optimist"
date = "2024-09-02"
aliases = ["about", "about-me", "contact"]
author = "antoinedelia"
+++

My name is Antoine Delia, and I love automating stuff!

I started working as a Full-Stack engineer, and was able to learn many things related to websites.

I then became a Cloud Engineer, where I discovered the wonderful world of the Cloud, mainly AWS.

Today, I am an Automation Technology Specialist, and I help bringing Connectivity topics to life thanks to automation.

On this blog, I want to talk about many thing related to the Cloud and the DevOps culture. I hope you will enjoy!
10 changes: 10 additions & 0 deletions cloud/content/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
+++
title = "Contact"
description = "Contact"
date = "2024-09-02"
aliases = ["about", "about-me", "contact"]
author = "antoinedelia"
+++

- [github.com/antoinedelia](https://github.com/antoinedelia)
- [antoinedelia.fr](https://antoinedelia.fr)

0 comments on commit 1a0d785

Please sign in to comment.