{"id":45483462,"url":"https://github.com/frontendweb3/logly","last_synced_at":"2026-03-07T15:01:15.283Z","repository":{"id":338848509,"uuid":"1147798902","full_name":"frontendweb3/logly","owner":"frontendweb3","description":"Logly is a minimalist open-source theme designed for Ghost blogs.","archived":false,"fork":false,"pushed_at":"2026-03-02T13:04:40.000Z","size":3206,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T16:50:37.165Z","etag":null,"topics":["ghost","ghost-blog","ghost-cms","ghost-theme","logly-ghost-cms-theme"],"latest_commit_sha":null,"homepage":"","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/frontendweb3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"officialrajdeepsingh"}},"created_at":"2026-02-02T08:11:44.000Z","updated_at":"2026-03-02T13:04:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/frontendweb3/logly","commit_stats":null,"previous_names":["frontendweb3/logly"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/frontendweb3/logly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontendweb3%2Flogly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontendweb3%2Flogly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontendweb3%2Flogly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontendweb3%2Flogly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontendweb3","download_url":"https://codeload.github.com/frontendweb3/logly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontendweb3%2Flogly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30219248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ghost","ghost-blog","ghost-cms","ghost-theme","logly-ghost-cms-theme"],"created_at":"2026-02-22T16:36:29.673Z","updated_at":"2026-03-07T15:01:15.272Z","avatar_url":"https://github.com/frontendweb3.png","language":"Handlebars","funding_links":["https://ko-fi.com/officialrajdeepsingh"],"categories":[],"sub_categories":[],"readme":"# Logly Theme\n\nA stylish, modern, and content-focused theme for Ghost. Logly is designed to be easy to use and customize, providing a great reading experience for your audience.\n\n\u003cdetails\u003e\n    \n\u003csummary\u003e  Demo \u003c/summary\u003e\n\n\u003cvideo src=\"https://github.com/user-attachments/assets/acfe60fe-ab90-4a51-be87-2ce51e7aa990\" width=\"600\"\u003e\u003c/video\u003e\n\n\u003e Image 1\n![Desktop](./assets/screenshot-desktop.png)\n\u003e Image 2\n![Mobile](./assets/screenshot-mobile.png)\n\n\u003c/details\u003e\n\n\n\n## Installation Guide\n\nInstalling the Logly theme on your Ghost blog is a straightforward process. Follow these simple steps:\n\n1. **Download the Theme**\n   - Navigate to the [releases page](https://github.com/frontendweb3/logly/releases) of this repository.\n   - Download the latest `logly.zip` file from latest release.\n\n2. **Upload to Ghost**\n   - Log in to your Ghost admin panel.\n   - Go to **Settings** -\u003e **Design**.\n   - Click on **Change theme** and then click the **Upload theme** button.\n   - Select the `logly.zip` file you downloaded.\n\n3. **Activate the Theme**\n   - Once the upload is complete, click **Activate** to start using the Logly theme on your site.\n\nThat's it! Your Ghost blog is now using the Logly theme.\n\n\u0026nbsp;\n\n## Development\n\nIf you're a developer and want to customize the theme, you can set up a local development environment.\n\n### 1. Setup\n\nClone the repository and install the dependencies. We recommend using `pnpm` for package management.\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/logly.git\n\n# Navigate to the theme directory\ncd logly\n\n# Install dependencies\npnpm install\n```\n\n### 2. Run Development Server\n\nStart the development server to see live changes as you edit the files.\n\n```bash\npnpm run dev\n```\n\nThis will compile the assets and enable live reloading. Any changes to CSS, JavaScript, or Handlebars (`.hbs`) files will be reflected in your browser automatically.\n\n### 3. Build for Production\n\nWhen you're ready to deploy your changes, build the theme assets for production.\n\n```bash\npnpm run build\n```\n\n### 4. Create a Zip Archive\n\nTo upload your customized theme to Ghost, create a zip file.\n\n```bash\npnpm run zip\n```\n\nThis will create a `logly.zip` file in the root of the project, which you can then upload to your Ghost blog.\n\n\u0026nbsp;\n\n## Copyright \u0026 License\n\nCopyright (c) 2023-2026 Logly - Released under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontendweb3%2Flogly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontendweb3%2Flogly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontendweb3%2Flogly/lists"}