Hannah Wolfe
b06c57f1e1
Upgrading Casper to 1.3.4
2016-10-24 16:51:12 +01:00
Hannah Wolfe
99ff118174
Merge pull request #274 from eibt/patch-1
...
Use protocol-relative URL for jQuery script
2016-10-24 14:35:22 +01:00
Jeroen
054cd87653
No margin-bottom for last p inside li tags ( #262 )
...
Fixes #241 .
2016-10-24 20:17:30 +07:00
Matthias
5060c945e6
Fixed page title and description being visible before fading in ( #268 )
2016-10-24 20:15:01 +07:00
Aileen Nowak
d07d6dee09
🐛 Fix `.post-title` ( #273 )
...
no issue
fixes the post-title font-size again, as it didn't work with two body:notstatements.
2016-10-24 20:11:49 +07:00
Mr. Ivan
0d8228ff05
Use protocol-relative URL for jQuery script
...
Use protocol-relative URL in the script element that includes jQuery to improve availability and consistency as it's being used for Google Fonts too.
2016-10-13 17:03:11 -06:00
Hannah Wolfe
27270d3de3
Upgrading Casper to 1.3.3
2016-10-07 16:08:38 +01:00
Hannah Wolfe
09476487f0
🐛 Fixing package.json engines & repo URL
...
no issue
- semver caret ranges don't apply pre-1.0.0, therefore we need to use a more explicit range
- repo URL should be a valid url
2016-10-07 16:05:10 +01:00
Hannah Wolfe
d2d796241b
🎨 Removing `homepage` from package.json
...
no issue
- this is not going to be a required field, and for Casper is the same as the repo
2016-10-07 15:56:54 +01:00
Aileen Nowak
c1b77b74cb
Remove old body classes ( #272 )
...
refs TryGhost/Ghost#2597
Make Casper work without old body classes `.archive-template`, `.page` and use `.page-template` *only* for pages, as `.post-template` will not be available for pages anymore.
2016-10-07 14:02:00 +02:00
Hannah Wolfe
95cec988f5
Upgrading Casper to 1.3.2
2016-09-27 16:48:51 +01:00
Hannah Wolfe
12e897d374
📚 Expand package.json ready for gpm
...
no issue
- Our new marketplace (gpm) will make heavy use of package.json files
- Full details, spec, and validator are coming soon. In the meantime here's the basics:
- `name` must be lowercase and hypenated
- `version` must be semver compliant
- `homepage` should be a valid URL (GitHub URL is ok)
- `demo` should be a working Ghost install that uses your theme
- `engines` should contain a Ghost key indicating which version of Ghost the theme is compatible with
- `license` is required, we recommend `MIT`
- `screenshots` should provide a relative path or absolute URL to both `desktop` & `mobile` screenshots
- `author` should be an object. It must contain an email, and can also include a name and url.
- the `gpm` object should:
- indicate the package type (`theme` for now, later `app` or `adapter` etc)
- list out at most 2 marketplace categories for inclusion. Categories can be found in https://gist.github.com/ErisDS/d0674f57eaa087c9f92cbfc8e984d2d6 but are subject to change.
- other fields can be included as per a normal npm package, we recommend including the repostory & keywords with `ghost` & `theme` listed.
2016-09-27 16:43:44 +01:00
John O'Nolan
d6998b3ba5
Add screenshot assets
2016-09-27 14:27:58 +02:00
Kevin Ansfield
5c51195ca6
Upgrading Casper to 1.3.1
2016-07-26 13:01:26 +01:00
Austin Burdine
234be3c976
Merge pull request #254 from sergioaugrod/fix-invalid-css-property
...
Fix invalid css property declaration
2016-06-26 12:26:43 -06:00
Sérgio Rodrigues
146f2ecaab
Fix invalid css property declaration
2016-06-26 15:21:32 -03:00
Austin Burdine
5e679999e7
Merge pull request #251 from max-nova/css-ToC-fixes
...
Fixing Table of Contents in CSS
2016-05-22 10:34:35 -06:00
Max.Nova
4614c6a162
Fixing Table of Contents in CSS
2016-05-22 12:31:02 -04:00
John O'Nolan
531eacc180
Merge pull request #248 from ErisDS/hannahs-fixes
...
Minor consistency fixups
2016-05-08 17:21:17 +02:00
Hannah Wolfe
8778126d8f
Minor consistency fixups
...
- use a `{{#tag}}{{/tag}}` block for tag in tag.hbs
- use two braces consistently for `{{title}}`
- use double quotes consistently for attributes (quote switching is unnecessary)
2016-05-08 17:09:29 +02:00
John O'Nolan
09b4830398
Add new subscribers form + visual fixes
...
- New opt-in form for subscribers features
- Bumped version to 1.3.0
- Resolved author image alignment, closes #238
2016-05-08 10:50:20 +02:00
Hannah Wolfe
c1a3840cbe
Upgrading Casper to 1.2.8
2016-02-03 09:33:34 +00:00
John O'Nolan
7f400e46a0
Merge pull request #232 from FongWan/screen.css-normalize-v3.0.3-patch
...
Update normalize.css to v3.0.3 on 'screen.css'
2016-01-23 11:06:37 +02:00
John O'Nolan
84148db8eb
Merge pull request #233 from FongWan/default.hbs-jquery-v1.12.0-patch
...
Update JQuery to v1.12.0 on 'default.hbs'
2016-01-23 11:05:45 +02:00
Fong-Wan Chau
fd7967cb2f
Update JQuery to v1.12.0 on 'default.hbs'
...
Changelog: https://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
2016-01-22 12:44:49 -04:00
Fong-Wan Chau
591d1fb782
Update normalize.css to v3.0.3 on 'screen.css'
2016-01-22 12:42:31 -04:00
John O'Nolan
a5591f03ce
Merge pull request #228 from jegtnes/patch-1
...
Disable ligatures in code blocks
2016-01-21 08:31:53 +02:00
Alex Jegtnes
f0ce0d8718
Disable ligatures in code blocks
...
I recently created a new Ghost blog and a colleague pointed out that ligatures for code blocks looked a bit off. They weren't enabled in Firefox by default, but in Chrome (possibly different browser defaults?). This PR standardises it and removes any ligatures from `<code>` and `<tt>` blocks.
2016-01-20 22:31:24 +00:00
Hannah Wolfe
de91a4006b
Upgrading Casper to 1.2.7
2016-01-12 09:58:58 +00:00
John O'Nolan
1c3803352f
Update LICENSE
2016-01-05 11:09:15 +02:00
John O'Nolan
7d9c5ea1fc
Update README.md
2016-01-05 11:09:02 +02:00
John O'Nolan
1196a13aef
Merge pull request #208 from emersonkeenan/master
...
Fix embedded gist indentation
2016-01-05 10:56:05 +02:00
Hannah Wolfe
1c092c7be0
Upgrading Casper to 1.2.6
2015-11-26 09:31:48 +08:00
Hannah Wolfe
834f0bc4ff
Merge pull request #222 from ErisDS/jquery-move
...
Move jQuery before `{{ghost_foot}}`
2015-11-25 22:17:17 +08:00
Hannah Wolfe
6f46594d36
Move jQuery before `{{ghost_foot}}`
...
- Including jQuery before `{{ghost_foot}}` means jQuery can be used inside ghost_foot code injection
- It should also improve backwards compat, as without this jQuery code included via ghost_foot may break
2015-10-19 09:28:22 +01:00
Hannah Wolfe
ede6b03afa
Upgrading Casper to 1.2.5
2015-09-02 18:11:54 +01:00
Kevin Ansfield
31025f2f15
Merge pull request #218 from ErisDS/jquery-support
...
Add jQuery, as this is being removed from Ghost
2015-09-02 17:54:19 +01:00
Hannah Wolfe
dfd94ece96
Add jQuery, as this is being removed from Ghost
...
refs TryGhost/Ghost#5298
2015-08-24 19:58:03 +01:00
John O'Nolan
8f6f4a962b
Merge pull request #213 from lukaszklis/border-fix
...
Fixed horizontal scroll on the post page
2015-06-30 14:50:30 +03:00
Łukasz Kliś
c4f631b28d
Added missing vendor prefixes
2015-06-30 13:41:17 +02:00
Łukasz Kliś
dd9d027709
Added box-sizing for a read next story link
2015-06-22 14:08:03 +02:00
John O'Nolan
1a3dd91f81
Merge pull request #210 from najela/patch-1
...
Updated the twitter web share API
2015-05-28 22:12:32 +01:00
Acho Arnold
01c46dd225
Updated the twitter web share API
...
New API can be found here https://dev.twitter.com/web/tweet-button/web-intent
2015-05-26 10:21:36 +01:00
Emerson Keenan
8fda6ac74f
Fix embedded gist indentation
...
closes #204
- set text-rendering to auto inside embedded gist
2015-05-24 00:32:37 +10:00
Hannah Wolfe
c1443a6e04
Upgrading Casper to 1.2.4
2015-05-21 16:59:21 +01:00
John O'Nolan
cd4563935a
Merge pull request #207 from marksuth/master
...
Improve alt tag accessibility
2015-05-17 11:40:43 +01:00
Mark Sutherland
53c6d32849
typo
2015-05-15 22:13:14 +01:00
Mark Sutherland
2f45eda1ca
Improve alt tag accessibility
...
Replaces all instances of alt="Blog Image" with alt="{{@blog.title}}"
and alt="Author Image" with alt="{{@author}}"
2015-05-15 22:01:01 +01:00
Hannah Wolfe
cfbb7842a9
Upgrading Casper to 1.2.3
2015-05-14 15:48:09 +01:00
John O'Nolan
6f5138dcd2
Merge pull request #203 from PaulAdamDavis/menu-button-border
...
Remove border from menu button on small screens
2015-05-14 15:29:50 +01:00