-
- Downloads
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 (https://github.com/picocms/Pico/tree/82a342ba445122182b898a2c1800f03c8d16f18c/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 (https://github.com/picocms/Pico/blob/82a342ba445122182b898a2c1800f03c8d16f18c/LICENSE.md).
Showing
- .gitignore 16 additions, 0 deletions.gitignore
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 18 additions, 0 deletionsREADME.md
- composer.json 29 additions, 0 deletionscomposer.json
- font/LICENSE.txt 0 additions, 0 deletionsfont/LICENSE.txt
- font/fontello.eot 0 additions, 0 deletionsfont/fontello.eot
- font/fontello.svg 0 additions, 0 deletionsfont/fontello.svg
- font/fontello.ttf 0 additions, 0 deletionsfont/fontello.ttf
- font/fontello.woff 0 additions, 0 deletionsfont/fontello.woff
- font/fontello.woff2 0 additions, 0 deletionsfont/fontello.woff2
- fontello.css 0 additions, 0 deletionsfontello.css
- index.twig 0 additions, 0 deletionsindex.twig
- js/modernizr-3.3.1-custom.min.js 0 additions, 0 deletionsjs/modernizr-3.3.1-custom.min.js
- js/pico.js 0 additions, 0 deletionsjs/pico.js
- js/utils.js 0 additions, 0 deletionsjs/utils.js
- style.css 0 additions, 0 deletionsstyle.css
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"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" | ||
} | ||
} |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment