Source code for my blog.
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.
To install and run the project locally, follow these steps:
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
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.