From d9f1af38a77a71cec0b1088ea5c08956fae3e477 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 16 May 2018 20:56:35 +0400 Subject: Description of the repository Signed-off-by: Valentin Popov --- LICENSE.md | 0 LICENSE.txt | 7 +++++++ README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) delete mode 100644 LICENSE.md create mode 100644 LICENSE.txt diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e69de29..0000000 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. diff --git a/README.md b/README.md index e69de29..ede0083 100644 --- a/README.md +++ b/README.md @@ -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 + +CC BY-NC 3.0 License + +Material on the site is published on the CC BY-NC 3.0 license. + +## Source Code License + +MIT License + +[MIT](LICENSE.txt). +Copyright (c) +[Valentin Popov](https://valentineus.link/). -- cgit v1.2.3