diff --git a/docs/Gemfile b/docs/Gemfile index 64f3b4f..389fdc4 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,6 +8,8 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! # gem "jekyll", "~> 4.3.2" +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. gem "github-pages", "~> 228", group: :jekyll_plugins diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 7fa0f03..a23bc90 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -302,6 +302,7 @@ DEPENDENCIES csv (~> 3.3) github-pages (~> 228) http_parser.rb (~> 0.6.0) + minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) diff --git a/docs/_config.yml b/docs/_config.yml index 1031db3..81eac9f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,8 +22,8 @@ title: Pulumi Challenge email: cloud@viadee.de description: >- # this means to ignore newlines until "baseurl:" The Pulumi learning challenge powered by viadee -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://viadee.github.io/pulumi-challenge" # the base hostname & protocol for your site, e.g. http://example.com +#baseurl: "" # the subpath of your site, e.g. /blog +#url: "https://viadee.github.io/pulumi-challenge" # the base hostname & protocol for your site, e.g. http://example.com #twitter_username: jekyllrb github_username: viadee github: diff --git a/docs/_posts/2023-06-05-stufe-2-postgres-db.md b/docs/_posts/2023-06-05-stufe-2-postgres-db.md index 3f569a3..3f5127a 100644 --- a/docs/_posts/2023-06-05-stufe-2-postgres-db.md +++ b/docs/_posts/2023-06-05-stufe-2-postgres-db.md @@ -1,5 +1,5 @@ --- -layout: default +layout: post title: "Stufe 2: TODO-APP mit Postgres-DB" date: 2023-06-05 08:54:52 +0000 permalink: /postgres-db/ diff --git a/docs/_posts/2023-06-05-stufe-3-webhook.md b/docs/_posts/2023-06-05-stufe-3-webhook.md index 7516d96..6fd4230 100644 --- a/docs/_posts/2023-06-05-stufe-3-webhook.md +++ b/docs/_posts/2023-06-05-stufe-3-webhook.md @@ -1,5 +1,5 @@ --- -layout: default +layout: post title: "Stufe 3: Function als Endpunkt für den TODO-App Webhook" date: 2023-06-05 08:54:52 +0000 permalink: /webhook/ diff --git a/docs/_posts/2023-06-05-vorbereitung.md b/docs/_posts/2023-06-05-vorbereitung.md index 4261c9e..8057ce9 100644 --- a/docs/_posts/2023-06-05-vorbereitung.md +++ b/docs/_posts/2023-06-05-vorbereitung.md @@ -1,5 +1,5 @@ --- -layout: default +layout: post title: "Vorbereitung" date: 2023-06-05 08:54:52 +0000 permalink: /vorbereitung/ diff --git a/docs/index.md b/docs/index.md index 1e377c2..c858483 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,8 @@ --- # Feel free to add content and custom Front Matter to this file. # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults -title: Pulumi Challenge -layout: default +title: Start +layout: post --- # Willkommen bei der viadee Pulumi Challenge.