Move pages.

This commit is contained in:
Michael Lipp 2024-06-20 20:41:33 +02:00
parent 98ce74f42b
commit f0ccb83b39
23 changed files with 1818 additions and 0 deletions

5
webpages/Gemfile Normal file
View file

@ -0,0 +1,5 @@
source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem "jekyll", "~> 4.0"
gem "jekyll-seo-tag"
gem 'webrick', '~> 1.3', '>= 1.3.1'