Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/1msirius/old-site
- Owner: 1msirius
- License: mit
- Created: 2024-05-27T21:18:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:47:49.000Z (5 months ago)
- Last Synced: 2024-11-10T04:28:14.570Z (2 months ago)
- Topics: blog, personal-website
- Language: TypeScript
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).