newtheme #4

Merged
ravenscroftj merged 11 commits from newtheme into main 2023-07-09 14:49:04 +01:00
6 changed files with 33 additions and 9 deletions
Showing only changes of commit 6aaadafc22 - Show all commits

5
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "brainsteam/themes/hugo-ink"] [submodule "brainsteam/themes/hugo-ink"]
path = brainsteam/themes/hugo-ink path = brainsteam/themes/hugo-ink
url = https://git.jamesravey.me/ravenscroftj/hugo-ink.git 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/" baseURL = "https://brainsteam.co.uk/"
languageCode = "en-us" languageCode = "en-us"
title = "Brainsteam" title = "Brainsteam"
theme='hugo-ink' #theme='hugo-ink'
paginate=5 theme='Mainroad'
paginate=10
disqusShortname = "brainsteam" disqusShortname = "brainsteam"
copyright = "© James Ravenscroft" copyright = "© James Ravenscroft"
@ -19,6 +20,8 @@ webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
#googleAnalytics = "UA-186263385-1" #googleAnalytics = "UA-186263385-1"
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]
@ -28,17 +31,31 @@ webMentionAPIKey = "f61bf-RG1k4uZT3fVLDoIw"
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe= true unsafe= true
[params] [Params]
subtitle = "Digital Home of James Ravenscroft: CTO @ <a href=\"https://filament.ai\">Filament</a>, Machine Learning and NLP PhD (nerd)" authorbox= true
subtitle = "Digital Home of James Ravenscroft Machine Learning and NLP specialist and software generalist"
avatar = "/images/avatar_small.png" avatar = "/images/avatar_small.png"
favicon = "/images/favicon.png" favicon = "/images/favicon.png"
mainSections = ["post", "note"] mainSections = ["post","note","reply","like","repost","bookmark", "watch"]
indieWebSections = ["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]] [[menu.main]]
name = "Home" name = "Home"

View File

@ -1,7 +1,8 @@
--- ---
date: '2023-06-19T21:44:34.280750' date: '2023-06-19T21:44:34.280750'
photo: 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: tags:
- personal - personal
- humour - humour

View File

@ -9,6 +9,7 @@ mp-syndicate-to:
resources: resources:
- name: feature - name: feature
src: images/lakedistrict.jpg src: images/lakedistrict.jpg
thumbnail: /2023/5/23/an-irl-update/images/lakedistrict.jpg
tags: tags:
- personal - 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. 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: resources:
- name: feature - name: feature
src: images/dj.png src: images/dj.png
thumbnail: /2023/6/17/xavier-the-spotify-dj/images/dj.png
tags: tags:
- personal - personal
- ai - ai

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