new theme work

This commit is contained in:
James Ravenscroft 2023-07-09 08:53:26 +01:00
parent f1fc9d355b
commit 6aaadafc22
6 changed files with 33 additions and 9 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "brainsteam/themes/hugo-ink"]
path = brainsteam/themes/hugo-ink
url = https://git.jamesravey.me/ravenscroftj/hugo-ink.git
[submodule "brainsteam/themes/Mainroad"]
path = brainsteam/themes/Mainroad
url = ssh://git@git.jamesravey.me:222/ravenscroftj/Mainroad.git

View File

@ -1,8 +1,9 @@
baseURL = "https://brainsteam.co.uk/"
languageCode = "en-us"
title = "Brainsteam"
theme='hugo-ink'
paginate=5
#theme='hugo-ink'
theme='Mainroad'
paginate=10
disqusShortname = "brainsteam"
copyright = "© James Ravenscroft"
@ -19,6 +20,8 @@ webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
#googleAnalytics = "UA-186263385-1"
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
[outputs]
home = ["HTML", "RSS", "JSON"]
@ -28,17 +31,31 @@ webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
[markup.goldmark.renderer]
unsafe= true
[params]
subtitle = "Digital Home of James Ravenscroft: CTO @ <a href=\"https://filament.ai\">Filament</a>, Machine Learning and NLP PhD (nerd)"
[Params]
authorbox= true
subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
avatar = "/images/avatar_small.png"
favicon = "/images/favicon.png"
mainSections = ["post", "note"]
indieWebSections = ["note","reply","like","repost","bookmark", "watch"]
mainSections = ["post","note","reply","like","repost","bookmark", "watch"]
[Author] # Used in authorbox
name = "James Ravenscroft"
bio = "James is an NLP and Machine Learning specialist and software generalist, currently CTO at Filament and previously an IBMer"
avatar = "img/avatar.png"
[Params.Logo]
image = "/images/avatar_small.png"
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
[[menu.main]]
name = "Home"

View File

@ -1,7 +1,8 @@
---
date: '2023-06-19T21:44:34.280750'
photo:
- /media/2023/06/19/1687211074_0.jpg
- https://brainsteam.co.uk/media/2023/06/19/1687211074_0.jpg
thumbnail: https://brainsteam.co.uk/media/2023/06/19/1687211074_0.jpg
tags:
- personal
- humour

View File

@ -9,6 +9,7 @@ mp-syndicate-to:
resources:
- name: feature
src: images/lakedistrict.jpg
thumbnail: /2023/5/23/an-irl-update/images/lakedistrict.jpg
tags:
- personal
---
@ -22,4 +23,4 @@ Earlier in May Mrs R and I went on holiday to the Lake District to celebrate my
While I was on holiday, I also started reading [Stolen Focus by Johann Hari](https://bookwyrm.social/book/322172/s/stolen-focus) which discusses a number of modern phenomena which are sapping our collective abilities to pay attention, focus and be creative and making us anxious (being anxious makes it hard to focus too...). Being online, reading clickbait, doomscrolling, reading and responding to reactionary stuff on social media, these are all thing that are pretty bad for our attention spans so I've resolved to try and reduce the time I'm spending doing these activities, spend more time away from computers in general and try to be more deliberate about the time I do spend online. I wouldn't say I'm doing a digital detox but more of a digital de-clutter. I've been seeing [similar updates](https://kevquirk.com/anti-social-update) from people in my online circles too.
I've not paid [turbopilot](https://github.com/ravenscroftj/turbopilot) as much attention as I'd have liked recently as there are only so many hours in the day. However, I will put out some updates and write about my plans there very soon.s
I've not paid [turbopilot](https://github.com/ravenscroftj/turbopilot) as much attention as I'd have liked recently as there are only so many hours in the day. However, I will put out some updates and write about my plans there very soon.

View File

@ -9,6 +9,7 @@ mp-syndicate-to:
resources:
- name: feature
src: images/dj.png
thumbnail: /2023/6/17/xavier-the-spotify-dj/images/dj.png
tags:
- personal
- ai

@ -0,0 +1 @@
Subproject commit 1c1a41bfbbc592840316af4c6a2d4d2b465620b3