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
2022-04-07Not pluralize example. (#354)Guillermo Guerrero Ibarra
2022-03-19Menu as mouse over. (#348)1.3.1Guillermo Guerrero Ibarra
2022-02-18Fix for issue #154 - Carousel item can be a link (#343)1.3Seb Harrington
* Fix for issue #154 - .href in md file specifies link for entire carousel item. * Fix for issue #154 - .href in md file specifies link for entire carousel item. * Updated README.md to include new href functionality. Updated customizable.yaml and features.yaml in exampleSite to provide examples. * Update faq link to be correct in features.yaml
2022-01-26Misspelings. (#342)Guillermo Guerrero Ibarra
2021-09-06Safe topbar links. (#324)1.2.4Guillermo Guerrero Ibarra
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-09-06Custom url for contact button. (#323)Guillermo Guerrero Ibarra
* Custom url for contact button. * Update README.md Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-09-04devows → devcows (#318)Faalagorn
Fixed a typo
2021-08-18Summary example. (#315)Guillermo Guerrero Ibarra
* Summary example. * Update README.md
2021-08-16Text alternative for logo. (#314)Guillermo Guerrero Ibarra
* Text alternative for logo. * markdown
2021-08-13Polish styles.Guillermo Guerrero Ibarra
2021-08-11Ability to enable or disable recent posts. (#309)Guillermo Guerrero Ibarra
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-08-07Able to customize number of columns. (#308)Guillermo Guerrero Ibarra
* Able to customize number of columns. * mark row with index. * clases to rows odd/even. * Update features.html Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-08-06Merge pull request #307 from devcows/menu-sectionsGeorge W Langham
Support for menus with sections and optional image.
2021-08-05Merge branch 'master' into menu-sectionsGuillermo Guerrero Ibarra
Conflicts: README.md exampleSite/config.toml layouts/partials/nav.html
2021-08-04enable reCAPTCHA widget in contact form page (#278)junichim
* enable reCAPTCHA widget in your page * If condition in one line. * Updated doc. Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-08-04Enable maps token for demo.Guillermo Guerrero Ibarra
2021-08-04Use authors taxonomy and list all posts on a draft user's page (#306)1.2.0Michael Gisbers
* add taxonomies to config.toml * change blog posts to use 'authors' instead of 'author'; add author 'Jane Doe' * draft for user page listing all user posts * change from using 'author' to 'authors' * remove space before comma for multiple authors * remove authors/list.html to get same look like tags/categories listing
2021-08-02Add recent posts parameter to hide summary (#283)g0hl1n
Introduce a recent_posts.hide_summary flag to not show the contents summary in the recent posts section. Signed-off-by: Richard Leitner <dev@bubus.at>
2021-08-02list all categories of an entry; upper categories in sidebar widget (#303)Michael Gisbers
* list all categories of an entry; upper categories in sidebar widget * deduplicate code * add post with multiple categories * Removed space. * New label. * rollback. Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-08-01PoC of custom.css (#301)Guillermo Guerrero Ibarra
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-08-01Carousel customizable. (#300)Guillermo Guerrero Ibarra
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
2021-07-31Small fixes on demosite header.Guillermo Guerrero Ibarra
2021-07-26GitHub actions deploy example to gh pages (#297)Axel Sepúlveda
* Create main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update main.yml * Update config.toml * Update main.yml * Works and deploys * Update config.toml * Update config.toml * Update main.yml * Update main.yml * update URL base for the example to work * Update config.toml * add suggested edits
2021-04-08harmonize config key capitalization (#289)1.1.2Salim B
2020-11-04fixed to Formspree new form style (#276)junichim
* fixed to Formspree new form style * change variable name to formspree_action * change formspree_action variable to have all the url
2020-06-30Add google map enable param (#267)Guillermo Guerrero Ibarra
* add googlemap enable in config param * enable googlemap * add enableGoogleMaps desc in README.md * improve Google Maps widget documentation * Added if condition to div map. Co-authored-by: helight <helight@helight.info> Co-authored-by: Salim B <salim@posteo.de>
2019-12-13Hide dates when date is not present. (#253)Guillermo Guerrero Ibarra
* Hide dates when is not present. * Show pipe when both are present.
2019-12-11Avoid markify footer. (#251)1.1.1master_v2Guillermo Guerrero Ibarra
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-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-09-10Support for dropdowns containing single list of menu items, or the 4 column ↵Ringo De Smet
wide dropdown. Support for an optional image in the dropdown.
2017-09-01Support for menus containing sections of menu items.Ringo De Smet
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.