diff --git a/cloud/config.toml b/cloud/config.toml index 1d0d0a1..2b9568e 100644 --- a/cloud/config.toml +++ b/cloud/config.toml @@ -1,4 +1,6 @@ baseURL = "https://cloud.antoinedelia.fr/" +author = "Antoine Delia" +paginate = 5 languageCode = "en-us" title = "The Cloud Optimist" theme = "paper" @@ -6,5 +8,31 @@ 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' \ No newline at end of file + +[menu] + + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 10 + [[menu.main]] + identifier = "contact" + name = "Contact" + url = "/contact/" + weight = 10 \ No newline at end of file diff --git a/cloud/content/about.md b/cloud/content/about.md new file mode 100644 index 0000000..1f15521 --- /dev/null +++ b/cloud/content/about.md @@ -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! diff --git a/cloud/content/contact.md b/cloud/content/contact.md new file mode 100644 index 0000000..d416769 --- /dev/null +++ b/cloud/content/contact.md @@ -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)