Skip to content

hannah-radish/modernista

Repository files navigation

dev-sec.io

Installation

  1. Install Hugo here
  2. Install NodeJS, NPM, and Yarn here
  3. Build
    yarn
    
  4. Develop via:
    gulp serve
    

Startup takes a while, but only the first time, because hugo needs to register all the things in node_modules (need to get that fixed...).

Development

  • Custom elements can be developed in themes/modernista/static/elements
  • SASS styling is developed in sass and will automatically be built by gulp serve into themes/modernista/static/css and themes/modernista/static/elements/shared-styles.html

Build and deployment

gulp dist

This will build your entires site in the dist folder yayyyyy!!

If you want to build and see the built site run:

gulp serve-dist

About

Personal portfolio website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published