bespoyasov / www

Source code for my blog.

Home Page:https://bespoyasov.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www

Source code for my blog:

Overview

Made with SvelteKit, uses Adapter Static to generate a static web site.

Installation & Development

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

Localization

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

Previous Versions

  • v7, built with Next and React.

License

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.

About

Source code for my blog.

https://bespoyasov.me

License:GNU General Public License v3.0


Languages

Language:Svelte 45.6%Language:JavaScript 37.7%Language:CSS 15.6%Language:HTML 1.2%