97 Commits

Author SHA1 Message Date
Daniel Rudolf
06d26ef852
Add some basic utility classes for typography and images 2019-11-23 19:26:32 +01:00
Daniel Rudolf
0071fef215
Add Pico's logo and tagline to the default theme 2019-11-23 19:26:32 +01:00
Daniel Rudolf
d7958c4849
Add whitened Pico logo for inverse usage
Co-Authored-By: type76 <osmanjaro@gmail.com>
2019-11-23 19:26:32 +01:00
Daniel Rudolf
72c77ef5fc
Improve Pico's logo
Remove clear spaces (for flexibility, clear spaces should be implemented using CSS paddings), reset `preserveAspectRatio` to default `xMidYMid`
2019-11-23 19:26:32 +01:00
type76
ab077e096c
🎉 Add new Pico logo
See https://github.com/picocms/Pico/issues/499 and https://github.com/picocms/Pico/issues/499#issuecomment-544136977
2019-11-23 19:26:32 +01:00
Daniel Rudolf
2e5abc386d
Add comments to pico-theme.yml and mention it in README.md 2019-11-23 19:26:32 +01:00
Daniel Rudolf
dcd8ebe723
composer.json: Adding myself as lead dev 2019-11-11 18:33:39 +01:00
Daniel Rudolf
6c0491a918
Version 2.1.0-beta.1
```
* [Changed] Add basic `pico-theme.yml` to use API v3, enable Twig's autoescape
            feature (no changes necessary) and register `Social` meta header
* [Changed] Use Pico's `pages` Twig function to create the main navigation
* [Changed] Improve formatting of definition lists and inline code snippets
* [Changed] Improve JSDoc class docs
```
2019-11-04 00:43:37 +01:00
Daniel Rudolf
abae4acd5b
Update CHANGELOG.md 2019-11-04 00:42:52 +01:00
Daniel Rudolf
0a9321047d
Slightly decrease font size of inline code
`line-height: 1.9824;` is the result of `calc(1em * 1.4 + 2 * 0.1em + 2 * 1px / 16px / 0.85 + 2 * 0.1em / 0.85)` (`1em * 1.4` equals the line height for code (= `1.4` times), plus `0.1em` vertical padding on top and bottom, plus `1px` border width on top and bottom (`1rem` equals `16px` and considering the smaller font size (= `0.85rem`)), plus `0.1em` vertical margin on top and bottom (also considering the smaller font size).
2019-11-04 00:13:47 +01:00
Daniel Rudolf
ac5e65b7a4
Update CHANGELOG.md 2019-11-03 20:57:11 +01:00
Daniel Rudolf
83a9b6ad59
Remove raw Twig filter when outputting Pico's content variable
See e0415c8c1d for more details
2019-10-26 14:03:38 +02:00
Daniel Rudolf
8df986b02e
Update JSDoc class docs 2019-10-26 11:30:05 +02:00
Daniel Rudolf
fc941aab0c
Fix inline code line height
`line-height: 1.9778;` is the result of `calc(1rem * 1.6 / 0.9 + 2 * 0.1em)` (`1rem * 1.6 / 0.9` equals the default line height (= `1.6` times) adjusted by the smaller font size (= `0.9rem`), plus `0.1em` vertical space on top and bottom)
2019-10-12 19:51:34 +02:00
Daniel Rudolf
777f852a06
Add bottom margin to definition descriptions 2019-10-12 19:46:38 +02:00
Daniel Rudolf
138a88e05f
Use Twig pages function for navigation
See 681ad27158 for more info
2019-10-01 13:32:20 +02:00
Daniel Rudolf
470a734034
🎉 Add pico-theme.yml and update to API version 3
See b27b4f388a for more info
2019-10-01 13:31:34 +02:00
Daniel Rudolf
e66eab238e
phpDoc class docs: Remove superflous @return void 2019-09-11 11:29:15 +02:00
Daniel Rudolf
23a907d23b
composer.json: Add 2.1.x-dev alias for pico-2.1 branch 2019-07-14 15:37:20 +02:00
Daniel Rudolf
b33fe258b0
CSS: Fix border value order 2019-03-11 23:06:01 +01:00
Daniel Rudolf
db2e386a57
Version 2.0.5-beta.1
```
* [New] Add `2.0.x-dev` alias for master branch to `composer.json`
```
2019-01-03 01:14:55 +01:00
Daniel Rudolf
316a531f64
Update CHANGELOG.md 2019-01-03 01:11:49 +01:00
Daniel Rudolf
7c1d14dda8
composer.json: Add 2.0.x-dev alias for master branch 2019-01-03 01:03:52 +01:00
Daniel Rudolf
c366649243
Version 2.0.4
No changes
2018-12-17 15:57:19 +01:00
Daniel Rudolf
02b112b072
Update CHANGELOG.md 2018-12-17 15:57:15 +01:00
Daniel Rudolf
6ad42dbbd2
Version 2.0.3
No changes
2018-12-03 12:46:48 +01:00
Daniel Rudolf
8f8cd50936
Update CHANGELOG.md 2018-12-03 12:46:42 +01:00
Daniel Rudolf
5af338c408
Version 2.0.2
No changes
2018-08-12 13:51:04 +02:00
Daniel Rudolf
f59f639f97
Update CHANGELOG.md 2018-08-12 13:50:57 +02:00
Daniel Rudolf
e1e4cc644f
Version 2.0.1
No changes
2018-07-29 12:58:56 +02:00
Daniel Rudolf
b1e423c691
Update CHANGELOG.md 2018-07-29 12:58:41 +02:00
Daniel Rudolf
ba0ac88e14
composer.json: Remove 2.0-dev branch alias 2018-07-03 16:13:14 +02:00
Daniel Rudolf
a75986d269
Version 2.0.0
```
* [New] Add Bountysource
* [Changed] Improve documentation
```
2018-07-01 17:35:52 +02:00
Daniel Rudolf
3799bc14ed
Update CHANGELOG.md 2018-07-01 17:26:26 +02:00
Daniel Rudolf
db2463c9b6
Add Bountysource icon (FontAwesome "dollar" icon)
See f994ef191c
2018-07-01 14:47:14 +02:00
Daniel Rudolf
1526e6eb47
Merge pull request #1 from Tyxiang/patch-1
Repair description error
2018-04-28 15:30:21 +02:00
Tyxiang
182431ce45
Repair description error 2018-04-28 21:23:49 +08:00
Daniel Rudolf
328407d792
Version 2.0.0-beta.3
No changes
2018-04-07 21:44:24 +02:00
Daniel Rudolf
7d85c18de4
Update CHANGELOG.md 2018-04-07 21:44:20 +02:00
Daniel Rudolf
bb5d25c713
Version 2.0.0-beta.2
```
* [Fixed] Fix sliding animation of collapsible menu in IE 9
* [Changed] Move Fontello font to `icon/` directory
* [Changed] Move stylesheets to `css/` directory
* [Changed] Improve Fontello font copyright notice
* [Changed] Add Droid Sans and Droid Sans Mono font files to `font/` directory,
            making Pico's default theme fully self-containing
```
2018-01-21 23:31:28 +01:00
Daniel Rudolf
3804a56b8c
Update CHANGELOG.md 2018-01-21 23:30:46 +01:00
Daniel Rudolf
9430940d55
Add CHANGELOG.md 2018-01-21 23:03:35 +01:00
Daniel Rudolf
5f0793e4c5
Add docs for contributing to Pico's default theme 2018-01-21 23:03:26 +01:00
Daniel Rudolf
630573dd56
Move stylesheets to css/ directory 2018-01-21 23:02:13 +01:00
Daniel Rudolf
e45ea044fc
Improve copyright notice of Fontello font 2018-01-21 17:34:42 +01:00
Daniel Rudolf
075cf427b4
Add Droid Sans and Droid Sans Mono font files to font/ directory
This makes Pico's default theme fully self-containing!
2018-01-21 17:33:41 +01:00
Daniel Rudolf
98247b9497
Move Fontello font to icon/ directory 2018-01-21 17:14:42 +01:00
Daniel Rudolf
f543d38888
Update README.md 2018-01-21 17:11:05 +01:00
Daniel Rudolf
a958759cb1
Fix utils.slideUp() and utils.slideDown() in IE9
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.
2017-12-11 14:56:50 +01:00
Daniel Rudolf
86e6d344b0
Update README.md 2017-12-02 16:43:11 +01:00