|
|
@ -6,22 +6,22 @@ Tegu on [Jekyll](https://jekyllrb.com/) peale ehitatud uhiuue lehega |
|
|
|
|
|
|
|
|
|
|
|
1. Install Ruby |
|
|
|
1. Install Ruby |
|
|
|
|
|
|
|
|
|
|
|
sudo apt install ruby |
|
|
|
sudo apt install ruby |
|
|
|
|
|
|
|
|
|
|
|
2. Install Jekyll |
|
|
|
2. Install Jekyll |
|
|
|
|
|
|
|
|
|
|
|
gem install jekyll bundler |
|
|
|
gem install jekyll bundler |
|
|
|
|
|
|
|
|
|
|
|
3. Clone repo |
|
|
|
3. Clone repo |
|
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/Lapikud/lapikud.github.io.git |
|
|
|
git clone https://github.com/Lapikud/lapikud.github.io.git |
|
|
|
|
|
|
|
|
|
|
|
4. Bootstrap |
|
|
|
4. Bootstrap |
|
|
|
|
|
|
|
|
|
|
|
cd lapikud.github.io |
|
|
|
cd lapikud.github.io |
|
|
|
bundle |
|
|
|
bundle |
|
|
|
|
|
|
|
|
|
|
|
5. Serve the page |
|
|
|
5. Serve the page |
|
|
|
|
|
|
|
|
|
|
|
bundle exec jekyll serve -w |
|
|
|
bundle exec jekyll serve -w |
|
|
|
|
|
|
|
|
|
|
|