Personal Website template made in svelte. Repo got the name from Kendrick Lamar's song
This article provides a guide on how to work with GitHub Pages and how to customize a repo that uses Material Design Icons. It includes instructions for cloning the repo, replacing personal information, making style changes, changing icons, and changing colors. The guide also explains how to install dependencies and build the project before copying the contents into a GitHub repository.
This article provides a step-by-step guide on how to work with GitHub Pages and customize a repo that utilizes Material Design Icons. It covers cloning the repo, replacing personal information, making style changes, changing icons, changing colors, installing dependencies, building the project, and copying the contents to a GitHub repository. Following these instructions will allow users to create and customize their own GitHub Pages site with ease.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.