{"id":13549170,"url":"https://github.com/wbkd/ghost-wbkd","last_synced_at":"2025-04-10T11:08:46.573Z","repository":{"id":33308420,"uuid":"36953161","full_name":"wbkd/ghost-wbkd","owner":"wbkd","description":"A ghost/journey theme.","archived":false,"fork":false,"pushed_at":"2017-11-16T09:40:19.000Z","size":266,"stargazers_count":102,"open_issues_count":1,"forks_count":51,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-24T09:52:54.609Z","etag":null,"topics":["ghost","journey","theme"],"latest_commit_sha":null,"homepage":"http://blog.webkid.io/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wbkd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-05T20:10:28.000Z","updated_at":"2024-04-01T14:21:36.000Z","dependencies_parsed_at":"2022-08-24T16:20:44.444Z","dependency_job_id":null,"html_url":"https://github.com/wbkd/ghost-wbkd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fghost-wbkd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fghost-wbkd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fghost-wbkd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fghost-wbkd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbkd","download_url":"https://codeload.github.com/wbkd/ghost-wbkd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208549,"owners_count":21065202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ghost","journey","theme"],"created_at":"2024-08-01T12:01:19.037Z","updated_at":"2025-04-10T11:08:46.539Z","avatar_url":"https://github.com/wbkd.png","language":"CSS","funding_links":[],"categories":["CSS","others"],"sub_categories":[],"readme":"# ghost-wbkd\nA [ghost](https://ghost.org/)/[journey](https://github.com/kabukky/journey) theme.\n\n:warning: We are **not using** this theme for our blog **anymore**. The development of new features will be therefore **discontinued**. We will still maintain this repository merging pull requests and fixing major issues. If you like to help, introducing new features, please start opening a pull-request. :warning:\n\n![screenshot](https://raw.githubusercontent.com/wbkd/ghost-wbkd/master/screenshot.jpg)\n\n### Install\n\nTo install the theme, clone this repository into your theme folder of your ghost installation:\n\n```\n$ cd path-to-ghost/content/themes\n$ git clone https://github.com/wbkd/ghost-wbkd.git\n```\n\nAfter that, restart the blog and select the webkid theme in your ghost admin panel.\n\n### Customize\n\nDue to restrictions of the Ghost templates, some values are hard-coded at the moment. To customize the theme, you have to edit the Handlebars templates in the theme folder.\n\n**Disqus**\n\nTo enable the Disqus comment module, you have to add you Disqus username in the ```post.hbs``` file:\n\n```\nvar disqus_shortname = 'example'; // required: replace example with your forum shortname\n```\n\n\n**Navigation**\n\nFor changing the navigation links and labels, you have to edit the ```partials/header.hbs``` file.\n\n```\n\u003c!--Change this to customize the navigation--\u003e\n\u003cdiv class=\"taglist-wrapper clearfix\"\u003e\n  \u003cul id=\"taglist\" class=\"taglist\"\u003e\n      \u003cli\u003e\u003ca href=\"{{@blog.url}}\"\u003eHome\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/tag/javascript\"\u003ejavascript\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/tag/nodejs\"\u003enodejs\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/tag/data-visualization\"\u003edata visualization\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/tag/d3\"\u003ed3\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/tag/maps\"\u003emaps\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n```\n\n**Sidebar Widgets**\n\nThere are three widgets in the sidebar: About, Social and Latest Articles. The latest articles are pulled automatically from the RSS-Feed of your page. If you want to change the url of your RSS-Feed, you have to edit the ```assets/js/webkid.js``` file.\n\nThe other two widgets are configured in the ```partials/sidebar.hbs``` template.\n\n```\n\u003c!--Change this to your homepage--\u003e\n\u003cp\u003eSee our latest projects at \u003ca href=\"http://www.webkid.io\"\u003ewebkid.io\u003c/a\u003e\u003c/p\u003e\n\n\u003c!--Change the links to your sites--\u003e\n\u003cdiv class=\"sidebox box social clearfix\"\u003e\n  \u003cul\u003e\n    \u003ca href=\"/rss\" target=\"_blank\" class=\"social-item rss\"\u003e\u003cli\u003e\u003ci class=\"fa fa-rss\"\u003e\u003c/i\u003e\u003c/li\u003e\u003c/a\u003e\n    \u003ca href=\"http://twitter.com/webk1d\" target=\"_blank\" class=\"social-item tw\"\u003e\u003cli\u003e\u003ci class=\"fa fa-twitter\"\u003e\u003c/i\u003e\u003c/li\u003e\u003c/a\u003e\n    \n    \u003ca href=\"http://github.com/wbkd\" target=\"_blank\" class=\"social-item github\"\u003e\u003cli\u003e\u003ci class=\"fa fa-github\"\u003e\u003c/i\u003e\u003c/li\u003e\u003c/a\u003e\n    \n    \u003ca href=\"http://webkid.io\" target=\"_blank\" class=\"social-item home\"\u003e\u003cli\u003e\u003ci class=\"fa fa-home\"\u003e\u003c/i\u003e\u003c/li\u003e\u003c/a\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n```\n\n### Authors\n\n[Moritz Klack](http://twitter.com/moklick) and [Christopher Möller](http://twitter.com/chrtze) of [webkid.io](http://www.webkid.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbkd%2Fghost-wbkd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbkd%2Fghost-wbkd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbkd%2Fghost-wbkd/lists"}