Compare commits

...

2 Commits

Author SHA1 Message Date
Bea 893094b8fb Bump version to 0.1.4 2022-05-15 17:41:54 +02:00
Bea 984f89ece5 Update Remark42 commenting server URL 2022-05-15 17:41:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
var remark_config = { var remark_config = {
host: "https://services.mind-overflow.net/comments", host: "https://comments.mind-overflow.net/",
site_id: 'mindoverflow', site_id: 'mindoverflow',
components: ['embed'], // optional param; which components to load. default to ["embed"] components: ['embed'], // optional param; which components to load. default to ["embed"]
// to load all components define components as ['embed', 'last-comments', 'counter'] // to load all components define components as ['embed', 'last-comments', 'counter']

View File

@ -1,7 +1,7 @@
{ {
"name": "mindtheme", "name": "mindtheme",
"description": "Mind Overflow's official website style", "description": "Mind Overflow's official website style",
"version": "0.1.3", "version": "0.1.4",
"engines": { "engines": {
"ghost-api": "v3" "ghost-api": "v3"
}, },