hugo
Here are 2,982 public repositories matching this topic...
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"
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
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
After a bit of digging I found #263. Should the fact that you can create an index.Rmd archetype but that it has to be called index.md be documented in the book?
My current folder structure.
archetypes
├── Rmd
│ └── index.md
└── md
└── index.md
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(minify 输出后丢失占位符的问题
As right now, there are some translations in for example i18n/de.toml
Should not files like layouts/posts/list.html use the tags then, or maybe use newly added ones?
Would be awesome if the "Posts" word would be localized in the i18n file, if that
-
Updated
Jun 17, 2020 - TypeScript
Describe the solution you'd like
Add status to right of category. The category can often represent many systems so it would be awesome to see which category is operational, degraded or down.
This is in addition to the system status.
Some like the following: https://status.python.org/
As mentioned in issue gohugoio/hugo#7174 there is some javascript in the theme that breaks the built-in figure-shortcode.
As you can see here, the javascript is setting an inline-style.
https://github.com/matcornic/hugo-theme-learn/blob/d4abb3c9a103bdd14e82184f76463a02755ee070/static/js/hugo-learn.js#L35-L63
this can be replaced by the following to came the expe
-
Updated
Jan 16, 2020 - Java
I have a lot of nested pages in my doc and I think it would benefit from having breadcrumbs. A bit like what's in bootstrap: https://getbootstrap.com/docs/4.0/components/breadcrumb/
Is that something you would be open to?
If so, I can get working on a PR
Let me know what you think!
Configuration
- Operating system with its version:
- Browser with its version:firefox nightly
- Hugo version: 0.53
- Tranquilpeak version: 0.44-BETA
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.
The "integration guide" https://letsencrypt.org/fr/docs/integration-guide/#implement-ocsp-stapling explains why it's important:
- Privacy
- Speed
- Costs for Let's Encrypt
But doesn't explain how to do it. Maybe a dedicated page could explain it, for most common servers?
Also:
- In the advantages, "avoid downtime in case of revocation" could be added
- The sentence about cost co
-
Updated
Jun 17, 2020 - CSS
-
Updated
Jun 12, 2020 - JavaScript
Actual Behavior
I'm using org-attach as image and document references in the org notes. It works fine with ox-latex and ox-html, and it gets correct link, but with ox-hugo it gets incorrect references
For example, for [[attachment:MIT18_02SC_
When a documented feature does not work, it is unclear if it is user error, a bug in the code or the version of hugo predates the feature.
For example, I wanted to use the Summary front matter variable as documented. I tried it and it did not seem to work. I found this [stackoverflow post](https://stackoverflow.c
There is a clerical error in layouts/partials/widgets/search.html
line 9: {{- $config.title | default ( i18n "search" ) -}}
Should be a $config.Title ...
-
Updated
May 16, 2020 - HTML
-
Updated
Jun 2, 2020 - HTML
-
Updated
Jun 17, 2020 - CSS
Looking at the sample website via a mobile phone or tablet (or Developer Tools in Chrome set to mobile view), we see the following in the header:
If one doesn't use a subtitle for the website, the title hangs in mid-air, a bit out of place, and appears to be a m
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 15, 2020 - HTML
I am loving this theme! You can see how I'm using it in https://scalacenter.github.io/bloop/. Thanks for the work that has gone into this
Now, I'm trying to modify the theme to add heading anchors for every title in a doc page. I'd like to know if you've already thought about this use case and you know a way to have it without implementing it from scratch.
The live example site fails to render the About and the Code page:
https://themes.gohugo.io/about/
But they works correctly when serving the example site locally.
Improve this page
Add a description, image, and links to the hugo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hugo topic, visit your repo's landing page and select "manage topics."

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