mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
			
				
					
						
					
					4e8c17a6eadebf847e497752a6f0bda25cd29f49
				
			
			
		
	- Removed the redirects for the blog route in the configuration. - Updated the blog link in the Header component to include a trailing slash. - Added a new index page for the blog to display all posts.
popov.link
Personal website source code built with Astro.
Requirements
- Node.js v22 or later
 - npm v11 or later
 
Development
- Install dependencies:
 
npm ci
- Start the development server:
 
npm run dev
- Open your browser and go to http://localhost:3000 to view changes live.
 
Build & Preview
- To build the project for production:
 
npm run build
- To preview the production build locally:
 
npm run preview
Project Info
- Maintained by Valentin Popov
 - Issues: GitHub
 - Read-only mirror: code.popov.link
 
Comments
Comments on the site are powered by giscus.app and stored in GitHub Discussions.
License
This project is licensed under the MIT License.
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%