Description of the repository

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-16 20:56:35 +04:00
parent 8064b99780
commit d9f1af38a7
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
3 changed files with 50 additions and 0 deletions

View File

7
LICENSE.txt Normal file
View File

@ -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.

View File

@ -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/).