Www

screenshot of Www
svelte
vite

Source code for my blog.

Overview:

This product is a blog website built using SvelteKit and uses Adapter Static to generate a static web page. It also includes features like localization and support for multiple versions.

Features:

  • SvelteKit: The website is built using SvelteKit, a web framework for building user interfaces.
  • Adapter Static: The use of Adapter Static allows the website to generate a static version, improving performance and ease of deployment.
  • Localization: The website supports localization and includes separate versions for English (EN-lang) and Russian (RU-lang) languages.
  • Previous Versions: The website has previous versions built with Next and React (v7).
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.