ghost
Here are 618 public repositories matching this topic...
-
Updated
Apr 10, 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?
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).

Issue Summary
In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in
.yml. These are not accepted by the application, which requires a.yamlextension. This results in routes not being uploadable with Safari.To Reproduce
This doesn'