Skip to content

Conversation

@Proxyfil
Copy link
Owner

@Proxyfil Proxyfil commented Jun 9, 2025

This pull request introduces significant changes to migrate the project from a Vue-based setup to an Astro-based setup, along with enhancements to the project's structure, configuration, and workflows. The most important changes include the addition of Astro configurations, the removal of Vue-specific files, the introduction of CI/CD workflows, and the inclusion of a new schema for static data.

Migration to Astro Framework:

  • astro.config.mjs: Added Astro configuration with integrations for Preact, TailwindCSS, Sitemap, and Astro Icon. This replaces the previous Vue configuration and sets up the site for Astro-based development.
  • package.json: Updated dependencies and scripts to use Astro and removed Vue-related dependencies and scripts.

Removal of Vue-Specific Files:

  • src/App.vue, src/assets/base.css, src/assets/main.css, src/components/Home/CompItem.vue, src/components/Home/PathItem.vue, src/components/Home/ProjectItem.vue: Removed Vue components, styles, and related files as part of the migration to Astro. [1] [2] [3] [4] [5] [6]

CI/CD Workflows:

Static Data and Schema Enhancements:

Licensing and Manifest:

  • LICENSE: Added an MIT license for the project.
  • public/site.webmanifest: Added a web manifest file for the site, specifying icons and display settings.

@Proxyfil Proxyfil self-assigned this Jun 9, 2025
@Proxyfil Proxyfil merged commit 4643a53 into main Jun 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants