- web: https://k.co.ua/
- editor: stackedit.io/app
- online hyphenation: http://www.plazoo.com/ru/tools.asp
Default there defined here, and it reffer to jekyll-theme-primer
(0.5.4): https://github.com/pages-themes/primer
Prerequirements:
- ruby v3:
- install rvm:
curl -sSL https://get.rvm.io | bash -s stable
- install compatible ruby as ubuntu22.04 have only opensslv3:
rvm pkg install openssl
- install selected ruby:
rvm install 3.0.0 --with-openssl-dir=$HOME/.rvm/usr
- use it as default:
rvm use 3.0.0 --default
- install rvm:
- Bundler :
gem install bundler
- made available:
should be already there, but in case:
echo "export PATH=\"\$PATH:\$HOME/.rvm/bin\"" >> ~/.bashrc
echo "export PATH=\"\$PATH:\$HOME/.rvm/gems/default/bin\"" >> ~/.bashrc
echo "export PATH=\"\$PATH:\$HOME/.rvm/rubies/default/bin\"" >> ~/.bashrc
- Bundler
- Create
Gemfile
. - run
bundle install
for installing all dependencies - ruby v3 dependency:
bundle add webrick
- run locally with:
bundle exec jekyll serve --drafts
- http://localhost:4000/ is your friend
- bootstrap docs: https://getbootstrap.com/docs/3.3/css/#grid
- footer magic: https://matthewjamestaylor.com/bottom-footer
- rouge:
- available gouge styles:
rougify help style
- see them online:
- default: https://spsarolkar.github.io/rouge-theme-preview/
- compatible with pygments: https://stylishthemes.github.io/Syntax-Themes/pygments/
- install style:
rougify style monokai > assets/rouge.css
- available gouge styles:
- https://kramdown.gettalong.org/quickref.html