This repository holds the code for your personal home website. https://popov.link/
Go to file
Valentin Popov 98a94926ea
Updating the icon
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-16 23:11:40 +04:00
_data Flexible exception list 2018-05-15 15:53:48 +04:00
_includes Loadable styles 2018-05-15 15:41:35 +04:00
_layouts Minimal page templates 2018-05-15 15:05:33 +04:00
_pages Removing the check page 2018-05-15 15:55:31 +04:00
_posts Example of a post 2018-04-04 00:33:19 +00:00
_scss Description of the style catalog 2018-05-16 20:04:05 +04:00
assets Updating the icon 2018-05-16 23:11:40 +04:00
_config.yml License exception 2018-05-16 21:18:26 +04:00
.gitignore Edit exceptions 2018-05-15 15:38:12 +04:00
.gitmodules Using Bootstrap source code 2018-05-15 15:10:33 +04:00
CNAME Create CNAME 2018-01-06 16:41:14 +04:00
favicon.ico Updating the icon 2018-05-16 23:11:40 +04:00
Gemfile Initial commit 2018-01-06 12:12:53 +00:00
LICENSE.txt Description of the repository 2018-05-16 20:56:35 +04:00
README.md Principles of site building 2018-05-16 21:36:44 +04:00

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.

Principles of site development:

  • Lightness and minimalism. The site is designed to store information, it's not a heavy application;

  • Maximum cross-platform. Information should be read from any device and software;

  • Focusing on content perception. Only useful information, nothing superfluous;

  • No JS on the site. The site should be completely safe for the user;

Development

To start a local server for development, you need:

  1. Clone the source repository:
git clone "https://github.com/valentineus/valentineus.github.io.git"
  1. Install packages:
cd valentineus.github.io && bundle update
  1. Start the server:
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. Copyright (c) Valentin Popov.