Skip to content

RamonMeffert/ramonmeffert.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal website

This is the source code to my personal website, r3n.nl.

Setup

This is a pretty simple static minisite (meaning, the output is only css + html). Tools I used:

  • Gulp (build pipeline)
  • Pug (cleaner html)
  • Sass (cleaner css)
  • BrowserSync (live-reload while developing)
  • Minifiers (html-minifier, cssnano)
  • Prefixers (autoprefixer)