https://github.com/bespoyasov/www
Source code for my blog.
https://github.com/bespoyasov/www
blog static-site sveltekit
Last synced: 8 months ago
JSON representation
Source code for my blog.
- Host: GitHub
- URL: https://github.com/bespoyasov/www
- Owner: bespoyasov
- License: gpl-3.0
- Created: 2020-07-06T17:52:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T15:35:35.000Z (10 months ago)
- Last Synced: 2025-03-29T20:06:14.097Z (8 months ago)
- Topics: blog, static-site, sveltekit
- Language: Svelte
- Homepage: https://bespoyasov.me
- Size: 433 MB
- Stars: 89
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# www
Source code for my blog:
- [English](https://bespoyasov.me)
- [Russian](https://bespoyasov.ru)
## Overview
Made with [SvelteKit](https://kit.svelte.dev), uses [Adapter Static](https://kit.svelte.dev/docs/adapter-static) to generate a static web site.
## Installation & Development
Clone the repo, install, and run the project locally:
```sh
git clone https://github.com/bespoyasov/www.git
cd www
npm i
npm run dev
```
Build and preview production build:
```sh
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:
```sh
npm run dev:ru
npm run build:ru
```
## Previous Versions
- [`v7`](https://github.com/bespoyasov/www/tree/www-v7), built with Next and React.
## License
The source code is distributed under the [GNU GPL v3.0](LICENSE) 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-SA.md) 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.