<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Gary Danton's Blog</title><link>https://garydanton.github.io/</link><description>Recent content in Home on Gary Danton's Blog</description><generator>Hugo</generator><language>en-GB</language><copyright>Copyright © 2026, Gary Danton.</copyright><lastBuildDate>Sat, 06 Jun 2026 17:53:38 +0100</lastBuildDate><atom:link href="https://garydanton.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Changing Fonts in Hugo</title><link>https://garydanton.github.io/posts/2026/june/changing-fonts/</link><pubDate>Sat, 06 Jun 2026 17:53:38 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/changing-fonts/</guid><description>&lt;h1 id="changing-fonts-in-hugo"&gt;Changing Fonts in Hugo&lt;/h1&gt;
&lt;p&gt;Another tweak I&amp;rsquo;ve made to the base Hugo Bear Blog theme is to swap out the default font (Verdana - i&amp;rsquo;ve never much cared for it) with some alternatives, in my case Ubuntu for headers and Lucidia Console for body text.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a very quick change and just involves editing the style.html file created we &lt;a href="https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/"&gt;editing the code-block defaults&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Right at the top of the style.html file you need to edit the following:&lt;/p&gt;</description></item><item><title>About</title><link>https://garydanton.github.io/about/</link><pubDate>Sat, 06 Jun 2026 17:26:19 +0100</pubDate><guid>https://garydanton.github.io/about/</guid><description>&lt;h1 id="about-this-site"&gt;About this site&lt;/h1&gt;
&lt;p&gt;This site is built using &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;, the &lt;a href="https://github.com/janraasch/hugo-bearblog/"&gt;Hugo Bear Blog&lt;/a&gt; theme and hosted on &lt;a href="https://github.com"&gt;Github&lt;/a&gt; using &lt;a href="https://gohugo.io/host-and-deploy/host-on-github-pages/"&gt;Github pages&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve keep tweaks to the layouts minor:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://garydanton.github.io/posts/2026/june/changing-fonts/"&gt;Changes to the fonts&lt;/a&gt;, replacing Verdana with Ubuntu (headers) and Lucidia Console (body text)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://garydanton.github.io/posts/2026/june/bear-blog-home-page-customisation/"&gt;Home page customisation&lt;/a&gt;, adding in introductory text and showing posts per category&lt;/li&gt;
&lt;li&gt;Neater presentation of code-blocks, adding in &lt;a href="https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/"&gt;text wrapping&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Neater Hugo Code Blocks</title><link>https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/</link><pubDate>Sat, 06 Jun 2026 15:46:51 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/neater-hugo-code-blocks/</guid><description>&lt;h1 id="neater-hugo-code-blocks"&gt;Neater Hugo Code Blocks&lt;/h1&gt;
&lt;p&gt;For the most part i&amp;rsquo;m happy with the styling of the Bear Blog theme.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m a big fan of contraints and by picking a well featured but simply styled blog theme it means that I can focus on the content rather than constantly messing around with the look of the blog.&lt;/p&gt;
&lt;p&gt;I do however have a gripe with the way that code blocks are presented.&lt;/p&gt;
&lt;p&gt;By default, theres no text wrapping, so longer blocks of code spead themselves all over the page, looking very out of place and generally ruining the look of the blog.&lt;/p&gt;</description></item><item><title>Bear Blog Home Page Customisation</title><link>https://garydanton.github.io/posts/2026/june/bear-blog-home-page-customisation/</link><pubDate>Sat, 06 Jun 2026 15:08:17 +0100</pubDate><guid>https://garydanton.github.io/posts/2026/june/bear-blog-home-page-customisation/</guid><description>&lt;h1 id="bear-blog-home-page-customisation"&gt;Bear Blog Home Page Customisation&lt;/h1&gt;
&lt;p&gt;I want to be able to add some customision to the stadard Hugo Bear Blog home page, specifically adding in some header text and a break down of blog posts made in certain categories.&lt;/p&gt;
&lt;p&gt;To add in this type of customisation, we need to&lt;/p&gt;
&lt;h2 id="adding-header-text-to-the-home-page"&gt;Adding header text to the home page&lt;/h2&gt;
&lt;p&gt;In order to add in some header text to the home page, we need to create a _index.md file in the root of the content directory, within this file you can add in the text you want, along with any approprite front matter, for example:&lt;/p&gt;</description></item></channel></rss>