The source code for crislzy.xyz
This is my personal website that I made in Astro. It features my projects, blog, an about me and some more stuff. For basic tracking I use a self-hosted instance of Umami.
Note: Please remove the following line from "/src/layouts/BaseLayout.astro":
<script async src="https://umm.crislzy.hackclub.app/script.js" data-website-id="f7d5b61a-6a79-4a8f-b6fa-5bfd393d5184" is:inline></script>
Also, the oneko cat code is from this. This project is under the MIT License.
To get started, run this into your computer's terminal:
-
Clone the repository:
git clone https://github.com/crislazy/v3 && cd v3
-
Install dependencies:
npm install
-
Run the website on your computer:
npm run dev
-
Open localhost:4321 in your browser
Note: If you fork or reuse this project, you may want to remove or update the
CNAMEfile to use your own domain.