https://github.com/koddr/website
π The official website of me.
https://github.com/koddr/website
Last synced: 6 months ago
JSON representation
π The official website of me.
- Host: GitHub
- URL: https://github.com/koddr/website
- Owner: koddr
- License: apache-2.0
- Created: 2023-11-30T09:52:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:54:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-29T19:59:09.570Z (9 months ago)
- Language: Nunjucks
- Homepage: https://shostak.dev
- Size: 858 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π website
The official website of me.
URL: https://shostak.dev
## Development
I'm using [Eleventy][eleventy] and [Bun][bun] to develop the website.
Start dev server with:
```bash
bun run dev
```
Build for production with:
```bash
bun run build
```
## β οΈ License
[`website`][repo_url] is free and open-source software licensed under the [Apache 2.0 License][repo_license_url], created and supported by [Vic ShΓ³stak][author_url] with π©΅ for people and robots. Official logo distributed under the [Creative Commons License][repo_cc_license_url] (CC BY-SA 4.0 International).
[repo_url]: https://github.com/koddr/website
[repo_license_url]: https://github.com/koddr/website/blob/master/LICENSE
[repo_cc_license_url]: https://creativecommons.org/licenses/by-sa/4.0
[author_url]: https://github.com/koddr
[bun]: https://bun.sh
[eleventy]: https://www.11ty.dev