zoellenka / webkurz.pyladies.cz

Dočasný web pro kurz webového frontendu

Home Page:http://webkurz.pyladies.cz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webkurz.pyladies.cz

Install

With node.js installed run

sudo npm i gulp-cli -g
npm i

Development

Enjoy automatic refreshing of everything by running.

gulp develop

Content writing

There is no automatic generation of pages. You have to specify which .md file get's loaded where and all the links.

Top sections are divided by \n---\n while subsections are divided by \n----\n.

For tasks add <!-- .slide: data-state="c-slide-task" --> at the beggining of the section.

Put HTML examples into <div class="c-example example-foo"> where example-foo is a name of your choice and add styling to examples.scss file.

Deployment

With installed surge client (npm i surge -g) run

gulp deploy

Note: you need to have access to surge account (just ask Dan Srb).

About

Dočasný web pro kurz webového frontendu

http://webkurz.pyladies.cz/

License:MIT License


Languages

Language:HTML 46.7%Language:JavaScript 43.2%Language:CSS 10.2%