{"id":30348031,"url":"https://github.com/w-log/ghost-theme-wlog","last_synced_at":"2026-04-16T18:34:05.761Z","repository":{"id":230944273,"uuid":"738458840","full_name":"w-log/ghost-theme-wlog","owner":"w-log","description":"Ghost theme for developer blogging","archived":false,"fork":false,"pushed_at":"2025-08-11T17:10:23.000Z","size":1546,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T18:33:15.808Z","etag":null,"topics":["blogging","ghost","ghost-theme","publishing"],"latest_commit_sha":null,"homepage":"https://w-log.dev","language":"Handlebars","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w-log.png","metadata":{"files":{"readme":"README.en.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-03T09:23:01.000Z","updated_at":"2025-08-11T17:08:21.000Z","dependencies_parsed_at":"2024-04-22T18:32:48.564Z","dependency_job_id":"263a1b89-1827-45ce-8633-f1f80a75b9ec","html_url":"https://github.com/w-log/ghost-theme-wlog","commit_stats":null,"previous_names":["w-log/ghost-theme-wlog"],"tags_count":3,"template":false,"template_full_name":"TryGhost/Starter","purl":"pkg:github/w-log/ghost-theme-wlog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-log%2Fghost-theme-wlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-log%2Fghost-theme-wlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-log%2Fghost-theme-wlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-log%2Fghost-theme-wlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w-log","download_url":"https://codeload.github.com/w-log/ghost-theme-wlog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-log%2Fghost-theme-wlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271029780,"owners_count":24687487,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blogging","ghost","ghost-theme","publishing"],"created_at":"2025-08-18T17:30:32.257Z","updated_at":"2026-04-16T18:34:00.731Z","avatar_url":"https://github.com/w-log.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost theme wlog\n\n[![English](https://img.shields.io/badge/lang-en-blue.svg)](README.en.md)\n\nA Ghost theme created for personal portfolio and blogging of developers.\n\u003cbr /\u003e\nThis theme provides a seamless Single Page Application experience integrated with [Swup](https://swup.js.org/).\n\u0026nbsp;\n\n## References for using Ghost themes for the first time\n\n1. Ghost uses a simple template language called [Handlebars](http://handlebarsjs.com/) for theme development.\n2. Official [theme documentation](https://ghost.org/docs/themes) that contains all the information you need to know about Ghost theme development.\n3. Various tutorials and resources such as the [Ghost VS Code extension](https://marketplace.visualstudio.com/items?itemName=TryGhost.ghost) that assist in theme development.\n4. This theme is open source, just like Ghost's official themes, and can be found on [GitHub](https://github.com/tryghost).\n   \u0026nbsp;\n\n## Theme Features\n\n-   🔁\u0026nbsp;Provides a local theme development environment based on Docker\n-   🗃️\u0026nbsp;Separates vendor modules and app chunks through module bundling based on Rollup\n-   🗜️\u0026nbsp;Optimizes assets during build and provides fast bundling speed through [Rollup](https://rollupjs.org)\n\n-   🦋\u0026nbsp;Enables writing and extending CSS with [PostCSS](https://postcss.org/) [`rollup.config.js`](rollup.config.js)\n\n-   🚢\u0026nbsp;Automatically deploys the theme using [Github Actions](.github/workflows/deploy-theme.yml) [Learn more about how to automatically deploy themes](https://github.com/TryGhost/action-deploy-theme)\n\n-   🚀\u0026nbsp;Integrates [Swup](https://swup.js.org/) library to enable Single Page Application behavior in Ghost environment.\n\n## TODO\n\n-   [x] Related posts/pages\n-   [x] Dedicated resume and JD category templates\n-   [x] Single page pagination support\n-   [x] SPA support\n-   [x] Code highlight support\n-   [ ] Color theme custom field support\n-   [ ] Announcement bar support\n-   [ ] Comment support\n\n\u0026nbsp;\n\n## Theme Structure\n\nThe main files are as follows:\n\n-   [`default.hbs`](default.hbs) - Main layout file\n-   [`index.hbs`](index.hbs) - Common file for blog pages and tag pages\n-   [`post.hbs`](post.hbs) - Detailed post file\n-   [`page.hbs`](page.hbs) - Detailed page file\n-   [`home.hbs`](home.hbs) - Main home page file\n\nAdditionally, you can create custom templates by adding the slug of the page to the template file. For example:\n\n-   `page-about.hbs` - Custom template for the `/about/` page\n-   `tag-news.hbs` - Custom template for the `/tag/news/` archive\n-   `author-jamie.hbs` - Custom template for the `/author/jamie/` archive\n    \u0026nbsp;\n\n## Development Guide\n\nThis theme is based on the [Ghost Starter](https://github.com/TryGhost/Starter) theme and integrates various development tools such as Docker to enhance development convenience.\n\n### Prerequisites before running\n\n-   [Install Docker](https://docs.docker.com/engine/install/)\n-   [Install Node.js](https://nodejs.org/)\n\n### Installing theme execution packages\n\n\u003e Make sure Docker is running before executing.\n\n```bash\nyarn # or npm install\n```\n\n### Start Development Mode\n\nEnter the following command while Docker is running.\n\n```bash\nnpm run docker:dev\n```\n\nWhen you modify the styles, scripts, and Handlebars files, the changes will be automatically displayed in the browser. CSS and JavaScript are compiled and outputted to the `built` folder.\n\nTo exit the development mode, press `ctrl + c` in the terminal.\n\n\u0026nbsp;\n\n### Building, compressing, and testing the theme\n\nTo compile the CSS and JavaScript assets for production, use the following command:\n\n```bash\nnpm run build\n```\n\nThe following command generates a zip archive.\n\n```bash\nnpm run zip\n```\n\nUse the following command to test the compatibility of the Ghost theme.\n\n```bash\nnpm run test\n```\n\n\u0026nbsp;\n\n## Copyright \u0026 License\n\nCopyright (c) 2023-2024 W-log - Released under the [MIT license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw-log%2Fghost-theme-wlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw-log%2Fghost-theme-wlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw-log%2Fghost-theme-wlog/lists"}