Questions tagged [ghost]

Ghost is a simple blogging platform. It is based on node.js and Express on the server side, SQLite3 or MySQL as a database, and Handlebars on the client side.

The project is maintained by a non-profit organisation called the Ghost Foundation, along with an amazing group of independent contributors. You can find information about the project in the following places:

235 questions
0
votes
1 answer

how to get all posts on post.hbs page in ghost

I want all posts on post.hbs but it's not displaying any post list, I want check title with my string and display particular post on post.hbs. Below code is not working in post.hbs {{#foreach posts}}

{{content}}

{{/foreach}}` Its not…
HARDIK THAKOR
  • 161
  • 2
  • 12
0
votes
1 answer

Click without id or name (Ghost)

I'm using Ghost for Python 2.7 and I'm trying to click in a link which is in a table. The problem is that I have no ID, name... This is the HTML code:
Ralk
  • 443
  • 1
  • 6
  • 17
0
votes
1 answer

Configure Ghost to use uploaded theme for Markdown preview

I installed Ghost (0.11.2) on a my own server and uploaded a custom theme. The theme shows up when viewing published content in the blog or when previewing blog posts in preview mode. However, I have not found a way to enable the theme in the…
Prasad Silva
  • 1,020
  • 2
  • 11
  • 28
0
votes
1 answer

Infinite redirect - nginx

I seem to be having an issue with an infinite redirect with nginx. This has been driving me crazy for the las half hour or so because I am unable to identify where the infinite redirect is occurring. vHost: Server ID : SuperUser Shell :…
Robert J
  • 840
  • 10
  • 20
0
votes
0 answers

Ghost API - Not Getting Content

I am using Ghost API to get the content from another website. I am using below mention code and it gives me a 403 Forbidden error. function onSuccess(data) { var $result = $('#blog-posts'); $.each(data.posts, function (i, post) { …
Dinesh
  • 343
  • 3
  • 11
0
votes
0 answers

How to write .knex-migrator to set up Ghost in Express app?

I want to incorporate Ghost to my Express app. So I tried following this tutorial, which I'm not sure if it is up-to-date still. However, after following up all of them and tried to run npm init, I got an error instructing me to run knex-migrator…
Blaszard
  • 30,954
  • 51
  • 153
  • 233
0
votes
1 answer

ghost deploy using dokku: failed to push some refs

I'm trying to deploy Ghost (https://ghost.org/) to my server using dokku I changed in config.js: server: { host: '0.0.0.0', port: process.env.PORT }, also tried with 127.0.0.1 Procfile: web: npm start --production git repository was just…
user846437
0
votes
1 answer

Benchmark Node.js Ghost with JMeter

I try to Benchmark Node.js Ghost with JMeter. I want to create a testplan which just signs in and then creates and publishes a post. My problem now is that i do not get any session-cookies. So every request on the backend fails. I already tried to…
warch
  • 2,387
  • 2
  • 26
  • 43
0
votes
1 answer

How to run a Ghost blog alongside ReactJS app?

I have an app/website based on Node + ReactJS. I'd like to add a blog to it via custom-installed Ghost.org. After hours of googling I still have no clue how to do it, so I'm really looking for starting points, e.g.: -How do I "combine" the two, so…
snk
  • 121
  • 7
0
votes
0 answers

How migrate categorizes URLS in Ghost CMS?

Currently I'm using Jekyll with urls like article///// and sometimes article/<category>/<subcategory>/<year>/<month>/<date>/<title> How can I now move to Ghost (tryghost.org) CMS on my own server and keep those…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jekyll" class="post-tag grid--cell" title="show questions tagged 'jekyll'" rel="tag">jekyll</a> <a href="../../questions/tagged/ghost-blog" class="post-tag grid--cell" title="show questions tagged 'ghost-blog'" rel="tag">ghost-blog</a> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 27 '16 at 04:54">asked Sep 27 '16 at 04:54</time> <a href="../../users/6007224/peterliguda" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6007224.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="PeterLiguda" /> </a> <div class="s-user-card--info"> <a href="../../users/6007224/peterliguda" class="s-user-card--link">PeterLiguda</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">782</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="6 silver badge">6</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badge">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-39366692"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/39366692/add-custom-informations-to-ghost-posts" class="question-hyperlink">add custom informations to ghost posts</a></h3> <div class="excerpt">I am searching an CMS to publish a blog based on nodejs. One of the cms I found was ghost. It looks easy. But I am not sure if it is to simple. What I want to do is, to add Infomationens like a location or a city name, to show Post or Images on a…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 07 '16 at 09:53">asked Sep 07 '16 at 09:53</time> <a href="../../users/6565711/cordlesswool" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6565711.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="CordlessWool" /> </a> <div class="s-user-card--info"> <a href="../../users/6565711/cordlesswool" class="s-user-card--link">CordlessWool</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,388</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="35 bronze badges">35</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-39252580"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/39252580/ghost-how-to-get-all-scheduled-posts" class="question-hyperlink">Ghost : how to get all scheduled posts</a></h3> <div class="excerpt">we can now schedule posts in Ghost ... but is it possible to get all scheduled posts for display ? {{#get "posts" filter="tag:journal" limit="all" include="author" order="published_at desc"}} will give only published posts ... and there is no…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Aug 31 '16 at 14:38">asked Aug 31 '16 at 14:38</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user762579</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-39056258"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/39056258/adding-custom-html-tags-to-ghost-or-ghost-themes" class="question-hyperlink">Adding custom HTML tags to Ghost or Ghost Themes</a></h3> <div class="excerpt">Hello wonderful people. Challenge I am trying to create a custom Ghost theme which supports Google's Accelerated Mobile Pages, i.e. Google AMP but I am facing a problem with a specific custom tag used for images. Google AMP custom img tag <amp-img…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/handlebars.js" class="post-tag grid--cell" title="show questions tagged 'handlebars.js'" rel="tag">handlebars.js</a> <a href="../../questions/tagged/ghost-blog" class="post-tag grid--cell" title="show questions tagged 'ghost-blog'" rel="tag">ghost-blog</a> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 20 '16 at 16:16">asked Aug 20 '16 at 16:16</time> <a href="../../users/1865421/varun-d" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1865421.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Varun D" /> </a> <div class="s-user-card--info"> <a href="../../users/1865421/varun-d" class="s-user-card--link">Varun D</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">15</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-38510801"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/38510801/ghost-list-posts-by-tag-in-home" class="question-hyperlink">Ghost List Posts by Tag in Home</a></h3> <div class="excerpt">I'm trying to create a loop that displays posts listed by tag in home page, to be like this: Post List by Tag what I'm currently doing is repeating this for each tag: {{#get "posts" limit="3" filter="tag:meditation"}} <h1 class="c-category-title"> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/themes" class="post-tag grid--cell" title="show questions tagged 'themes'" rel="tag">themes</a> <a href="../../questions/tagged/handlebars.js" class="post-tag grid--cell" title="show questions tagged 'handlebars.js'" rel="tag">handlebars.js</a> <a href="../../questions/tagged/blogs" class="post-tag grid--cell" title="show questions tagged 'blogs'" rel="tag">blogs</a> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 21 '16 at 17:34">asked Jul 21 '16 at 17:34</time> <a href="../../users/5242339/joshisadesigner" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5242339.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Joshisadesigner" /> </a> <div class="s-user-card--info"> <a href="../../users/5242339/joshisadesigner" class="s-user-card--link">Joshisadesigner</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-38090958"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/38090958/ghost-io-deployment-to-production" class="question-hyperlink">Ghost IO deployment to Production</a></h3> <div class="excerpt">I just setup ghost blog and I start to use admin panel. when I want to change blog title and description an error messagebox return to the screen and it writes that "The server returned an error (Server was not available)." I also changed the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/ghost" class="post-tag grid--cell" title="show questions tagged 'ghost'" rel="tag">ghost</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 29 '16 at 05:21">asked Jun 29 '16 at 05:21</time> <a href="../../users/5275065/andrien-pecson" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5275065.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Andrien Pecson" /> </a> <div class="s-user-card--info"> <a href="../../users/5275065/andrien-pecson" class="s-user-card--link">Andrien Pecson</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">282</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="13 bronze badges">13</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=11" rel="prev" title="Go to page 11">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=15" rel="" title="Go to page 15">15</a> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=16" rel="" title="Go to page 16">16</a> <a class="s-pagination--item" href="../../questions/tagged/ghost_page=13" rel="next" title="Go to page 13"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>