{"id":13559230,"url":"https://github.com/cossssmin/gridsome-starter-bleda","last_synced_at":"2025-04-03T14:31:37.477Z","repository":{"id":34310564,"uuid":"173757758","full_name":"cossssmin/gridsome-starter-bleda","owner":"cossssmin","description":"Gridsome blog starter, built with Tailwind CSS","archived":true,"fork":false,"pushed_at":"2022-12-10T16:52:14.000Z","size":1577,"stargazers_count":189,"open_issues_count":13,"forks_count":48,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-02T12:52:15.689Z","etag":null,"topics":["gridsome","gridsome-starter","jamstack","markdown-blog","ssg","static-blog","static-site","tailwindcss","vue"],"latest_commit_sha":null,"homepage":"https://gridsome-starter-bleda.netlify.app","language":"Vue","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/cossssmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/cossssmin","https://www.amazon.co.uk/hz/wishlist/ls/3I8KTU4FLQIZ1"]}},"created_at":"2019-03-04T14:14:31.000Z","updated_at":"2024-08-02T12:30:23.000Z","dependencies_parsed_at":"2022-09-10T22:51:52.506Z","dependency_job_id":null,"html_url":"https://github.com/cossssmin/gridsome-starter-bleda","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cossssmin%2Fgridsome-starter-bleda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cossssmin%2Fgridsome-starter-bleda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cossssmin%2Fgridsome-starter-bleda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cossssmin%2Fgridsome-starter-bleda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cossssmin","download_url":"https://codeload.github.com/cossssmin/gridsome-starter-bleda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222978355,"owners_count":17067508,"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":["gridsome","gridsome-starter","jamstack","markdown-blog","ssg","static-blog","static-site","tailwindcss","vue"],"created_at":"2024-08-01T12:05:26.521Z","updated_at":"2024-11-04T10:31:12.558Z","avatar_url":"https://github.com/cossssmin.png","language":"Vue","funding_links":["https://paypal.me/cossssmin","https://www.amazon.co.uk/hz/wishlist/ls/3I8KTU4FLQIZ1"],"categories":["Vue","vue","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Bleda\n\n\u003e A blog starter theme for [Gridsome](https://gridsome.org), inspired by the [Attila](https://github.com/zutrinken/attila) Ghost theme and styled with [Tailwind CSS](https://tailwindcss.com).\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/cossssmin/gridsome-starter-bleda)\n\n## Demo\n\n- [Page](https://gridsome-starter-bleda.netlify.com/about/)\n- [Single post](https://gridsome-starter-bleda.netlify.com/getting-started-with-gridsome-and-bleda/)\n- [Blog archive](https://gridsome-starter-bleda.netlify.com/)\n- [Tags archive](https://gridsome-starter-bleda.netlify.com/tag/getting-started/)\n- [Author archive](https://gridsome-starter-bleda.netlify.com/author/gridsome/)\n\n## Preview\n\n![Bleda starter for Gridsome devices preview](https://res.cloudinary.com/cossssmin/image/upload/v1551618609/os/gridsome/bleda/bleda-screenshot-devices.jpg)\n\n## Features\n\n- Sitemap\n- RSS Feed\n- Google Analytics\n- Custom 404 Page\n- Open Graph meta tags\n- Code syntax highlighting\n- Parallax post image covers\n- Option for fullscreen covers\n- Medium-like image lightbox\n- Taxonomies: Tags and Authors\n- Aproximate read time for posts\n- Post excerpts: automatic or user-defined\n- **Paginated** [blog](https://gridsome-starter-bleda.netlify.com/2/), [tag](https://gridsome-starter-bleda.netlify.com/tag/dummy/), and [author](https://gridsome-starter-bleda.netlify.com/author/gridsome/) archives\n- Easily show post dates in your locale (moment.js)\n- Posts show a warning if they're older than 1 year (configurable)\n\n## Installation\n\nIt's recommended that you install Bleda with the `gridsome create` command, so that Gridsome removes the `.git` folder and installs NPM dependencies for you:\n\n```sh\ngridsome create my-website https://github.com/cossssmin/gridsome-starter-bleda.git\n```\n\nAlternatively, you can clone this repo and set it up manually:\n\n```sh\ngit clone https://github.com/cossssmin/gridsome-starter-bleda.git my-website\n\n# navigate to the directory\ncd my-website\n\n# remove the Git folder\nrm -rf .git\n\n# install NPM dependencies\nnpm install\n```\n\n## Configuration\n\nSee the [configuration notes](https://gridsome-starter-bleda.netlify.com/getting-started-with-gridsome-and-bleda/#configuration) in the Getting Started demo post.\n\n## Development\n\nRun `gridsome develop` to start a local development server, or `gridsome build` to build the static site into the `dist` folder.\n\nSee the [Gridsome docs](https://gridsome.org/docs) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcossssmin%2Fgridsome-starter-bleda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcossssmin%2Fgridsome-starter-bleda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcossssmin%2Fgridsome-starter-bleda/lists"}