ghost
Here are 652 public repositories matching this topic...
-
Updated
Jun 1, 2020 - CSS
Ghost Version: 1.7.0
Can replicate this across multiple operating systems
(macOS Mojave 10.14.6 - Windows 10 1903)
Expected behaviour: Entering publication URL and credentials, and selecting "add blog" adds blog to your publication list and loads the site.
What is happening: Page will always display "Login Failed: Please update your credentials" on initial attempt. Re-entering pass
-
Updated
May 12, 2019 - CSS
The latest version has new strings that need to get localized:
"Author": "Author",
"Topic": "Topic",
"Share": "Share",
"Search": "Search"@robink, @fmaida, @arthurnoerve, @hao-lee, @simplyeazy, @cdorin93, @schamberg97, @cgrgrbz – I'd be super happy about a new PR or simply just a comment with the ri
https://docs.ghost.org/concepts/custom-schedulers/
Maybe you have to write your own adapter?
The following guide explains how to write your own adapters, for example if you wanted to use the Heroku Scheduler or your own external logi
-
Updated
Jan 7, 2018 - Java
I'm using facebook comment already, so I disabled comments in post. However I still see comment counter in each post as below
Comments
0 comments
I suppose I can add some custom css code to hide it, something similar to:
.post_comments {
display:none!important;
}
but I don't know exactly the name of variable to hide. Could you help?
Description
When adding url links in Ghost CMS, you are forced to enter them as absolute paths, e.g. https://ghost-cms.com/welcome/ to link to the welcome post. These links don't work anymore in the gatsby site, as they should be served from the siteUrl, e.g. https://gatsby-ghost.com/welcome/.
You can see the issue also in the demo. Goto the bottom of the demo [welcome page](https://gatsb
It would be nice if it was possible to change the highlight.js theme.
I first tried by adding <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/darkula.min.css"> to the code injection head, but it didn't work exactly (see below).

When you're logged in as E.g. an author, the admin panel isn't good at telling you why you can't edit a post. I've found two specific cases - the /edit URL and search, but I think they are both very similar.
To Reproduce
Case 1: search