Renovate Bot 2dcf837bee
All checks were successful
CI / test (pull_request) Successful in 17s
Update all digest updates
2025-05-31 00:00:59 +00:00
2024-09-04 21:16:37 +00:00
2024-10-02 22:46:00 +00:00
2025-02-05 00:20:40 +00:00
2025-02-05 00:20:40 +00:00
2024-10-02 23:09:05 +00:00
2024-09-04 21:16:37 +00:00
2024-09-04 21:16:37 +00:00
2025-05-31 00:00:59 +00:00
2025-05-31 00:00:59 +00:00
2024-09-04 21:16:37 +00: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.

Description
This repository holds the code for your personal home website.
https://popov.link
Readme 3.7 MiB
Languages
Astro 51.8%
SCSS 31.9%
JavaScript 10.8%
TypeScript 5.5%