-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
106 lines (88 loc) · 6.23 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Coding Dayz</title>
<link>https://gloc-mike.github.io/</link>
<description>Recent content on Coding Dayz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>**© 2023 Michael Ball. All rights reserved.**</copyright>
<lastBuildDate>Sun, 03 Jul 2022 15:39:30 +1000</lastBuildDate><atom:link href="https://gloc-mike.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Starting Again</title>
<link>https://gloc-mike.github.io/2022-/07-/03/</link>
<pubDate>Sun, 03 Jul 2022 15:39:30 +1000</pubDate>
<guid>https://gloc-mike.github.io/2022-/07-/03/</guid>
<description>So here we go again! Maybe this time it will be a success! 🚀
Breath deeply and focus on one thing at a time.</description>
</item>
<item>
<title>Solution to 'Failed to load jshint library' Error in VS Code</title>
<link>https://gloc-mike.github.io/2020-/08-/22/</link>
<pubDate>Sat, 22 Aug 2020 12:23:19 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/22/</guid>
<description>When using VS Code with jshint installed I would get the following error displayed whenever I opened a JavaScript project: I want jshint to be available globally &hellip; I want it to be available in all JavaScript projects. So I went to the command line and dutifully entered npm install -g jshint thinking that it would fix the problem. It did not! ☹️
A bit of searching on the net dredged up this very problem on StackOverflow.</description>
</item>
<item>
<title>Escaping Hugo Shortcodes in Posts</title>
<link>https://gloc-mike.github.io/2020-/08-/14/</link>
<pubDate>Fri, 14 Aug 2020 23:20:37 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/14/</guid>
<description>TL;DR
Add /* after the opening shortcode tags i.e., {{&lt; and */ before the closing shortcode tags i.e. &gt;}}
While creating the post Beautifulhugo Theme Extras - Shortcodes (Split), I had quite a bit of trouble finding the answer to the question of &ldquo;how can I display a block code in my post?&rdquo;.
The answer seemed obvious, use a code fence i.e. use triple backticks; OR indent the code block using 4 spaces; OR after adding a colon (:), surround the code by two blank lines, one at the top and one below the last line of code.</description>
</item>
<item>
<title>Beautifulhugo Theme Extras - Shortcodes (Split)</title>
<link>https://gloc-mike.github.io/2020-/08-/13/</link>
<pubDate>Thu, 13 Aug 2020 22:34:32 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/13/</guid>
<description>Another extra beautifulhugo theme shortcode is called split. This shortcode splits the page into two columns. The example shown in the doco in the beautifulhugo repo (at the time of writing) was a little confusing because the closing endcolumns tag was incorrect (missing an s). Got there in the end. 😅
It should look like this:
1 2 3 4 5 {{&lt; columns &gt;}} First column on the right side of the page {{&lt; column &gt;}} Second column on the left side of the page {{&lt; endcolumns &gt;}} Yes, the first tag is columns whereas the intermediate tag is column.</description>
</item>
<item>
<title>Beautifulhugo Theme Extras - Shortcodes (Details)</title>
<link>https://gloc-mike.github.io/2020-/08-/12/</link>
<pubDate>Wed, 12 Aug 2020 22:29:32 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/12/</guid>
<description>An extra beautifulhugo theme shortcode is called details (checking the code itself shows that it is based on the HTML &lt;details&gt; tag). This shortcode hides some content until the text set on the detail is clicked.
An example follows:
Click here to expand to show hidden content! This is the content you&rsquo;d like to hide. 🧘
The actual code used in this post for the previous example looks like this:</description>
</item>
<item>
<title>Beautifulhugo Theme Extras - Chroma Server Side Syntax Highlighting</title>
<link>https://gloc-mike.github.io/2020-/08-/11/</link>
<pubDate>Tue, 11 Aug 2020 09:19:24 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/11/</guid>
<description>The beautifulhugo theme has support for Hugo&rsquo;s Chroma (a general purpose syntax highlighter in pure Go) syntax highlighting.
Let me try that out! 🚀
Add the following to the site config i.e.config.toml file:
1 2 pygmentsCodeFences = true pygmentsUseClasses = true Then from the command line, generate the desired new code style (in my case, monokai) by running:
1 hugo gen chromastyles --style=monokai &gt; static/monkai.css Or if you want to add more structure to your static files, add the following to the site config i.</description>
</item>
<item>
<title>It's Alive!</title>
<link>https://gloc-mike.github.io/2020-/08-/10/</link>
<pubDate>Mon, 10 Aug 2020 07:55:32 +1000</pubDate>
<guid>https://gloc-mike.github.io/2020-/08-/10/</guid>
<description>It&rsquo;s ALIVE!
Time for a celebratory virtual tipple! 🍸
Cheers! 😄 🎉 😄</description>
</item>
<item>
<title></title>
<link>https://gloc-mike.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://gloc-mike.github.io/about/</guid>
<description>Some stuff about me!? It might be interesting &hellip;🤔
Why? A(nother) blog on coding (python, etc.), technical notes, family, travel, life, etcetera, etcetera,&hellip; it&rsquo;s been a long time coming! 😬
Flip-flopped from nothing to Pelican, then to Hugo, to Sphinx and then back to Hugo once again. 🥴
The current version of Hugo is very pleasing to work with (happy, happy, joy, joy).
whoami Michael Ball 🇦🇺 (gloc[.-_]mike, astroboy, ballzy, gobb, amongst others (too many and ugly to mention here 🤣).</description>
</item>
</channel>
</rss>