2019-11-05 18:56:30 +02:00
2019-11-05 18:56:30 +02:00
2019-11-04 16:11:53 +02:00
2018-12-26 13:00:05 +02:00
2019-09-25 19:00:21 +03:00
2019-11-05 18:56:30 +02:00
2018-12-26 13:44:44 +02:00
2018-08-27 13:08:58 +03:00
2018-08-28 19:20:46 +03:00
2019-11-04 16:11:53 +02:00
2018-08-26 23:34:25 +03:00
2019-08-23 18:33:29 +03:00
2018-08-27 13:04:41 +03:00
2018-07-16 23:46:24 +03:00
2018-08-29 17:03:00 +03:00
2019-08-25 17:10:16 +03:00
2018-08-26 23:05:30 +03:00
2019-08-23 18:14:34 +03:00
2019-04-05 21:43:49 +03:00
2019-06-01 23:30:16 +03:00
2018-08-28 19:20:46 +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
    
  6. Image converter usage (requires imagemagick)

     sudo apt-get install imagemagick
     sh convert-past-management-images.sh
    

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%