{"id":22240434,"url":"https://github.com/imgarylai/text","last_synced_at":"2025-07-28T00:32:40.357Z","repository":{"id":42408662,"uuid":"61004804","full_name":"imgarylai/text","owner":"imgarylai","description":"👻 An elegant ghost blogging theme. Mandarin optimization support.","archived":false,"fork":false,"pushed_at":"2023-12-15T08:57:51.000Z","size":365,"stargazers_count":63,"open_issues_count":1,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T21:25:19.641Z","etag":null,"topics":["blog","code-highlight","ghost","ghost-theme","theme"],"latest_commit_sha":null,"homepage":"https://blog.gary-lai.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imgarylai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-06-13T03:38:17.000Z","updated_at":"2024-10-25T11:22:14.000Z","dependencies_parsed_at":"2024-11-21T05:32:00.655Z","dependency_job_id":"900e1328-9c2b-4c44-a0a9-54ebb9d0dd07","html_url":"https://github.com/imgarylai/text","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/imgarylai/text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgarylai%2Ftext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgarylai%2Ftext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgarylai%2Ftext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgarylai%2Ftext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imgarylai","download_url":"https://codeload.github.com/imgarylai/text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imgarylai%2Ftext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267446806,"owners_count":24088561,"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-07-27T02:00:11.917Z","response_time":82,"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":["blog","code-highlight","ghost","ghost-theme","theme"],"created_at":"2024-12-03T03:57:19.230Z","updated_at":"2025-07-28T00:32:40.054Z","avatar_url":"https://github.com/imgarylai.png","language":"CSS","readme":"# Text for Ghost\n\n![Ghost version](https://img.shields.io/badge/ghost-v0.8.0-blue.svg?style=flat-square)\n![Ghost version](https://img.shields.io/badge/ghost-v1.0.0-blue.svg?style=flat-square)\n[![GitHub forks](https://img.shields.io/github/forks/imgarylai/text.svg?style=flat-square)](https://github.com/imgarylai/text/network)\n[![GitHub stars](https://img.shields.io/github/stars/imgarylai/text.svg?style=flat-square)](https://github.com/imgarylai/text/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/imgarylai/text.svg?style=flat-square)](https://github.com/imgarylai/text/issues)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/imgarylai/text/master/LICENSE.md)\n\n## Introduction\n\nThis theme is for [Ghost](https://ghost.org), a blogging platform. It supports ghost version greater than 1.0.0. \n\n\u003e For ghost \u003c= v0.8.x, please use [verstion 1.3.0](https://github.com/imgarylai/text/tree/1.3.0)\n\nI focus on things below:\n\n- Reader first: clear readability.\n- A responsive theme along with less CSS code and simple HTML construction.\n- Less animation, no font or image icon.  \n\n![preview image](blog.gary-lai.com-1366x768.png)\n\n## Demo\n\nLive theme is use my blog: [blog.gary-lai.com](https://blog.gary-lai.com)\n\n## Features\n\n- Responsive\n- Error Page(ex: 404, 500)\n- Authors, Tags, Pages\n- Navigation\n- Code highlighting via [highlightjs](https://highlightjs.org/)  \n  - Line numbers support (Optional)\n- Google Analytics (Optional)\n- Disqus(Optional): comments and comments count, (Thanks [@Windfarer](https://github.com/Windfarer))\n\n### Optional\n\n- subscriber \n\n## Installation\n\nChose one option below:\n\n- Download as [zip](https://github.com/imgarylai/text/archive/master.zip) and put the folder `text` under `ghost/content/themes/`\n\n- Use git: clone this repository under 'ghost/content/themes'\n\n- DigitalOcean + Ghost: [How To Change Themes and Adjust Settings in Ghost](https://www.digitalocean.com/community/tutorials/how-to-change-themes-and-adjust-settings-in-ghost)\n\nAfter install the theme, please restart server then you can change theme on settings page.\n\n## Code Injection\n\n### Blog Header\n\n```\n\u003cscript\u003e\n// to enable Google Analytics\nvar ga_id = 'YOUR UA ID HERE';\n\n// to enable Disqus\nvar disqus_shortname = 'YOUR DISQUS SHORT NAME HERE'\n\u003c/script\u003e\n```\n\n### Blog footer\n\n```\n// to enable line number support\n\u003cscript\u003e\nhljs.initLineNumbersOnLoad();\n\u003c/script\u003e\n```\n\n## Development\n\nYou should set your ghost on your develop machine, Please follow [official instruction](https://github.com/TryGhost/Ghost#developer-install-from-git).\n\nThen clone this repository under this directory: `ghost/content/themes/`\n\nFire up local server and change your theme to `text`.\n\n## License\n\nOpen sourced under the [MIT license](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgarylai%2Ftext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimgarylai%2Ftext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgarylai%2Ftext/lists"}