https://github.com/masterevarior/personal-website
📃 Just my small personal website
https://github.com/masterevarior/personal-website
cypress javascript personal-website terminal-emulator website
Last synced: about 1 month ago
JSON representation
📃 Just my small personal website
- Host: GitHub
- URL: https://github.com/masterevarior/personal-website
- Owner: MasterEvarior
- Created: 2021-01-03T12:40:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T16:40:37.000Z (8 months ago)
- Last Synced: 2026-03-01T22:40:41.625Z (4 months ago)
- Topics: cypress, javascript, personal-website, terminal-emulator, website
- Language: JavaScript
- Homepage: https://giannin.ch/
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
A small, personal website in the style of a terminal. Check it out [here](https://giannin.ch).
The goal of this current version was to write the website with no external dependencies and no build system like NPM. Thanks to this, the entire website is less than 7KiB big (excluding assets like the font).
Tests are run with Node and some helper functions, all of which you can find int `./testing`.
## Build
Because there are no external dependencies and nothing to build, not build system is needed.
Simply move the `src` folder to your webserver of choice and see the magic happen.
## Testing
To run the tests run this command:
```sh
node ./testing/tests.js
```
## External Resources
- [GitHub Actions for CICD](https://github.com/features/actions)
- [JetBrains Mono Font](https://fonts.google.com/specimen/JetBrains+Mono)