Www screenshot

Www

Author Avatar Theme by Bespoyasov
Updated: 19 May 2025
90 Stars

Source code for my blog.

Categories

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).

Installation:

To install and run the project locally, follow these steps:

  1. Clone the repository.
  2. Install the required dependencies.
  3. Run the project locally.
git clone [repository_url]
cd project_directory
npm install
npm run dev

To build and preview the production build:

npm run build
npm run preview

To run or build the Russian (RU-lang) version of the project, use the following commands:

npm run dev-ru # For local development
npm run build-ru # For production build

Summary:

This blog website is built using SvelteKit and utilizes Adapter Static for generating a static web page. It includes features such as localization and support for multiple language versions. The installation process involves cloning the repository, installing dependencies, and running the project locally. The product is distributed under the GNU GPL v3.0 license for the source code and the CC BY-NC-SA 4.0 license for the content of the site.