diff --git a/.gitmodules b/.gitmodules index bb472ec..611c761 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "brainsteam/themes/hugo-ink"] path = brainsteam/themes/hugo-ink - url = https://git.jamesravey.me/ravenscroftj/hugo-ink.git \ No newline at end of file + 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 diff --git a/brainsteam/config.toml b/brainsteam/config.toml index e7499f6..02c8296 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -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 @ Filament, 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" diff --git a/brainsteam/content/notes/2023/06/19/1687211074.md b/brainsteam/content/notes/2023/06/19/1687211074.md index 9b69447..0b5b315 100644 --- a/brainsteam/content/notes/2023/06/19/1687211074.md +++ b/brainsteam/content/notes/2023/06/19/1687211074.md @@ -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 diff --git a/brainsteam/content/posts/2023/05/23-irl-update/index.md b/brainsteam/content/posts/2023/05/23-irl-update/index.md index e46599a..5674e0a 100644 --- a/brainsteam/content/posts/2023/05/23-irl-update/index.md +++ b/brainsteam/content/posts/2023/05/23-irl-update/index.md @@ -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 \ No newline at end of file +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. \ No newline at end of file diff --git a/brainsteam/content/posts/2023/06/17-xavier-dj/index.md b/brainsteam/content/posts/2023/06/17-xavier-dj/index.md index 12bba7d..b70d675 100644 --- a/brainsteam/content/posts/2023/06/17-xavier-dj/index.md +++ b/brainsteam/content/posts/2023/06/17-xavier-dj/index.md @@ -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 diff --git a/brainsteam/themes/Mainroad b/brainsteam/themes/Mainroad new file mode 160000 index 0000000..1c1a41b --- /dev/null +++ b/brainsteam/themes/Mainroad @@ -0,0 +1 @@ +Subproject commit 1c1a41bfbbc592840316af4c6a2d4d2b465620b3