Initialized pages branch

This commit is contained in:
2025-03-17 00:05:28 +01:00
parent 895b589544
commit dce32ab52c
72 changed files with 2 additions and 8221 deletions

View File

@@ -1,15 +0,0 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-cyberpunk"
spec.version = "0.1.0"
spec.authors = ["Florian Weber"]
spec.email = ["florian@thephoenixdi.vision"]
spec.summary = "Ein Cyberpunk-Theme für Jekyll"
spec.homepage = "https://git.morlana.online/phoenixdivision/cpred"
spec.license = "MIT"
spec.files = Dir["_layouts/*", "_includes/*", "_sass/*", "assets/css/*", "assets/js/*", "LICENSE.txt", "README.md"]
spec.require_paths = ["lib"]
spec.add_runtime_dependency "jekyll", ">= 4.4.1"
end