My website has moved. You can find the new site here.
- Update your name in
theme.config.jsor modify the footer as needed. - Adjust the meta tags in
pages/_document.jsaccording to your preferences. - Customize the posts located in
pages/posts/*.mdto suit your preferences.
To run the website on your local machine, follow these steps:
Ensure pnpm is installed on your system. If not, follow the installation instructions on their website.
# download the website code with git
git clone git clone https://github.com/1msirius/old-site.git
# Navigate into the project directory
cd website
# install the dependencies.
pnpm install
# start the development server
pnpm dev
The server will be running at http://localhost:3000.