Website for devfest norway conference. This website is based on GDGToulouse DevFest project.
-
Install Hugo Note: you need to install the extended version.
-
If you need to use tools, or deploy, you also need NodeJS.
Before you run you need to build static assets, so please run npm run build first and then run
hugo server -DNotice that the -D flag is used to render draft elements,
you also can add the -F to build elements planed for future.
More information here
Just run
hugoYou can edit
- general information about the site into the
config.tomlfile. - some data into
data/*.ymlfiles, for header and footer information, team or schedule data. - some content into
content/**files. - some static assets like images into the
static/*folder