-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also add an explicit MIT license to repo
- Loading branch information
Showing
5 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NOTE: Please see README.md for a list of directories excluded from this license. | ||
|
||
Copyright 2023 Gosha Tcherednitchenko | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
This repository contains the source code and assets for my personal homepage, [https://gosha.net](https://gosha.net). | ||
|
||
Please feel free to look around and get inspiration. If something is unclear, please [open an issue](https://github.com/goshatch/gosha.net/issues) or [email me](mailto:[email protected]?subject=Question about your website). | ||
Please feel free to look around and get inspiration. If something is unclear, please [open a ticket](https://todo.sr.ht/~gosha/gosha.net) in the issue tracker or [email me](mailto:[email protected]?subject=Question%20about%20your%20website). | ||
|
||
## Running a local copy | ||
|
||
|
@@ -19,6 +19,16 @@ It's trivial to deploy a copy of this site to Vercel or Netlify. Use the Jekyll | |
|
||
## Licensing and copyright | ||
|
||
Please note that all the content in this repository is copyrighted, most of the time by me, and when specified, by others. You are free to re-use source code, but please do not copy or re-use images or other assets without permission. | ||
The code for this website is available under the MIT License. See LICENSE for the full text. | ||
|
||
Please note that while the source code is freely reusable, content and assets included in this repository are copyrighted, most of the time by me, and by others when specifified. You are free to reuse the source code, but please do not copy or reuse images or other assets without permission. | ||
|
||
The contents of the following directories are excluded from the MIT License and may not be reused: | ||
|
||
- `/_posts` | ||
- `/_projects` | ||
- `/assets/fonts` | ||
- `/assets/images` | ||
- `/assets/pdf` | ||
|
||
In particular, fonts within the `/assets/fonts` directory are copyrighted by their respective designers. `Berkeley Mono` is used under a personal license and may not be reused. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Greetings, Netrunner! | ||
I learned to write HTML, CSS, and Javascript by looking through the source | ||
code of many, many websites. Please, feel free to dig through! The source | ||
code is available on GitHub: https://github.com/goshatch/gosha.net, | ||
code is available on Sourcehut: https://git.sr.ht/~gosha/gosha.net, | ||
and you're very welcome to email me with any questions: [email protected] --> | ||
|
||
<meta charset="utf-8"> | ||
|
@@ -12,7 +12,7 @@ | |
<meta name="robots" content="index,follow"> | ||
<meta name="googlebot" content="index,follow"> | ||
<meta name="google" content="nositelinkssearchbox"> | ||
<meta name="generator" content="Jekyll 4.0"> | ||
<meta name="generator" content="Jekyll 4.3"> | ||
<meta name="format-detection" content="telephone=no"> | ||
<meta name="color-scheme" content="light dark"> | ||
<link rel="canonical" href="{{ site.url }}{{ page.url }}"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters