sunep / visualprogramming.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualprogramming.net

The new website for vvvv.

Local build:

  • download Hugo Extended, unzip and place that into your programs folder,
  • add it to your path (environment variables),
  • powershell:
    • cd C:\dev\visualprogramming.net
    • hugo server
  • open http://localhost:1313/ in your browser

To run in the browser and to be able to access the site from the same local wifi (eg. checking on mobile), run hugo with: hugo serve --bind 0.0.0.0 --baseURL http://IP:1313 where IP is your IP from ipconfig

About


Languages

Language:HTML 55.4%Language:CSS 21.2%Language:SCSS 14.6%Language:JavaScript 8.8%