https://github.com/ninjamar/website
https://github.com/ninjamar/website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ninjamar/website
- Owner: ninjamar
- License: mit
- Created: 2021-06-02T17:47:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T01:55:26.000Z (about 2 years ago)
- Last Synced: 2024-05-15T19:46:09.563Z (about 2 years ago)
- Language: HTML
- Homepage: https://ninjamar.dev
- Size: 488 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ninjamar.github.io
My personal website
## Submodules
```bash
git submodule update --remote --merge && git add . && git commit -m "Update submodules" && git push
python3 build.py production && git add . && git commit -m "Update submodules" && git push
```