mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-06-25 19:05:48 +03:00
Add README.MD and LICENSE
This commit is contained in:
parent
b776eacf66
commit
f750f8233f
3 changed files with 42 additions and 1 deletions
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2022 Alexander Minkin <weryskok@gmail.com>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
17
README.MD
Normal file
17
README.MD
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# WerySkok.ru
|
||||||
|
This repo contains source code for [weryskok.ru](https://weryskok.ru).
|
||||||
|
|
||||||
|
## What tools are used?
|
||||||
|
* [Jekyll](https://jekyllrb.com/) as static site generator
|
||||||
|
* [Darkly Bootstrap](https://bootswatch.com/darkly/) for components to build this site
|
||||||
|
|
||||||
|
## How to build this site?
|
||||||
|
1. Install ``nodejs``, ``ruby`` and ``rubygems``.
|
||||||
|
1. ``gem install bundler``.
|
||||||
|
1. Add gems dir to path.
|
||||||
|
1. ``git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru``
|
||||||
|
1. ``bundle install``
|
||||||
|
1. ``JEKYLL_ENV=production bundle exec jekyll build``
|
||||||
|
|
||||||
|
## Why not GitHub Pages?
|
||||||
|
Am lazy.
|
|
@ -3,3 +3,6 @@ plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-minifier
|
- jekyll-minifier
|
||||||
|
exclude:
|
||||||
|
- README.MD
|
||||||
|
- LICENSE
|
Loading…
Reference in a new issue