Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 574 Bytes

LAPhack homepage

This is a Jekyll based webpage

how to dev

  1. Install Ruby

     sudo apt install build-essential ruby ruby-dev dh-autoreconf
    
  2. Install Jekyll

     sudo gem install jekyll
    
  3. Clone repo

     git clone https://github.com/Lapikud/laphack.eu.git
    
  4. Serve the page (Use bash if on Windows)

     cd laphack.eu
     jekyll serve --host 0.0.0.0
    

Deploy

    jekyll build
    rsync -av _site/. [email protected]:/srv/http/laphack.eu/

A jenkins instance will automaticaly depoly any changes on git push.