Jekyll Commands

Run jekyll site:

jekyll serve

If you have gem files use the below code instead:

bundle exec jekyll serve
ParametersUsage
-oopen the site in browser
-wwatch
–portport, to run multiple sites locally.
jekyll serve -o -w --port 8000
jekyll serve -o -w --port 4000

This way you can run more than one site.

Previous Episode

published on 21.08.2020

Hugo için rss-feed-in-hugo yazısını paylaştıktan sonra fark ettim ki jekyll için yazmamışım. İki yol göstereceğim, birincisi eklenti ile ikincisi liquid kodu ile. […] Eklenti ile yapmak oldukça kolay. Gemfile’ınıza gem 'jekyll-feed' satırını ekleyin ve _config.yml dosyasına ise …

TAG CLOUD