lorem

Hugo-Travelify-Theme is the Hugo version of the Wordpress theme - Travelify . The source code was adapted from digitalcraftsman’s Icarus theme with a few changes for additional features (Even this README is a fork from his original theme README :)).

Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ <root>/▾ images/logo.pngshould become ▾ <root>/▾ static/▾ images/logo.pngAdditionally, you’ll want any files that should reside at the root (such as CNAME) to be moved to static.