Questions tagged [hugo-theme]

20 questions
0
votes
0 answers

How to modify a HUGO theme to have only top menu items without extra box that take too much place?

i'm using Elate Hugo theme https://github.com/saey55/hugo-elate-theme/ and I'd like to add a custom section where people may get if they click somewhere because the theme is a one page long scroll theme i look to transform to something more…
HappyMan
  • 75
  • 9
0
votes
0 answers

wowchemy-hugo-themes custom gallery wont work online or after the first reload

I am using wowchemy-hugo-themes starter-hugo-academic. The default gallery just open the image in a new page. I tried various codes, and as I think it might have interference with the main template code, I define new commands. But for all the…
Arman Asgharpoor
  • 259
  • 3
  • 17
0
votes
0 answers

Hugo site via blogdown doesn't render stylesheet due to http/https protocol

[Added Docker tag since it looks like running rstudio in Docker is what's causing the issue described in my post] I recently posted about an issue I'm having rendering a stylesheet (deleting the old post at the time of posting this new one) on a new…
Doug Fir
  • 19,971
  • 47
  • 169
  • 299
0
votes
1 answer

Pagination in hugo is not working as expected

I only want 5 post summaries to be displayed, per page, in my hugo theme In my config.toml file I have placed the following value: pagination = 5 My themes//layouts/_default/list.html looks like this: {{ define "main" }}
Molenpad
  • 833
  • 2
  • 14
  • 34
0
votes
2 answers

How to print all contents of Hugo in single page similar Rust book print.html

A print button is provided in the Rust book. After clicking it, a single page is created from all contents and printing options are displayed. https://doc.rust-lang.org/book/print.html For Hugo template, I want to create a printed page similar to…
Javad
  • 373
  • 4
  • 20
1
2