Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meisekimiu/mew151.net
The static side of my personal website
https://github.com/meisekimiu/mew151.net
Last synced: 25 days ago
JSON representation
The static side of my personal website
- Host: GitHub
- URL: https://github.com/meisekimiu/mew151.net
- Owner: meisekimiu
- License: other
- Created: 2022-02-12T22:07:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T23:02:07.000Z (about 1 month ago)
- Last Synced: 2025-01-07T00:20:42.857Z (about 1 month ago)
- Language: HTML
- Homepage: https://www.mew151.net
- Size: 117 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mew151.net
![Accessibility Test Status](https://github.com/meisekimiu/mew151.net/actions/workflows/test.yml/badge.svg)
This is my personal website. :)
[
](https://github.com/SamKirkland/FTP-Deploy-Action)
## Building / Development
This website uses Sass and TypeScript in places for styles and scripting. To actually build the website for deployment, you have to build it with npm:
```
npm install
npm run build
```For local development, instead of running the build step manually every time you change a script file, you can instead run a watch script that will compile whenever you make changes. You can run it with this npm command:
```
npm run build:watch
```A dev server is also provided so this site can be properly tested on the root of a domain. You can run it with:
```
npm run start
```And the site should open in your browser.
## About Commit Messages
I'm using a utility to generate my site's RSS history via my Git history, so my commit messages are more verbose than standard commit messages. In most of my personal projects my commit messages are stuff like "skldjflkasjfl" anyway, so this is actually an improvement.
## Dependency Security Policy
This website is just a static HTML website. It is not a web application. It does not have any function besides loading in layout and things like RSS and the Journal. As a result, I have disabled Dependabot Security Alerts on this repository because:
1. It's a static website.
2. Basically all of these security alerts are going to be on dependencies only needed for the deployment process. In other words, code that's not even going out to the browser.Usually I'm at least a little bit stricter on security alerts, but this is a personal project that's made just for fun and I don't want to be pestered with security alerts for it.
## License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg