Skip to content

Commit

Permalink
redepolyed oneflow theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lkschu committed Feb 5, 2025
1 parent 8de9b48 commit 306ba31
Show file tree
Hide file tree
Showing 90 changed files with 15,294 additions and 711 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ jobs:
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
#cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install missing dependencies
run: |
bundle install
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
.DS_Store
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
31 changes: 12 additions & 19 deletions 404.html
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
---
permalink: /404.html
layout: page
title: ""
permalink: /404.html
hide: true
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<br><br><br><br><br><br>

<img style="max-width: 50vw" src="/assets/images/ugly-404.webp" alt="404"/>


<h1 class="berry">Seite nicht gefunden</h1>

Oops - Du wolltest eine Seite, die es leider nicht gibt...<br><br>

<div class="container">
<h1>404</h1>
Bitte sag mir per <a href="mailto: [email protected]">Email an info_at_perstarke-webdev.de</a> Bescheid, damit ich das korrigieren kann, falls diese Seite existieren sollte.

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins

gem "tzinfo-data"
#gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem 'jemoji'

group :jekyll_plugins do
gem "jekyll-sitemap"
gem "webrick"
# gem "jekyll-include-cache"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end
315 changes: 0 additions & 315 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit 306ba31

Please sign in to comment.