Skip to content

fredDesign/okitavera.me

 
 

Repository files navigation

okitavera.me

everybody loves source code, isn't it ?

Netlify Status license: MIT code style: prettier eleventy

Local Install

Clone, and Install with your package-manager-of-choice

$ yarn install

Workflow

First run

$ gulp clean # cleanup destination directory
$ gulp images # generate images (download avatars, build compressed images, etc)
$ gulp serve # generate, watch, and served to http://localhost:8080

Next run

$ gulp serve

Update images and run

$ gulp images
$ gulp serve

License

Apart from the dependencies, OFL Fonts, and Creative Common's assets like images and articles, this code is available under MIT License

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.6%
  • JavaScript 31.4%
  • HTML 29.5%
  • Shell 0.5%