You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
393 B
27 lines
393 B
# Lapikute väliveeb |
|
|
|
Tegu on [Jekyll](https://jekyllrb.com/) peale ehitatud uhiuue lehega |
|
|
|
# how to dev |
|
|
|
1. Install Ruby |
|
|
|
sudo apt install ruby |
|
|
|
2. Install Jekyll |
|
|
|
gem install jekyll bundler |
|
|
|
3. Clone repo |
|
|
|
git clone https://github.com/Lapikud/lapikud.github.io.git |
|
|
|
4. Bootstrap |
|
|
|
cd lapikud.github.io |
|
bundle |
|
|
|
5. Serve the page |
|
|
|
bundle exec jekyll serve -w |
|
|
|
|