Skip to content

Releases: manid2/hugo-xterm

v1.7.4

06 May 08:28
Compare
Choose a tag to compare
  • Add USERS of this theme document.
  • Fix timezone isssue.
  • Upgrade Hugo version.

v1.7.3

14 Apr 08:48
Compare
Choose a tag to compare

CV Layout improvements

Features (Breaking changes not compatible with previous CV layout)

  • Add cv-description class to replace post-meta class in cv layout to
    keep it separate from post layout. This class is similar to post-meta
    class except for text color which is set to normal instead of accent.
  • Remove bottom border in cv-experience to avoid printing too many lines
    due to many experiences listed. These lines are a distraction when
    reading the CV.
  • Remove cv-skills class and cv/skills shortcode replace it with simple
    line e.g. "Skills: C++, Python". This is done to reduce the printed
    content.
  • Add cv-content class to apply cv content specific styles:
    • Reduce h2 size as it is not more important than the listed
      experiences and educations.
    • Reduce line height and margins for all elements under cv-content to
      keep the CV readable in print while also fitting into smallest page
      area.

v1.7.2

09 Feb 20:11
Compare
Choose a tag to compare

Fix: Remove ad styles from theme styles

Use static css to define site local ad styles.

v1.7.1

02 Feb 13:32
Compare
Choose a tag to compare

Fix: [CV] Reduce wasting space in first page

v1.7.0

02 Feb 07:53
Compare
Choose a tag to compare

Feature: Improve CV layout template

Feature:

  • [CV] Add updated on date and description.

Fixes:

  • [CV] Move languages to top in skills
  • [layout] Replace address with div

v1.6.1

23 Dec 07:33
Compare
Choose a tag to compare

Fix: Slides header, TOC lists, highlight wrapper

  • Add header section with title, date, author and description to slides.
  • Remove bottom margin for lists in table of contents (TOC). This is
    done to prevent empty space between list items when there are multiple
    levels in table of contents (TOC).
  • Reuse highlight wrapper. This change enables reusing highlight wrapper
    for components without the toolbar and copy buttons e.g. slides.

v1.6.0

20 Dec 21:11
Compare
Choose a tag to compare

Embedded reveal.js slides with hugo-xterm colors

Features:

  • Embedded reveal.js slides with hugo-xterm colors.

Refactor:

  • Remove blocks: "head", "styles", "container" and "scripts" as they are
    better implemented by partials and keep the layouts consistent across
    theme components default, CV and slides.
  • Remove styles from 'slides/style.html' and move them into SASS partial
    'styles/_slides.scss'. Import the partial in 'styles/app.scss'.

Fixes:

  • Use site params for copyright text in slides footer.
  • Remove function to get color for media print in styles.

Next:

  • External reveal.js theme 'black' must be removed in future as now it
    breaks theme UI.

v1.5.0

23 Aug 10:57
Compare
Choose a tag to compare

Improvents:

  • Remove canonifyURLs, use absURL PR #2 closes #1

Refactor:

  • Make absURL and site.Params consistent
  • [partials] Remove unused cover, logo

v1.4.0

05 Aug 22:33
Compare
Choose a tag to compare

Features:

  • Add styles for different ad formats useful for monetizing website.
  • Add extend head & footer partials useful to add ad elements and any extra head or footer content.

v1.3.5

29 Jul 19:04
Compare
Choose a tag to compare

Feature:

  • Add ads style to support ads in pages and hide them in print.