* Separated routes into single files for better management * Added sql for streamlined example data * Streamlined function names, streamlined template file names - Removed 2 functions with unnecessary code * Added javascript for project overview * New library: tippy.js for tooltips * Added new configuration options for projects * Added cookie secure setting to flask
How to use this example
Please run
hugo --bind dev.localhost --baseURL http://dev.localhost --disableLiveReload
in this folder to view this example. Point your web browser then to dev.localhost.
Please also add
127.0.0.1 dev.localhost
to
- Windows:
%WINDIR%\system32\drivers\etc\hosts
- MAC/Linux:
/etc/hosts
before running the example.
There is another readme when you view the page.