Eintrag

Jekyll learnings

Jekyll learnings

Jekyll learnings

general

  • always BUILD and sync that version, as after a local SERVE the domainname is switched to the local one!
  • To run different ruby versions use rvm

After install work like i.e.

1
2
3
4
5
rvm use ruby-3.1.5
bundle update
git submodule update --recursive --remote

jekyll serve -H 192.168.1.48 -P 4000

Attention

add a CSP exception for bootstrap inside apache-conf for site (dont use htaccess)

1
cdn.jsdelivr.net
Dieser Eintrag ist vom Autor unter CC BY 4.0 lizensiert.