This message, related to the development of the theme, only displays on the localhost homepage to notify you of any important theme changes.


Version 1.1.0 - May 18, 2020

With this version, the theme has fully implemented static search using lunr.js. That being said, a few modifications were necessary to implement this feature.

To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:

  1. Add the following to your config.toml before [params]:
...
disableLanguages = [""]

[outputs]
    home = ["html", "json"]

[params]
...
  1. Remove the underscore from all about and contact page file names: _index.md --> index.md

  2. Add layout = "about" or layout = "contact" to all of the files you just just adjusted the file names for.

While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.

Data Smith

The Data Blog

Musings and ramblings on a variety of topics.

Kubernetes Dashboard

Sample article showcasing basic Markdown syntax and formatting for HTML elements.

Greg Smith

3 minute read

Last week I wrote a small blog on deploying a Kubernetes cluster on a cluster of old raspberry pi’s. This week I am going to deploy the Kubernetes Dashboard to the cluster to give us a GUI.

Kubernetes for Beginners

First steps in building a Kubernetes Cluster.

Greg Smith

3 minute read

This is a follow up to my earlier post where I described how to install a stripped down Raspbian image on a set of 6 raspberry pi’s. In this post I want to describe what I finally ended up doing to get Kubernetes to run successfully on this cluster. So in the best traditions of TV cook shows, I will spare you the pain and the waiting and cut to what I ended up doing.

My Pi Cluster

Creating a cluster of Raspberry Pi's.

Greg Smith

3 minute read

After many different uses for my collection of older Model B Raspberry Pi’s I have settled on their best use being to host small static internal and public websites. After several iterations I have also determined that the one thing that I definitely do want, is to minimise the management of the cluster as much as possible. For this reason I am going also use this cluster to experiment with docker and kubernetes. I want to use this as a learning experience with Kubernetes. I generally…

Ansible and Cassandra

An exercise in how you can use Ansible to build a Cassandra Cluster

Greg Smith

4 minute read

This is the final in my series on using Ansible. In this post I summarise how you can use Ansible to deploy a Cassandra cluster using my cass-deployer playbook.

Recent posts

About

This is my personal blog space that I use to write about the many different things that interest me. To find out a little more about me click on the link