Hannah Wolfe
018423738e
🛠 Always build before test, test before ship
...
- Make sure we update our build files before running tests
- This also ensures they get updated before shipping
2019-03-10 17:30:20 +00:00
Hannah Wolfe
371ad586d3
Updated all built assets
...
- many dependencies have changed, need to rebuild
2019-03-10 17:30:20 +00:00
Hannah Wolfe
06c8020c16
Re-written gulpfile for gulp 4
...
- use the new, simpler format
- sourcemap and watch support is built in, so these plugins can be removed
- remove js filter - not sure what that did :/
- simplified task structure
2019-03-10 17:30:20 +00:00
Hannah Wolfe
5bbaa68863
Update Renovate Configuration
...
- make PR names make more sense
2019-03-10 15:19:51 +00:00
Hannah Wolfe
3e7a85a82e
Update renovate.json
...
- group CSS dependencies together
2019-03-04 19:53:35 +00:00
Hannah Wolfe
18018d9edf
Update renovate.json
2019-03-04 19:45:12 +00:00
Hannah Wolfe
9d803067a4
🛠 Added .travis.yml and gscan tests ( #470 )
...
- Add gscan dependency & travis.yml file, so that we can run gscan as a test for this repo
- This check tells us whether or not the theme is valid & compatible with Ghost according to gscan
- We recommend that all themes do this!
2018-08-14 22:10:01 +01:00
Hannah Wolfe
0ea375643b
✨ Added required "ghost-theme" keyword
...
- We're going to start showing this as a warning in gscan
- The purpose is to give us a way to detect if a package is a valid Ghost theme
2018-08-13 14:29:56 +01:00
Hannah Wolfe
21088b1d38
✨ Slack -> Forum
...
- replacing references to slack with forum
2018-04-02 16:35:21 +01:00
Hannah Wolfe
d92dda3523
Wrapped primary-tag get helper with if ( #383 )
...
closes #382
- If there is no primary tag, the filter will be invalid syntax
- This wraps the if helper and gets rid of errors in the logs
2017-09-07 14:31:42 +02:00
Hannah Wolfe
690e1bad1f
Added issue template
2017-08-12 13:17:42 -04:00
Hannah Wolfe
ba10cb1516
🎨 Update to use Primary Tag syntax ( #337 )
...
refs TryGhost/Ghost#8668
- In Ghost 1.2.0 we introduce primary_tag as a calculated property
- Casper can be updated to use this for clarity
2017-08-10 16:10:17 +02:00
Hannah Wolfe
d7ca6fd2f6
🎨 Added specific 404 template & simplified fallback ( #348 )
...
no issue
- The 404 Error template can have a little more fancy logic than other templates
- Therefore, we make the 404 template have the get helper
- The fallback general error template has no use of the get helper
- This helps ensure that errors can be rendered
2017-08-10 14:34:23 +01:00
Hannah Wolfe
4b66223bb3
🐛 Only show related posts widget if there are posts available ( #332 )
...
no issue
- use a block param and if combo to add a guard to the get helper
- this ensures that the widget is only displayed if there is content available to display
2017-07-28 19:10:54 +04:00
Hannah Wolfe
3993cbdcfa
Update disqus embed to use {{comment_id}}
...
refs TryGhost/Ghost#8760
- disqus code must use `{{comment_id}}` instead of `{{id}}` from 1.0.0 onwards.
2017-07-26 23:01:14 +04:00
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
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
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
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
Hannah Wolfe
c1a3840cbe
Upgrading Casper to 1.2.8
2016-02-03 09:33:34 +00:00
Hannah Wolfe
de91a4006b
Upgrading Casper to 1.2.7
2016-01-12 09:58:58 +00: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
Hannah Wolfe
dfd94ece96
Add jQuery, as this is being removed from Ghost
...
refs TryGhost/Ghost#5298
2015-08-24 19:58:03 +01:00
Hannah Wolfe
c1443a6e04
Upgrading Casper to 1.2.4
2015-05-21 16:59:21 +01:00
Hannah Wolfe
cfbb7842a9
Upgrading Casper to 1.2.3
2015-05-14 15:48:09 +01:00
Hannah Wolfe
f81730e108
Upgrading Casper to 1.2.2
2015-04-22 22:11:36 +01:00
Hannah Wolfe
cc59624ba4
Upgrading Casper to 1.2.1
2015-04-22 14:08:38 +01:00
Hannah Wolfe
1b86190c4d
Upgrading Casper to 1.1.7
2015-03-09 17:52:52 +00:00
Hannah Wolfe
94422fffe2
Upgrading Casper to 1.1.6
2015-02-28 16:15:47 +00:00
Hannah Wolfe
47e0b19562
Merge pull request #177 from ErisDS/global-nav
...
Switch navigation to be global
2015-02-28 15:54:15 +00:00
Hannah Wolfe
8ec65a45e4
Switch navigation to be global
2015-02-28 14:08:27 +00:00
Hannah Wolfe
dd4ca42280
Version bump to 1.1.5
2015-01-12 17:20:31 +00:00
Hannah Wolfe
dbaaf955af
Version bump to 1.1.3
2014-12-04 15:32:09 +00:00
Hannah Wolfe
933ebb86ca
Version bump to 1.1.2
2014-11-17 17:24:50 +00:00
Hannah Wolfe
e264f609de
Version bump to 1.1.1
2014-10-18 21:43:45 +02:00
Hannah Wolfe
144be310a0
Merge pull request #132 from jeremija/image-width-fix
...
Fixed bug where image width changes on refresh
2014-09-15 20:57:47 +01:00
Hannah Wolfe
72ba094f2f
Merge pull request #130 from jillesme/master
...
Optimize index.js and add style consistency
2014-09-15 18:46:46 +01:00
Hannah Wolfe
f55a5a202f
Version bump to 1.0.1
2014-08-26 21:07:46 +01:00
Hannah Wolfe
ad2ffd878c
Adding download instructions to readme
2014-08-11 08:16:40 +01:00
Hannah Wolfe
ba881b059f
Updating Casper's use of title and author helpers
...
Related to TryGhost/Ghost#3599 and TryGhost/Ghost#3389
- The title helper no longer needs triple-stashes to be safe
- The #author can now be used as a context block again
2014-08-05 20:49:37 +01:00
Hannah Wolfe
cefc04c2b2
Merge pull request #109 from halfdan/patch-1
...
Simplify author link
2014-07-31 22:33:05 +01:00
Hannah Wolfe
a41588f3e5
Version bump to 0.9.3
2014-03-20 19:17:26 +00:00
Hannah Wolfe
9a261d1e93
Adding explicit favicon link
2014-01-12 21:52:21 +00:00
Hannah Wolfe
5c8fc51848
Adding encode helper to share link
2014-01-06 21:06:42 +00:00
Hannah Wolfe
054f138135
Merge pull request #61 from jitendravyas/master
2013-12-28 15:15:28 +00:00
Hannah Wolfe
7bc3dfa7e6
Merge pull request #55 from halfdan/asset-helper
...
Use asset helper to generate paths.
2013-11-28 07:21:05 -08:00
Hannah Wolfe
8b38234565
Rename LICENSE.txt to LICENSE
2013-11-14 14:48:35 +00:00
Hannah Wolfe
72c4010f32
Merge pull request #39 from egdelwonk/feature/969_page_template
...
Added page template to be compatible with pull #1139 .
2013-11-06 12:31:32 -08:00
Hannah Wolfe
fec0cc6ca6
Merge pull request #48 from willglynn/code_wrapping
...
<code>/<tt> elements should wrap since they're used inline
2013-10-26 09:19:10 -07:00
Hannah Wolfe
fa41e47672
Merge pull request #28 from JoeBonham/patch-1
...
Replaced table.plain LESS with equivalent CSS
2013-10-14 13:29:13 -07:00
Hannah Wolfe
10beda3f6c
Consistently use triple braces for post titles
2013-10-09 19:28:59 +01:00
Hannah Wolfe
2bd73d696a
Share icons open dialog
...
g+ icon works and all 3 open in a dialog
2013-09-18 00:31:21 +01:00
Hannah Wolfe
aa1fa8b445
Merge pull request #23 from cobbspur/meta
...
Adds {{meta_title}} and {{meta_description}} to casper theme
2013-09-17 15:14:34 -07:00
Hannah Wolfe
30dce03e86
Assets need slashes
2013-09-15 17:50:23 +01:00
Hannah Wolfe
9aaa0ec17a
Wiring up blog cover image
2013-09-09 18:07:19 +01:00
Hannah Wolfe
19ed4267fe
Updating {{url}} helper to working syntax
2013-09-06 18:50:23 +01:00
Hannah Wolfe
618eba0e2f
Theme helper blitz
...
- date no longer requires published_at
- author.name now works.. so using for consistency
- url has absolute flag
- other misc fixes
2013-09-02 22:59:53 +01:00
Hannah Wolfe
dc89697827
Changing settings to use the new @blog global
2013-09-02 22:59:53 +01:00
Hannah Wolfe
87e772c268
Merge pull request #18 from cobbspur/date
...
helper name changes for casper
2013-08-22 13:54:45 -07:00
ErisDS
cebd42fc51
Removing accidental commit
2013-08-07 12:06:16 +01:00
Hannah Wolfe
0c94300d4a
Casper now displays logo if one is uploaded
2013-08-06 22:17:58 +01:00
ErisDS
ad877308d4
Replacing weird svg font file with the original and correct file
2013-07-27 14:22:45 +01:00
ErisDS
16d9029acc
Ghost id in css causes errors
...
- fixes #265
- I've just removed this css as I can't see anywhere in casper where it will be needed.
- Using id's in theme css should be pretty much banned, or always tightly scoped away from the content so as not to clash with markdown
2013-07-14 17:16:04 +01:00
ErisDS
8990d7598d
Milestone 0.2.0 version bump
2013-07-12 00:10:09 +01:00
ErisDS
97a24a07fb
Ghost issue 246 part 12
...
- renaming single.hbs to post.hbs
2013-07-11 17:50:01 +01:00
ErisDS
09295abe40
Ghost issue 254 adds a helper for content
...
- Removed triple taches from content as they are no longer required
2013-07-11 17:09:45 +01:00
ErisDS
e40d3e2680
Ghost issue 253 changed content_html to just content
...
This update to casper matches that change
2013-07-11 16:28:58 +01:00
ErisDS
cffc941b6b
HTML helpers refactor - issue #246 item 2
...
- Helpers no longer require data to be passed explicitly to them
2013-07-11 01:28:04 +01:00
ErisDS
5d770ffe10
HTML helpers work with double taches - issue #246 item 1.
...
- updating casper to use 2 taches for pagination helper
2013-07-09 16:31:44 +01:00
Hannah Wolfe
93072a6d9b
Merge pull request #14 from cobbspur/casperpage
...
closes issue #13 pagination
2013-06-25 09:46:25 -07:00
Hannah Wolfe
5db837f86b
Merge pull request #11 from cobbspur/caspertweak
...
changes to globals in casper
2013-06-17 15:28:38 -07:00
Hannah Wolfe
cb6056e08f
Merge pull request #10 from cobbspur/casperissue8
...
closes #8 - replacing created dates
2013-06-16 08:22:21 -07:00
Hannah Wolfe
213457659c
Merge pull request #9 from cobbspur/casperissue1
...
closes #1 - removing featured
2013-06-16 08:09:22 -07:00
Hannah Wolfe
35dc0ea797
Merge pull request #7 from cobbspur/casperissue3
...
casper issue #3 closes #3
2013-06-15 01:02:03 -07:00
Hannah Wolfe
9ddfae8cdc
issue #28 - bookshelf reimplementation
...
required switchover to snake_case
2013-05-16 22:18:41 +01:00
Hannah Wolfe
151f5d3f4c
Merge branch 'master' of github.com:TryGhost/Casper
2013-05-11 11:16:36 +01:00
Hannah Wolfe
162b362e4b
Casper - initial commit to separate GitHub repo
2013-05-11 11:16:11 +01:00
Hannah Wolfe
77ec816981
Initial commit
2013-05-10 14:38:18 -07:00