blogster icon indicating copy to clipboard operation
blogster copied to clipboard

A collection of beautiful, accessible and performant Astro blog templates.

Results 21 blogster issues
Sort by recently updated
recently updated
newest added

``` $ yarn install $ yarn build (node:1009) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the...

The theme is actually complete in itself, but just lacks the search functionality. When the user creates a large amount of blogs, searching for the right one will be really...

This is a fix to this issue #25. The `data_slug_hash` and `data_user` should be provided when the `CodePenEmbed` is used.

Hi, ### Environment using [Demo: Newspaper](https://blogster-newspaper.netlify.app/) using the template via [Astro](https://astro.build/) ### What's the issue? I'm using this template for my personal blog, And I realised that by just setting...

In the dev server everything works fine, but when I build the website, Tailwind CSS's styles aren't baked into the HTML, which means my site ends up with no styling....

I'd love to see `content` added to the RSS feed. In particular, I'd want to see the custom blogster components supported in that. Right now, I'm just returning `Markdoc.renderers.html(postContent)` as...

Hello 👋🏻 , First of all congratulations for developing this template, is my favorite by far on astro! As an idea it would be perfect to filter blog posts by...

Hi, I created an [astro plugin](https://www.feelback.dev) which allows to add *Like* buttons to blog posts. Are you open to integrate it in your template? I can create a PR to...

How to reproduce: 1. run `npx create-blogster@latest --theme sleek` 2. run `cd my-blogster-blog` 3. run `yarn run dev --host` 4. visit http://127.0.0.1:3000/blog/basic-markdown-style-guide The page displays an error message: ``` require...

Hi I'm very new to astro and was wondering if there's a way to get the markdown content itself to hot reload. The astro templates do hot reload when editing...