1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-09-02 21:02:42 +02:00

Extract default theme from picocms/Pico repo

This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151.

Pico is licensed under the MIT License (82a342ba44/LICENSE.md).
This commit is contained in:
Daniel Rudolf
2017-05-01 18:56:54 +02:00
parent 3bc28e2a87
commit e81eafcd68
16 changed files with 84 additions and 0 deletions

29
composer.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "picocms/pico-theme",
"type": "pico-theme",
"description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.",
"keywords": ["pico","pico-theme"],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "The Pico Community",
"homepage": "http://picocms.org/"
},
{
"name": "Contributors",
"homepage": "https://github.com/picocms/pico-theme/graphs/contributors"
}
],
"support": {
"docs": "http://picocms.org/themes/default/",
"issues": "https://github.com/picocms/pico-theme/issues",
"source": "https://github.com/picocms/pico-theme"
},
"require": {
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "default"
}
}