10000 GitHub - iRuSSLaN/www: Source code for my blog · ✍️ 💻 👋
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ www Public
forked from bespoyasov/www

Source code for my blog · ✍️ 💻 👋

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-SA.md
Notifications You must be signed in to change notification settings

iRuSSLaN/www

 
 

Repository files navigation

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 · ✍️ 💻 👋

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-SA.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 46.0%
  • JavaScript 37.7%
  • CSS 15.2%
  • HTML 1.1%
0