This repository holds the code for your personal home website. https://popov.link/
Go to file
Valentin Popov f5db4187c2
Updated a color scheme
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-08-15 16:56:00 +04:00
_data Have added sidebar panel 2019-05-03 05:16:28 +04:00
_draft Removal from the main trial post 2018-05-17 00:24:23 +04:00
_includes Fixed HTML validation errors 2019-05-03 17:39:31 +04:00
_layouts Fixed HTML validation errors 2019-05-03 17:39:31 +04:00
_pages Fixed SiteMap whom 100% validated 2019-05-03 17:02:15 +04:00
_posts Added a new post about ElectronJS reload 2019-08-15 16:40:42 +04:00
_scss Updated a color scheme 2019-08-15 16:56:00 +04:00
assets Added a perfect dark theme 2019-05-04 04:51:17 +04:00
_config.yml Updated description on the site 2019-05-03 05:25:08 +04:00
.editorconfig feat(config): Customize text editors 2018-12-06 19:27:46 +04:00
.gitignore feat(git): Update exception file 2018-12-07 00:30:46 +04:00
CNAME Create CNAME 2018-01-06 16:41:14 +04:00
favicon.ico Easy icon 2018-05-16 23:21:20 +04:00
Gemfile feat(css): Add automatic prefixes 2018-12-06 19:16:15 +04:00
LICENSE.txt Description of the repository 2018-05-16 20:56:35 +04:00
publickey.txt Have added sidebar panel 2019-05-03 05:16:28 +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.