Quang Tran

Results 8 comments of Quang Tran
trafficstars

Hi @hiensarahly ! Are you trying to modify that on your local machine or your production site?

Did you try restarting Ghost service, on your local machine?

@hiensarahly Sorry, I didn't mentioned it yet on Wiki, but editing index.js is not enough. If you already installed Nodejs, run `npm install` at root of starter project. Then run...

Hey turns out you are using Windows. I am not sure but try this `node_modules/gulp`? Or you can try install gulp as global `npm install gulp -g`, then verify if...

There is `gulpfile.js` at root directory of Starter, are you running gulp at the same directory?

In short, you should provide a username for Disqus plugin to work, if not, comment sections should disappeared.

```json //===== ja.json =====// { "Previous story": "前の記事", "Next story": "次の記事", "Published": "公開日時", "Hi there!": "こんにちは!", "{name}'s Picture": "{name}の写真", "Subscribe": "購読", "Proudly published with {ghost_link}": "誇らしげに{ghost_link}で公開", "Back": "戻る", "Next": "次る",...

```json //===== en.json =====// { "Previous story": "Previous story", "Next story": "Next story", "Published": "Published", "Hi there!": "Hi there!", "{name}'s Picture": "{name}'s Picture", "Subscribe": "Subscribe", "Proudly published with {ghost_link}": "Proudly...