mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
			
				
					
						
					
					543fb8d2594c2d4ef373cadb8274b6792ae9b0dc
				
			
			
		
	Signed-off-by: Valentin Popov <info@valentineus.link>
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:
- Clone the source repository:
 
git clone "https://github.com/valentineus/valentineus.github.io.git"
- Install packages:
 
cd valentineus.github.io && bundle update
- 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
Material on the site is published on the CC BY-NC 3.0 license.
Source Code License
MIT. Copyright (c) Valentin Popov.
Description
				A fast and minimalist personal website and blog powered by Astro. Features clean Markdown content, custom theming, and optimized deployment on CloudFlare Pages.
						
						
						
					Languages
				
				
								
								
									Astro
								
								51.7%
							
						
							
								
								
									TypeScript
								
								28.7%
							
						
							
								
								
									SCSS
								
								15%
							
						
							
								
								
									JavaScript
								
								4.6%