astrofy icon indicating copy to clipboard operation
astrofy copied to clipboard

Astrofy is a free and open-source template for your Personal Portfolio Website built with Astro and TailwindCSS. Create in minutes a website with Blog, CV, Project Section, Store and RSS Feed.

Results 16 astrofy issues
Sort by recently updated
recently updated
newest added

Do you plan to add a search feature? Thank you.

Why is it that in the example, the path for "store" is "/store/item1" and can be accessed directly, while the path for "blog" is "/blog/demo-post-3"? Is there a configuration that...

1. changed the handler function to "GET" 2. added a style sheet for the rss feed

# Environment Details Ubuntu 22.04 Node 18.16.0 Package Manager: pnpm # Steps to Reproduce Run ```sh pnpm run dev ``` ![image](https://github.com/manuelernestog/astrofy/assets/22489650/42f6f105-db16-4199-b0d4-1f73c724debe) Actually, this bug can be seen on the [netlify...

Hi Manuel! I've recently created my portfolio using astrofy. I am facing some issues w.r.t the sitemap generations. I did make the required changes in the config files, and can...

I'm trying to implement switching languages, I follow a couple of guides of i18n, but neither way works, can you help me please? I'm using utils.ts and ui.ts. in the...

Hey ! Little suggestion, the title property is not used in the Header component but in the BaseHead.

## This theme requires a matching comment system. I have modified some files, and now comments can be added to each blog post. The effect is good, isn't it? (Please...

Hi, The project currently lacks a Dockerfile (or Containerfile) and a .dockerignore file. These files are essential for defining how to build Docker images and excluding unnecessary files from the...