Questions tagged [wowchemy]

7 questions
1
vote
2 answers

How can I install Roboto font locally in my Hugo Wowchemy Site?

I'm setting up a new static website using Hugo and Wowchemy. Wowchemy uses the font Roboto, and I want to provide it locally with my website. That's what I did: I installed the font files (TTF; WOFF) in static/fonts I changed the value for fonts in…
0
votes
0 answers

In Hugo/blogdown academic theme: How does one show full lists of posts, publications, and talks?

How does one display the whole list of publications, talks, etc. shown in the latest yaml based hugo/blogdown academic-theme? instead of default = abbreviated list of five publications with a link to "show all publications". In earlier versions…
shizzle
  • 89
  • 11
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
1 answer

How can I add a slide title in wowchemy slides?

I use wowchemy academic theme for wowchemy (Hugo static site generator) and I created a presentation with slides, how can I add custom titles to the slides ? The titles appear on the slide menu.
George Litos
  • 445
  • 4
  • 12
0
votes
0 answers

Blogdown website with wowchemy theme is not rendering interactive plots and table

I am using wowchemy theme for a blog. Initially, the visualization from ggplot2, plotly, and HTML table from DT::datatable was not rendering. The static visualization is rendered using the following code. knitr::opts_chunk$set(echo = TRUE, fig.path…
0
votes
1 answer

Absolute url in hugo website front matter _index.md file

I'm stuck at the following issue being a new in Hugo. I want to redirect URL to a absolute URL rather than relative url. Here is what I means. In _index.md file # Display name title: mohit kumar url: ranveeriit.github.io/ Assume base URL is…
CKM
  • 1,911
  • 2
  • 23
  • 30
0
votes
0 answers

Add Tag Cloud to WowChemy theme

I am trying to add tags to the home page of my website. I added the tag_cloud based on the documentation here. I however do not see the tag_cloud added to my home page. What could I be missing? I had previously created a github question for adding…
Ajit Goel
  • 4,180
  • 7
  • 59
  • 107