Skip to content

Commit

Permalink
Reset theme and config
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzilla committed Jan 11, 2025
1 parent 03a84fd commit 9bdc81d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2023-06-05-stufe-2-postgres-db.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2023-06-05-stufe-3-webhook.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2023-06-05-vorbereitung.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: default
layout: post
title: "Vorbereitung"
date: 2023-06-05 08:54:52 +0000
permalink: /vorbereitung/
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9bdc81d

Please sign in to comment.