svelte-personal-site

Svelte Personal Site

My personal website containing my work, charts, visualisations, interactives, graphics, and whatever else I've tinkered around with.

Repository Name: personal-website-svelte

Description:

This GitHub repository contains the source code and assets for my personal website built using SvelteKit and SCSS.

Folder Structure:

The repository has the following folder structure:

  1. src: This folder contains the main source code of the website.

    • lib/components: Contains reusable Svelte components used throughout the website, such as headers, footers, and cards.
    • routes: Contains the individual pages/routes of the website, each with its own Svelte component.
    • lib/assets/scss: Contains SCSS files for styling the website. It includes partials, variables, and mixins for better organization and maintainability.
  2. static: This folder contains static assets like images, fonts, and any other files that need to be served as-is.

  3. public: This folder contains the final built files that are ready to be deployed. It includes the optimized HTML, CSS, and JavaScript files generated by SvelteKit during the build process.

  4. README.md: A detailed guide that provides information about the project, installation instructions, and usage guidelines.

  5. package.json: Contains the project's metadata and dependencies. It includes the necessary scripts for development, building, and testing the project.

Features:

The personal website built with SvelteKit and SCSS offers the following features:

  1. Responsive Design: The website is designed to provide a seamless experience across various devices and screen sizes.

  2. Dynamic Routing: SvelteKit's routing capabilities are utilized to create dynamic routes for different pages and blog posts.

  3. SCSS Styling: SCSS is used to write modular and maintainable CSS styles for the website. It allows for easier customization and theming.

Version Control:

The repository utilizes Git for version control, allowing for collaboration and easy tracking of changes made to the source code. It can be cloned or forked to be further customized or used as a template for other personal websites.

License:

The repository is released under an open-source license (e.g., MIT, Apache 2.0) to encourage contributions and allow others to use the code as per the license terms.

Top categories

Loading Svelte Themes