Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1msirius/old-site

My old website!
https://github.com/1msirius/old-site

blog personal-website

Last synced: 3 days ago
JSON representation

My old website!

Awesome Lists containing this project

README

        

# Sirius's old site

My website has moved. You can find the new site [here](https://github.com/1msirius/Site).

## Configuration

1. Update your name in `theme.config.js` or modify the footer as needed.
2. Adjust the meta tags in `pages/_document.js` according to your preferences.
3. Customize the posts located in `pages/posts/*.md` to suit your preferences.

## Running Locally

To run the website on your local machine, follow these steps:

Ensure [pnpm](https://pnpm.io) is installed on your system. If not, follow the [installation instructions](https://pnpm.io/installation) 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](http://localhost:3000).