@@ -8,33 +8,49 @@ Demo example site [manid2.github.io/hugo-xterm][7].
88Features
99--------
1010
11- * Designed for reading and printing text.
11+ ### Distinguishing features
12+
13+ * Designed for __ reading__ and __ printing__ text.
14+ * __ Print:__ any page in light theme mode for readability.
15+ * __ [ CV] [ 10 ] :__ or resume template to reduce vertical space by using 2 columns
16+ and shortcodes to list the experiences and skills.
17+ * __ Slides:__ support using [ reveal.js] [ 4 ] (improvement is WIP).
18+ * __ Lists__ : separate view and pagination for simple list items and post
19+ entries.
20+ * __ GitInfo:__ show the latest git commit short hash and subject message for
21+ each page (requires Hugo GitInfo config enabled).
22+ * __ Fonts:__
23+ - __ "Roboto Slab (serif)"__ for title (heading) text.
24+ - __ "Fira Sans (sans-serif)"__ for normal text.
25+ - __ "Ubuntu Mono (monospace)"__ for code.
26+ * __ Colors:__ in the theme are derived using a single primary color (blue)
27+ from the [ HSL colors] [ 8 ] .
28+ * Website banner is supported.
29+
30+ ### Adopted features
31+
32+ * Minimal configuration.
1233* Switchable dark and light themes with automatic selection based on system
1334 theme.
14- * Uses blue for text, accent and background, green for links.
15- * Code blocks are highlighted using Hugo built-in blazing fast Chroma.
16- * Copy code, see code language and file name (optional).
17- * Slides support using [ reveal.js] [ 4 ] (improvement is WIP).
18- * Pint any page in light theme mode.
19- * Support for CV or resume (dedicated layout is WIP).
20- * Separate view and pagination for list items and post entries.
21- * Theme can be customized using configurations for: full width, centered.
2235* SEO friendly OpenGraph and twitter cards support
23- * Minimal configuration .
36+ * Customizable using configurations for: "full width:, "centered" .
2437* Taxonomies and posts RSS.
25- * Show git information for site and per single page.
38+ * Responsive tested on desktop and on smart phones.
39+ * Responsive menus for desktop and mobile screens.
40+ * Accessibility tested using [ WAVE Web Accessibility Evaluation Tool] [ 5 ] .
41+ * Code blocks are highlighted using Hugo built-in blazing fast [ Chroma] [ 9 ] .
42+ * Copy code, see code language and file name (optional).
2643* Tightly coupled with Hugo extended latest version (v1.110.0) to compile and
2744 generate asset bundles with pipelines, fingerprinting and minification.
28- * Responsive tested on desktop and on smart phones of 684px.
29- * Responsive menus for desktop and mobile screens.
30- * Accessible tested using [ WAVE Web Accessibility Evaluation Tool] [ 5 ] .
3145
32- Other features are supported but not tested yet:
46+ ### Other features
47+
48+ These are supported due to [ panr/terminal] [ 1 ] theme base code but not
49+ tested as I don't use them myself:
3350
3451* Post cover image.
3552* Images in post with caption.
3653* Comments.
37- * Website banner.
3854
3955Installation
4056------------
@@ -65,10 +81,19 @@ features from popular themes and websites as listed below:
6581* [ adityatelange/hugo-PaperMod] [ 2 ] features: breadcrumbs and copy code.
6682* [ kaitlinmctigue/kaitlinmctigue.github.io] [ 3 ] : dark and light theme modes.
6783
84+ License
85+ -------
86+
87+ [ GNU General Public License v3.0] [ 11 ]
88+
6889[ 1 ] : https://github.com/panr/hugo-theme-terminal
6990[ 2 ] : https://github.com/adityatelange/hugo-PaperMod
7091[ 3 ] : https://github.com/kaitlinmctigue/kaitlinmctigue.github.io
7192[ 4 ] : https://github.com/hakimel/reveal.js
7293[ 5 ] : https://wave.webaim.org/
7394[ 6 ] : https://github.com/adityatelange/hugo-PaperMod/wiki/Installation
7495[ 7 ] : https://manid2.github.io/hugo-xterm/
96+ [ 8 ] : https://en.wikipedia.org/wiki/HSL_and_HSV
97+ [ 9 ] : https://github.com/alecthomas/chroma/
98+ [ 10 ] : https://manid2.gitlab.io/cv/
99+ [ 11 ] : https://github.com/manid2/hugo-xterm/blob/main/LICENSE
0 commit comments