Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-08localize 404 page; allow Markdown at more places; clickable feature icons (#184)Salim B
* allow Markdown in clients (sub)title * localize 404 page * add Markdown support for recent posts title * allow Markdown in see_more section strings * allow Markdown in features names * make feature icons clickable (hyperlinks) * allow Markdown in credits strings; better bootstrapious link * make see_more section more flexible: avoid Hugo error(s) when `params.see_more.link_url` or `params.see_more.link_text` aren't defined * rename `link` key into `url` to be consistent: - since in the client YAML files the respective key is names `url`, I guess I should stick to that. - besides I've removed the one `#` I've specified as the URL in `data/features/webdesign.yaml`; originally that was intended as a "visual" hint that now it is easily possible to make the features clickable. but I guess that's not really necessary, if not even irritating. * layouts: remove double logo from 404 the changes in this commit are identical with timmn's commit 33ad328776eeb90f6d6793f7036fcb3338fb5155 * rename string to * translate remaining Catalan 404 strings * improve documentation of feature YAML files
2019-11-07extend navigation highlighting to taxonomy list pages (#220)Salim B
This adds the same kind of navigation highlighting as the PRs #191 and #211 when on [taxonomy list pages](https://gohugo.io/content-management/taxonomies/#default-destinations) (e.g. `/categories/programming/` or `/tags/hugo/`), i.e. the selected tag or category will be highlighted in the color of the chosen style (default, blue, green, etc.)
2019-10-31Dmetzgar fontawesome latest (5.11.2) (#234)1.1.0Guillermo Guerrero Ibarra
* Pointing to current font awesome * Update to latest font awesome * Updated fa icons for example site * Fixed all missing classes, fixed styles according new classes. * Update head.html * File-alt instead of file-code
2019-10-30Style for header icons from Universal v2. (#235)Guillermo Guerrero Ibarra
* Style for header icons from Universal v2. * Applied to all colors.
2019-10-30meta tags: check for image file existence and improve keywords generation (#239)1.0.2Salim B
* meta tags: check for image file existence * improve 'keywords' meta tag generation * minor code improvement * fix build error when no keywords could be found * fix post image file existence check and fix build error when no post image could be found * fix initialization
2019-10-29Fix index.html for Hugo 0.57.0 (#227)Joel M
In Hugo 0.57.0, a change was made that caused this theme to incorrectly render the recent posts. More information can be found [here](https://github.com/gohugoio/hugoThemes/issues/682). This edit should fix that error. It has been tested on a live site and it works.
2019-10-29[footer] Show recent posts from all mainSections (#228)Florian Wilkens
Similar to the `recent_posts.html` partial the footer currently only shows posts from the hardcoded 'blog' type. This commit changes this to all `mainSections` of the site.
2019-10-27Apply green, turquoise and violet texture via stylesheet (#175)Luca Berton
2019-10-26improve meta tags: (#212)Salim B
* add og:locale meta tag * improve meta tags: - fix `author` and `og:url` meta tags - add missing (Facebook) Open Graph meta tags - add `og:locale` - add `og:updated_time` - make `og:type` an `article` for blog posts (instead of `website`) - add `article:` meta tags for blog posts (use the first category of blog posts for `article:section`) - add `og:image:type` MIME type - add auto-calculated `og:image:width` and `og:image:height` - you can now set the key `facebook_author = "xyz"` in the front matter of posts (also possible to set a fallback under `Site.Params.facebook_author`) to have the `article:author` meta tag set to `"https://www.facebook.com/xyz/"` - add `article:publisher` if `facebook_site` is set in `Site.Params` - use the post banner image for both `og:image` and `twitter:image` if present and fall back to `static/img/sharing-default.png` otherwise - make `twitter:card` only of type `summary_large_image` if page is a blog post and has a dedicated banner image set - add `twitter:creator` meta tag if the key `twitter_author` is present in the front matter of posts (also possible to set a fallback under `Site.Params.twitter_author`) - added some examples for facebook/twitter authors in the example `.md` posts - make `twitter:site` meta tag disappear if `twitter_site` is not set in `Site.Params` - truncate `twitter:title` and `twitter:description` to max allowed length (70 and 200 chars) - `markdownify` and `plainify` various strings for convenience - simplify code/improve style * use additional variables to avoid code redundancy * document how to set HTML metadata * clarify metadata documentation * also mention `og:updated_time` * clarify sentence about HTML metadata
2019-10-25Show recent posts (hugo 0.59). (#233)1.0.1Guillermo Guerrero Ibarra
2019-10-25Typo fix in cs.yaml (#230)Jaroslav Lichtblau
Fixing a small typo in the Czech i18n file
2019-10-25Fix ci (#231)Guillermo Guerrero Ibarra
* set a new node and ruby version. * Ruby known version. * Node v12 * brew update two times on the ci.
2019-05-10improve navigation highlighting: (#211)1.0.0Salim B
* improve navigation highlighting: - highlight blog section when on taxonomy sites (`/tags/` and `/categories/`) - highlight home, too * nav highlighting: fall back to `url` if `identifier` key is not set for menu
2019-05-02Revert "replace deprecated Page.Hugo variable with global hugo function ↵Guillermo Guerrero Ibarra
(#204)" (#217) This reverts commit 8715426ac786da6c2c47fcd7a234b533caefad91.
2019-04-25Use .Site.RegularPages instead of .Site.Pages for recent posts in footer. (#210)Alexey Zagarin
2019-04-25replace deprecated Page.Hugo variable with global hugo function (#204)Salim B
2019-04-19replace deprecated Page.URL with Page.Permalink (#205)Salim B
* replace deprecated Page.URL variable Page.Permalink * replace deprecated Page.URL with Page.RelPermalink
2019-04-09Add Twitter card meta tags and Twitter config params (#192)jpvicari
* Add Twitter card meta tags and Twitter config params * Add absURL filter to Twitter card image
2019-04-09Active class on top level items and blog post parent menu item (#191)jpvicari
2019-04-09Fix formspree. Add possibility to send request through plain HTTP POST (#203)Vittorio Alfieri
* Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Improve hugo templating in contact.html * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Add toggle to exampleSite/config.toml * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Remove useless function. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Use custom class only for ajax. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Return if form is null.
2019-03-21Add Danish translation (#201)Nina Munkholt Jakobsen
2018-11-20fix minor issue in id "newer" for pt-br (gender of nouns) (#188)Denis C de Azevedo
In Portuguese, "posts" noun is a masculine gender, so we need to use "Mais novos" instead of "Mais novas".
2018-11-10Fix German translation (#183)Salim B
* Fix German translation adhere to common spelling rules (e.g. duden.de) * fix typo
2018-11-10add Czech Language (cs) (#195)ALEXIS LE GOFF
2018-08-24japanese added (#181)junichim
2018-08-14Fixed favicon not updating (#165)Sam Rogers
* Fixed favicon not updating Missing / prevented favicon being found and updating. * Updated with relURL Changed favicon to use relURL function. * Updated css links to relative URLs
2018-07-16Added Bahasa Indonesia translation (#174)Muhammad Aswan Syahputra
* Added Bahasa Indonesia translation * Added missing space
2018-07-13Added Italian translation (#176)Luca Berton
2018-07-13make navbar use site param for site logo (#173)ddffnn
2018-06-01add green texture (#160)Stani
2018-03-05fix for images not displayed in list (#146)Kulak
issue is described in https://github.com/devcows/hugo-universal-theme/issues/142 Reason: image height is set, when image has not been loaded yet. Don't set height if image height is unknown.
2018-01-08Https (#135)Colin Guthrie
* Update style URLs to https. The old URL redirects to this new URL anyway and allows us to avoid any mixed content warnings. * Update the static maps URL to https Avoids any mixed content warnings
2017-12-17added Dutch translation (#107)Joost Baaij
2017-12-05Fix french translations (#132)Tristan WAGNER
2017-11-22Parameterize 404 (#118)Andrew Varner
This PR replaces hardcoded values in the `404.html` template with appropriate Hugo variables.
2017-11-22Add alt tags to Recent Posts in Footer (#120)Andrew Varner
This should improve accessibility.
2017-11-20README.md: fix link to Features (#124)Petr Kotek
2017-11-16Using the `themesDir` option to allow `hugo serve` locally without a ↵Ringo De Smet
softlink. The softlink doesn't work on Windows. (#102)
2017-11-06Fixed search on blog (#109)Ludovic Bailly
2017-11-03docs(Chinese): add Chinese translation (#112)Bob Liu
2017-11-03Add brazilian portuguese translation (#114)Felipe Bueno
2017-06-30Add swedish translationsJakov Perica
2017-06-19Use languageCode as html lang attributeHenning Vogt
2017-06-19Add i18n support for article meta informationHenning Vogt
- writtenBy (already available in i18n translations) - publishedOn
2017-06-12Added Grabbing image (#83)Guillermo Guerrero Ibarra
I added the image. This closes #80
2017-06-12Merge pull request #86 from devcows/feature/fix_travisGeorge W Langham
Fixed travis
2017-06-12Fixed travisGuillermo Guerrero
2017-06-11Merge pull request #84 from guyou/french-translationGeorge W Langham
Add french translation
2017-06-10Merge branch 'master' into french-translationGeorge W Langham
2017-06-10Merge pull request #79 from marcojanssen/marked-ie-libs-as-safehtmlGeorge W Langham
Marked IE specific libs as safeHTML so it's not stripped by Hugo