hugo-fresh
hugo-fresh copied to clipboard
Hugo Fresh Theme
I've been learning Hugo for a few months now, which certainly doesn't make me an expert - so if any of these things is due to MY misunderstanding, please feel...
This PR turns `hugo-fresh` into a hugo module. This way, the theme can pull in dependency `bulma` as go module. With this PR in place, setting up a new site...
This PR bump `bulma` to its latest version `0.9.3`, thus resolving #114.
I want to create a page that lists all pages in each content directory (eg. all blog posts). 1. I create a list.html file in themes/hugo-fresh/layouts/_default 2. I include the...
Hi, It seems to kick in 1087 pixels or below. I'd like to lower this to, say, 900 or so. How can I do this?
If I add a fourth testimonial, it gets sidelined on the right side. Is there support to add more than three testimonials, and have some kind of carousel setup done?
Hello, I want once I click on contact us on the navbar to lead me to contact us which should be a **new page**: I have created `contact.html` inside `themes/hugo-fresh/layouts`...
adding id="sectionX" to each of the 5 sections to allow for internal navigation
fix jquery-migrate warnings according to https://github.com/jquery/jquery-migrate/blob/a4d69605ed97e9033de49ed0392e56697fcbcc0c/warnings.md Warnings were: - [JQMIGRATE: jQuery.fn.click() event shorthand is deprecated](https://github.com/jquery/jquery-migrate/blob/a4d69605ed97e9033de49ed0392e56697fcbcc0c/warnings.md#jqmigrate-jqueryfnclick-event-shorthand-is-deprecated) - [JQMIGRATE: jQuery(window).on('load'...) called after load event occurred](https://github.com/jquery/jquery-migrate/blob/a4d69605ed97e9033de49ed0392e56697fcbcc0c/warnings.md#jqmigrate-jquerywindowonload-called-after-load-event-occurred)
Use resources.ExecuteAsTemplate (introduced inn hugo 0.43) to use config variables in SASS. Unfortunately, only base SASS files can be used as Go template, that's why the variable is defined in...