Initial commit

This commit is contained in:
Oliver Davies 2025-05-08 21:21:23 +01:00
commit 9bb0b58dfd
15 changed files with 18530 additions and 0 deletions

2
sculpin/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
output_*
vendor

View file

@ -0,0 +1,3 @@
sculpin_content_types:
posts:
enabled: false

View file

@ -0,0 +1 @@
---

10
sculpin/composer.json Normal file
View file

@ -0,0 +1,10 @@
{
"require": {
"sculpin/sculpin": "^3.2"
},
"config": {
"allow-plugins": {
"sculpin/sculpin-theme-composer-plugin": true
}
}
}

3520
sculpin/composer.lock generated Normal file

File diff suppressed because it is too large Load diff

4
sculpin/source/index.md Normal file
View file

@ -0,0 +1,4 @@
---
title: Home
---