Skip to content

federicocunico/federicocunico.github.io

Repository files navigation

Cunico.Net

Version with Hugo

Requirements:

  • hugo (with SCSS/SASS support)
    • Ubuntu:
      snap install hugo --channel=extended
      
    • Windows (chocolatey)
      choco install hugo-extended
      

Setup:

  1. Download the submodules:

    git submodule update --init
    
  2. Build website. The results of build will be placed in public/

    hugo
    
  3. (opt.) Run server for local dev

    hugo server -D
    

Releases

No releases published

Packages

No packages published

Languages