Releases: manid2/hugo-xterm
Releases · manid2/hugo-xterm
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.0
Features:
- Add cv layout, styles & shortcodes.
- Include flexbox based row and column styles.
- Use "Roboto Slab" & "Fira Sans" fonts with selected weights (300, 400 & 500).
Fixes:
- Include correct font style sheet link i.e. a single link containing all fonts selected in google fonts website.
Refactor:
- Remove unused/extra fonts declarations.
- Update font styles to use weights available with the included fonts.
- Reduce font size larger by 0.1 to keep it at 18px.
Improvements:
- Remove containers padding in print.
- Remove top margin for h1 in print.
- Reduce or remove margins, paddings for all elements in print.
v1.2.1
v1.2.0
Features:
- Improve "in article" elements spacing by adding new spacer "large2" equals 4x "small".
This gap makes the elements visually separate from the text paragraphs.
These elements are headings, tables, figures, block quotes and syntax highlighted code blocks.
Improvements:
- Use larger font for site header navbar.
- Add navbar list with borders style, update this in site header navbar.
- Make all elements in navbar list items aligned centered using display flex and align center.
- Move git info to post footer. This is done to give the article heading higher priority than git info.
- Remove git info for list and home page as these are rarely updated.
- Make post footer printable except for pagination and comments.
Fixes:
- If git info is not set in configuration then don't add link to abbreviated hash and commit message subject.