Skip to content

Commit 483715a

Browse files
Create composer.json
1 parent c9d386f commit 483715a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "revitron/automad-revitron",
3+
"description": "An elegant documentation theme for Automad based on the Revitron Sphinx theme",
4+
"type": "automad-package",
5+
"keywords": [
6+
"theme"
7+
],
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Marc Anton Dahmen",
12+
"homepage": "https://marcdahmen.de"
13+
}
14+
],
15+
"require": {
16+
"automad/package-installer": "^1.1",
17+
"automad/meta-tags": "^1.1"
18+
}
19+
}

0 commit comments

Comments
 (0)