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 --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'README.md') 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