Davlux

Setup

A Hugo theme inspired by Nexxel.dev

Note: all variables in { } should be personalised

Prereq

You should have the following packages install on your system:

  • Git
  • Hugo extended
  • nodejs (optional)

Setup

make a new site

hugo new site {sitename}

clone the theme

git clone https://github.com/mansoorbarri/davlux.git themes/davlux

copy config.toml

cp themes/davlux/examplesite/config.toml .