diff options
-rw-r--r-- | LICENSE.md | 0 | ||||
-rw-r--r-- | LICENSE.txt | 7 | ||||
-rw-r--r-- | README.md | 43 |
3 files changed, 50 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e69de29..0000000 --- a/LICENSE.md +++ /dev/null diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..90dabc3 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,7 @@ +Copyright 2017, 2018 Valentin Popov + +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. @@ -0,0 +1,43 @@ +# Personal site + +This is my main site. +The site publishes articles, useful information and notes. +Also, the site serves as a hosting of free and personal images. + +## Development + +To start a local server for development, you need: + +1. Clone the source repository: + +```bash +git clone "https://github.com/valentineus/valentineus.github.io.git" +``` + +2. Install packages: + +```bash +cd valentineus.github.io && bundle update +``` + +3. Start the server: + +```bash +bundle exec jekyll serve --host "${IP}" --port "${PORT}" --trace +``` + +Please note in the executable command uses environment variables `IP` and `PORT`. + +## License hosted material + +<img width="256px" alt="CC BY-NC 3.0 License" src="https://raw.githubusercontent.com/valentineus/valentineus.github.io/master/assets/images/87624cb5-4a8f-4be4-90b6-0ec5b9a90333.png" /> + +Material on the site is published on the CC BY-NC 3.0 license. + +## Source Code License + +<img width="256px" alt="MIT License" src="https://raw.githubusercontent.com/valentineus/valentineus.github.io/master/assets/images/7d05cad0-d553-42c7-be1f-7007926ba720.png" /> + +[MIT](LICENSE.txt). +Copyright (c) +[Valentin Popov](https://valentineus.link/). |