Daniel Rudolf
888190f15a
Various small improvements
8 years ago
Daniel Rudolf
8a11a65c9f
Create distinct _build/.gitignore
8 years ago
Daniel Rudolf
3f98896165
Create empty content/ dir
8 years ago
Daniel Rudolf
cbb8ece579
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.
8 years ago
Daniel Rudolf
9b7523b9e8
Use .yml files to configure Pico
...
Instead of using `*.config.php` files, use `*.yml` files to configure Pico. YAML is much easier to understand, more user friendly and (at least a bit) more error-tolerant, but still very powerful. Don't break BC by letting `PicoDeprecated` still read `config/config.php`.
8 years ago
Daniel Rudolf
ce84a8618c
Build system: Minor code refactoring
10 years ago
Daniel Rudolf
76f243f925
Refactor phpDoc deployment
...
This should prevent empty phpDoc updates like 55b4a2b
10 years ago
Daniel Rudolf
4be51a7bee
Refactor phpDoc generation
10 years ago
theshka
1dc410425f
Isolate build-related files from source
...
* [Changed] rename `phpcs.xml` -> `.phpcs.xml`
* [Changed] rename `build/` dir -> `_build/`
* [Changed] update paths in `.gitignore`
* [Changed] update paths in `.travis.yml`
* [Changed] update paths in `.sh` scripts
10 years ago
Daniel Rudolf
876a500ecf
Improve .gitignore
10 years ago
Daniel Rudolf
7f4ad75245
Refactor phpDoc auto-deployment
10 years ago
Daniel Rudolf
bd24d518f2
Update .gitignore
10 years ago
Daniel Rudolf
e144cce6b1
Update .gitignore
10 years ago
Diogo Oliveira de Melo
0f6a55baa0
Organize files on git.
...
- add vendor to .gitignore
- remove all vendor files
- move content to content-sample
- move config.php to config.php.template
10 years ago
Ilia Kondrashov
13b1799c92
remove twig and composer files from sources, now composer install is required to run after clone
12 years ago
Gilbert Pellegrom
45cd4ca5b7
v0.7
...
* [New] Added before_read_file_meta and get_page_data plugin hooks to
customize page meta data
* [Changed] Make get_files() ignore dotfiles
* [Changed] Make get_pages() ignore Emacs and temp files
* [Changed] Use composer version of Markdown
* [Changed] Other small tweaks
* [Fixed] Date warnings and other small bugs
12 years ago
Gilbert Pellegrom
7d2f97f2f6
Update Twig (now uses composer) and add composer.json.
12 years ago
Gilbert Pellegrom
72271a28cf
Ignore Sublime files.
13 years ago