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-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-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-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-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-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-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.
2018-07-13make navbar use site param for site logo (#173)ddffnn
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-05-26Add Google Maps API Key for Hugo showcase siteAdrian Moreno
Adding Google Maps API key with restrictive usage. It can only be used by the demo site on the Hugo Themes showcase. This fixes the error in the contact page when displaying the map. Related issue: #68 URL: https://themes.gohugo.io/theme/hugo-universal-theme/
2017-05-26Add top bar with social links from official theme (#74)Adrián Moreno
* Add top bar with social links from official theme This adds the official top bar typically used to include contact information and social links. - Ability to enable/disable the top bar (disabled by default) - Ability to customize the text message - Ability to customize the social links and icons from config.toml - Compatible with older config.toml - Fixes #73 * Add top bar usage information in README file
2017-04-03Add in support for meta tags. (#65)David Shorter
* Add ability to define description and keyword tags * Update documentation * Update documentation * Update documentation * Update documentation * Update documentation * remove tab line endings
2017-03-15Add catalan and spanish locales (#62)Guillermo Guerrero Ibarra
2017-03-09Refactor exampleSite to hugo menuschuster-rainer
2017-03-09Added defaultContentLangage to exampleSiteschuster-rainer
2017-01-18Fixes ability to configure custom date formatsAdrian Moreno
Fixes #37 Default date format set to "January 2, 2006"
2017-01-17Add in support for a google maps api key. (#39)David Shorter
* add support for googlemaps api keys. * Support google maps api keys. * Rename api key per PR feedback.
2016-11-02Updates to a safe baseURL in exampleSite (closes #27)Adrian Moreno
2016-10-21Adds ability to configure multiple colors for the theme.Guillermo Guerrero
Loading scripts from the cdn. Added styles (different color themes). Adds ability to configure multiple colors for the theme.
2016-10-11Added google maps in contact.Guillermo Guerrero
2016-08-25Fixes baseUrl for example siteAdrian Moreno
2016-08-24Updates blog url from "post" to "blog"Adrian Moreno
2016-08-24Correct theme name in example sitePaul Reed
The config file tries to find 'universal' instead of 'hugo-universal-theme'.
2016-08-23Fixes indentation. Tabs to spacesAdrian Moreno
2016-08-23Updates sample formspree emailAdrian Moreno
2016-08-23Updates baseUrl to properly work in Hugo themes showcaseAdrian Moreno
2016-07-27Merge branch 'master' of github.com:devcows/hugo-universal-themeAdrian Moreno
* 'master' of github.com:devcows/hugo-universal-theme: Fixed styles. Added GoogleMaps at contact page.
2016-07-27Adds image placeholder when no banner is specifiedAdrian Moreno
2016-07-21Fixed styles.Guillermo Guerrero
Added GoogleMaps at contact page.
2016-06-29Store homepage configuration in data directoryAdrian Moreno
2016-06-29Updates config file with latest theme changesAdrian Moreno
2016-06-23Adds an example site using the themeAdrian Moreno