2018-08-27 13:08:58 +03:00
2018-08-27 11:40:21 +03:00
2018-08-27 13:04:41 +03:00
2018-08-26 23:34:25 +03:00
2018-07-16 23:46:24 +03:00
2018-08-27 13:08:58 +03:00
2018-08-26 23:34:25 +03:00
2018-08-26 23:34:25 +03:00
2018-08-27 13:04:41 +03:00
2018-07-16 23:46:24 +03:00
2018-08-26 23:05:30 +03:00
2018-08-26 23:05:30 +03:00
2018-07-16 23:58:57 +03:00
2018-08-27 13:04:41 +03:00
2018-08-26 23:34:25 +03:00

Lapikute väliveeb

Tegu on Jekyll peale ehitatud uhiuue lehega

Development plan

Materials are on Google Drive > Lapikud > Tarkvara > Väliveeb

Contribution guide

1. Create Issues

Easiest way to help would be to create issuses about things that are missing and wrong

2. Fork this repo and create a pull request

Fork this repo to your own account and create a pull request for changes you have done in there

How to setup devenvironment

  1. (Windows) Install the Windows Subsystem for Linux

    Install Ubuntu

    https://docs.microsoft.com/en-us/windows/wsl/install-win10

  2. Install Ruby

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

     sudo gem install jekyll
    
  4. Clone repo

     git clone https://github.com/Lapikud/lapikud.github.io.git
    
  5. Serve the page (Use bash if on Windows)

     cd lapikud.github.io
     jekyll serve --host 0.0.0.0
    

Deploy (TODO)

    jekyll build
    rsync -av _site/. TODO FIXME
Description
Lapikute avalik koduleht
Readme 121 MiB
Languages
HTML 76.1%
SCSS 22.7%
Shell 1.2%