Source code for my blog:
Made with SvelteKit, uses Adapter Static to generate a static web site.
Clone the repo, install, and run the project locally:
git clone https://github.com/bespoyasov/www.git
cd www
npm i
npm run dev
Build and preview production build:
npm run build
npm run preview
By default, all npm scripts are run for the EN-lang version of the site. To run or build the RU-lang version of the project, use:
npm run dev:ru
npm run build:ru
v7
, built with Next and React.
The source code is distributed under the GNU GPL v3.0 license. You can use, modify, and redistribute it as long as you keep the license and disclose the source.
The content of the site is distributed under the CC BY-NC-SA 4.0 license. You can use and modify it as long as you mention the source and author, keep the license, and don't use the content in a commercial product.