Skip to content

rooooster/newsman

Repository files navigation

newsman

Front-end development of Newsman pages

Used

Jekyll - static site generator based on Ruby

Gulp - build system based on NodeJS

Coriolan UI - Sass mixins pack

GitHub Pages - free hosting

Run

npm i

gulp watch

Making svg-font

  1. Put your svg image name.svg into ./assets/img/svg-icons/ folder

  2. Do gulp font

  3. Now you can add your svg icon in html <span class='icon-name'></span>

  4. But better in sass:

    .block { &__my-icon { @extend .icon; @extend .icon-name; } }

Have fun! :)

About

Front-end development of Newsman pages 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published