Add Sculpin site generator exgine

This commit is contained in:
2016-12-31 09:06:51 +03:00
parent 21c3e5a359
commit 1ff72cfd53
8 changed files with 2707 additions and 72 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "av/homepage",
"type": "project",
"authors": [
{
"name": "Anton Vakhrushev",
"email": "anwinged@ya.ru"
}
],
"minimum-stability": "dev",
"require": {
"sculpin/sculpin": "^2.0"
}
}