hugo Questions

5

Solved

Issue: I am trying to deploy/host my Hugo site on GitHub. The site renders perfectly when I run it locally (http://localhost:1313/) using the hugo server command, but it does not render correctly w...
Aney asked 27/11, 2020 at 16:46

3

Solved

Running into this issue when working with Hugo and the AWS CLI on Ubuntu 18.04. ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared ob...
Squalid asked 18/12, 2018 at 3:7

5

I created a post using hugo new posts/mypost.md and it created mypost.md for me with header toml configuration like that But, when i run on server (local), the datetime rendered wrong like: Ho...
Shorthanded asked 18/6, 2019 at 10:21

4

I am new to HUGO (http://gohugo.io/) static site generator. I am running Hugo server locally accessible as localhost:1313. I am trying to link pages in two different sections. My "feature.md" file ...
Cinquecento asked 19/10, 2015 at 22:34

3

My question: Are there any docusaurus features out of the box (beyond https://github.com/facebook/docusaurus/pull/764) that will make the following easier? (I've asked this here because their githu...
Compeer asked 23/2, 2020 at 14:17

1

Solved

With Hugo, I'm creating a blog in french. Currently all my date are displayed in english (february) but I want them to be displayed in french (février). How to set the language ? My config.toml loo...
Casket asked 7/3, 2022 at 20:42

1

and pardon what might be a repeat question, the solutions to the others didn't solve my problem. I'm working on a Hugo site and attempting to embed an iframe. The element shows but the I get the me...
Executrix asked 18/6, 2021 at 14:15

1

Solved

I have a following structure in my Hugo & Doks project: - content - docs - working.md - working-as-well.md - get-started2 - working.md ... - get-started.md ... - layouts - get-starte...
Jacquie asked 8/2, 2022 at 9:17

3

I have just built a portfolio website with hugo. Everything is working as expected except the blog posts are not rendering images that I placed in static folder. I was originally using 0.16 version...
Peper asked 29/12, 2017 at 14:1

1

Solved

I've been following the instructions here to install the R blogdown package and get my new site running. When I get to the step where I run serve_site(), I get the following error message: Launchi...
Daughterinlaw asked 21/12, 2021 at 0:6

4

Solved

I'm trying to use a variable within the content of a Hugo statically generated site. For example, the content looks like the following: Go to your site's url ({{ .Site.BaseURL }}) Enter your crede...
Narcoma asked 27/10, 2015 at 16:47

5

When I use the command hugo, it generates the index.html in the Public folder. When I open index.html, the site load like this: But when I use the hugo serve command locally, it generates the link...
Aldercy asked 18/3, 2019 at 22:5

2

Solved

Is there a way to compile Typescript to JavaScript using the Hugo pipes? I'm currently using "hugo server" to run my site locally and would like to continue doing so for the live reload and ease of...
Joaniejoann asked 20/2, 2020 at 15:39

2

Solved

I'm pretty new with Hugo and am struggling a bit with the documentation as it feels pretty fragmented with incomplete examples. I've created a new site hugo new site site-name along with a new the...
Bromic asked 5/1, 2019 at 23:33

2

Solved

I've added my tracking id to my config.toml and everything looks like its matching up. Yet I haven’t seen any realtime data come in when I launch https://analytics.google.com/ theme = "osprey-...
Lottery asked 24/11, 2020 at 19:16

2

I am using blogdown and kakawait/hugo-tranquilpeak-theme to write a plain markdown blog post. When I add images with the shortcode option tag such as {{< image classes="fancybox right clear" s...
Picoline asked 29/9, 2017 at 12:48

3

Solved

I am using R blogdown package to create my personal website. I am basing it on the hugo-academic theme (code here) I would like to add a "working papers" section to the publications. In my discipl...
Hula asked 27/12, 2017 at 15:15

5

Solved

I am building a personal website using Hugo Static Page Generator, but when I do hugo serve, I am no longer seeing a page, but simply a blank page at localhost:1313. I deleted everything and did a...
Corneille asked 22/4, 2017 at 5:42

0

I have a Hugo website that is working locally but when I deploy it to the GitHub website, the theme does not load. The website is at: matthewcrews.com. The repo which hosts the site is at https://g...
Unaccountedfor asked 29/11, 2020 at 2:52

1

Solved

I'm trying to list pages from a section on the front pages. This shouldn't be too hard; for example, with the following hierarchy (names genericised): /content/ |_ test-page.md |_ /section-name/ ...
Adrell asked 24/11, 2020 at 23:38

2

Solved

Background: I am featuring a blog built on @YihuiXie's R package blogdown. Problem: When I render_site(), all source files (*.Rmd) are rendered - even the unchanged source files are re-reendere...
Sappington asked 28/5, 2018 at 11:31

3

Solved

Given the following code: $('img').mouseenter(function(){ //... }).mouseleave(function(){ //... }); I'd like it to be included in my articles. I'd like to avoid editing the theme if possible so ...
Lettering asked 16/10, 2015 at 5:33

2

I have a site with a bunch of static pages, plus a blog, in Hugo. On the front page, I'd like to create short links to the three most recent blog posts (but not to any possibly recently modified s...
Luba asked 11/12, 2019 at 1:22

1

Solved

I am trying to create a website using R Blogdown Hugo-Academic theme. Typically, I would create a website by running the following commands: blogdown::new_site(theme = 'gcushen/hugo-academic') blog...
Tizes asked 3/9, 2020 at 15:54

2

Solved

I'm building a post using blogdown with the theme hugo-tranquilpeak-theme. Is there a way which I can change the width of the rendered page ? I have an example here: It seems me too narrow. Cou...
Chairwoman asked 25/4, 2019 at 0:9

© 2022 - 2024 — McMap. All rights reserved.