Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
All rights reserved.

No license is granted to copy, modify, distribute, deploy, sublicense, sell, or create derivative works from this site or its source code.

Copyright (c) Piotr Piech. All rights reserved.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"author": "Piotr Piech <piotr@piech.dev>",
"license": "UNLICENSED",
"private": true,
"description": "My personal page. It turned into a complex project itself: it supports loading all projects' information directly from GitHub, renders markdown, the whole site is pre-rendered and served with zero JS. It includes dynamic <meta> tags for each project, including og:image tags with sizes. Perfect 100/100/100/100 Lighthouse score for all routes.",
"repository": {
"type": "git",
Expand Down
Loading