Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xzeldon/zeldon-site
My personal website. An MIT licensed, easy modifiable.
https://github.com/xzeldon/zeldon-site
homepage personal site website
Last synced: about 2 months ago
JSON representation
My personal website. An MIT licensed, easy modifiable.
- Host: GitHub
- URL: https://github.com/xzeldon/zeldon-site
- Owner: xzeldon
- License: mit
- Created: 2021-07-29T20:47:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T18:26:17.000Z (over 1 year ago)
- Last Synced: 2023-06-14T00:42:04.866Z (over 1 year ago)
- Topics: homepage, personal, site, website
- Language: JavaScript
- Homepage: https://zeldon.ru
- Size: 1.21 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website
See: [zeldon.ru](https://zeldon.ru).
My personal website. An [MIT](https://git.zeldon.ru/zeldon/zeldon-site/src/branch/main/LICENSE) licensed, easy modifiable.
Mirror on my [ Git](https://git.zeldon.ru/zeldon/zeldon-site)
## Dependencies
Only [Vite](https://vitejs.dev/) for development and bundling.
## Set up
To download the repository and install dependencies, run the following commands:
```bash
git clone https://git.zeldon.ru/zeldon/zeldon-site.git
cd zeldon-site
npm install
```## Running
Run the following command to build the application and serve it with fast refresh:
```bash
npm run dev
```Your web browser should automatically open to `::` default: [http://localhost:3000/](http://localhost:3000/).
## Static export
To statically export the site, run this command:
```bash
npm run build
```This generates a static export of the website as `zeldon-site/dist/`. Copy this and self-host or deploy to a CDN.
## Acknowledgements
* Background animation: [WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) by [@PavelDoGreat](https://github.com/PavelDoGreat).
* Special thanks to [@xm1ller](https://github.com/xm1ller) for tirelessly answering all of my css questions.