Skip to content
#

hugo

Here are 2,982 public repositories matching this topic...

hugo
Wtoll
Wtoll commented Apr 20, 2020

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation

hugo-academic
JOduMonT
JOduMonT commented Nov 7, 2019

Hi;

I hope it's a feature request and not a bug report
I try to apply design.background but at the item level
and the code won't let me add more than one [design.background]

this is work

widget = "slider"
weight = 11
[[item]]
  title = "Left"
  content = "I am left aligned :smile:"
  [design.background]
    gradient_start = "#0000F9"
    gradient_end = "#86007D"
PaulieScanlon
PaulieScanlon commented Mar 27, 2020

Hey, i was attempting to get started with Staticman but have stumbled at the first hurdle.

The docs: https://staticman.net/docs/ say to add staticmanapp as a collaborator. But when i search for staticmanapp i see;

Could not find a GitHub account matching staticmanapp

There is a user called staticmanlab, is this the correct user?

If so i'm happy to update the docs if you can p

onedrawingperday
onedrawingperday commented Oct 17, 2019

This issue records the 60 themes currently in the Hugo Themes showcase that have not been updated and currently use deprecated variables in their templates that will be removed from Hugo at some point in the future.

These themes throw console warnings in the deploy logs of the Hugo Themes showcase.

@bep I am notifying you with this issue about the need to apply the removal of the various dep

mbrukman
mbrukman commented Jun 14, 2019

Thanks for making this theme, it looks very nice!

Looks like the Chancery font is right now [hard-coded in the theme][font-face]:

// Font family: Chancery
@font-face {
  font-family: 'Chancery';
  src: url('../fonts/chancery/apple-chancery-webfont.eot');
  src: local('Apple Chancery'), url('../fonts/chancery/apple-chancery-webfont.eot?#iefix') format('embedded-opentype'),
  url(
zstcode
zstcode commented Aug 17, 2018

Hi, I am going to change the background color of the code blocks. And I found this $theme-color-config hard cored in the code.
https://github.com/xianmin/hugo-theme-jane/blob/1af02095e0f72916e1f4f54737215e36a6140c20/src/css/_variables.scss#L8-L24

I check the hugo-theme-even and find that this option has been mentioned in its readme.

https://github.com/olOwOlo/hugo-theme-even/blob/mast

hugoDocs

Improve this page

Add a description, image, and links to the hugo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hugo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.