Skip to content

Commit cbb8ece

Browse files
committed
Move PicoDeprecated plugin and default theme to separate repos
See https://github.com/picocms/pico-theme for Pico's default theme and https://github.com/picocms/pico-deprecated for the PicoDeprecated plugin.
1 parent a39bc38 commit cbb8ece

18 files changed

Lines changed: 11 additions & 1255 deletions

.gitignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,5 @@ desktop.ini
2020
/_build/phpdoc.cache
2121
/_build/deploy-*.git
2222

23-
# User config
24-
/config/config.yml
25-
26-
# User themes
27-
/themes/*
28-
!/themes/default
29-
30-
# User plugins
31-
/plugins/*
32-
!/plugins/0?-*
33-
!/plugins/1?-*
34-
!/plugins/DummyPlugin.php
35-
3623
# User content
3724
/content

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
"require": {
2626
"php": ">=5.3.6",
2727
"twig/twig": "^1.18",
28+
"symfony/yaml" : "^2.3",
2829
"erusev/parsedown-extra": "^0.7",
29-
"symfony/yaml" : "^2.3"
30+
"picocms/pico-theme": "~2.0.0",
31+
"picocms/pico-deprecated": "~2.0.0"
3032
},
3133
"require-dev" : {
3234
"phpdocumentor/phpdocumentor": "^2.8",

config/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This directory is meant to be empty, except for config.yml.template
2+
*
3+
!config.yml.template

plugins/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This directory is meant to be empty, except for DummyPlugin.php
2+
*
3+
!DummyPlugin.php

0 commit comments

Comments
 (0)