Skip to content

Releases: dataCobra/hugo-vitae

Minor feature release

22 Nov 17:27
Compare
Choose a tag to compare

This version has brings small change for rendered links with goldmark.
Thanks to @nardoyala for this change.

Now all links that are rendered with goldmark will be opened in a new tab.

  • Feature #37 (Links with target _blank as default)

Minor update+feature release

06 Oct 07:54
Compare
Choose a tag to compare

This version brings a few small changes. Thanks to @ihzarizkyk also a new feature.

  • Update of FontAwesome to version 5.15.1
  • Feature #34 (Add thumbnail feature for article and post)

Please consider to update your website with this version of the theme.

Quickfix release

11 Sep 14:12
Compare
Choose a tag to compare

There was an issue found in layouts/_default/terms.html. With this release this problem has been fixed.

  • Quickfix #29 (href link in terms.html doesn't work)

Please consider to update your website with this version of the theme.

Quickfix release

01 Sep 15:29
Compare
Choose a tag to compare

In the release 2.1.1 was a problem that had to be addressed.

  • Quickfix (Add cmd option for .Site.Params.social)

!! ATTENTION !!
If you use commands in the social menu instead of urls you should update
the url= to cmd= an example is mailto:. This is a reaction of the commit
which updated most urls to relURL.

Update release

29 Aug 11:22
Compare
Choose a tag to compare

Since the release of version 2.1 there have been a few changes.
These have now found their way into the main branch with version 2.1.1.

  • Fix bug #28 (Value should be inside double quotes)
  • Feature (Add Roboto Mono as new font for code)
  • Update (Update FontAwesome to version 5.14.0)
  • Update (Update content links with relURL feature)
  • Update (Delete taxnomoie settings for homepage.md)

!! ATTENTION !!
If you use the custom.css feature be aware that you need to change the
path now. Before the update, the custom.css file was located in
"static/css/" by default. If you still want to use this path just change
the path to "css/custom.css" in your config file. For an example see the
config file in "exampleSite/".

Release of Version 2.1

01 Aug 15:24
Compare
Choose a tag to compare

Since the release of version 2.0 there have been a few change requests.
These have now found their way into the main branch with version 2.1.

  • feature #25 (Add functionality to use commento.io for comments)
  • feature #22 (Homepage as a single page)
  • feature #16 (Adding cover images for posts)
  • feature #12 (Add a front matter to disable display of date in single page view) got earlier into 2.0 with a feature patch
  • feature #11 (Don't display footer if no information is available)
  • feature #10 (Don't display menu if no information is available)

This release is considered stable.

Minor fixup release

01 Aug 07:35
Compare
Choose a tag to compare

Please update to this version!

Since release 2.0-6 there were 2 bugs.

  • issue #26 (Links of tags in pages are broken when hugo site is in a subdirectory)
  • bug (Fix behavior when the tags shouldn't be displayed)

Minor fixup release

23 Jul 05:36
Compare
Choose a tag to compare

Since release 2.0-5 there were 1 pull request and 2 issues.

  • pull request #21 (Replace template tag for partial)
  • issue #24 (In-line code blocks are not very obvious)
  • issue #20 (Embedded gist inherits styling from main CSS)

Minor fixup release

26 May 10:03
Compare
Choose a tag to compare

Since release 2.0-4 there were 2 pull requests and 2 issues.

  • pull request #15 (Add nodate page font matter variable) Milestone for v2.1
  • pull request #18 (Added local server check to ignore google analytics)
  • issue #17 (Example for customCSS is wrong)
  • issue #19 (Unwanted break in date)

Minor fixup release

30 Apr 20:37
Compare
Choose a tag to compare

Since release 2.0-3 there were 3 pull requests to fix some HTML.

  • Fix <h1> tag of .Site.Title in header.html #7
  • Remove unused <div> closing tag in single.html #8
  • Remove unused <div> closing tag in list.html #9