From 57864ee00d95188c1197ce380a118fd950341e41 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 6 Aug 2024 12:05:55 +0100 Subject: [PATCH] Change bitlab21 to baseddata --- content/_index.md | 36 +++++++++++++++---------------- hugo.toml | 4 ++-- layouts/partials/header.html | 2 +- layouts/partials/navbarlinks.html | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/content/_index.md b/content/_index.md index 2733778..6171c40 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,10 @@ -# Bitlab21 +# basedData.io -Welcome to Bitlab21! My name is Sam Chance, and this is my personal site. +My name is Sam Chance, and this is my personal site. -I host various content here that interests me. +I am an professional Analytics Engineer with a passion for working with data. + +I build data pipelines for analytical projects, some of which I host on this site. Feel free to look around. If you have any questions, then you can email me on *contact@sjplab.com*. @@ -12,32 +14,30 @@ This site is still very much under construction. ### Shortcuts to some of my work: -[Bitcoin metrics](/bitcoin) A selection of charts and metrics obtained from public data +- [basedData Data Lab](/data-lab) A selection of charts and metrics obtained from public data -[Semita Maps](https://semitamaps.com) A free map printing service based on Openstreetmaps +- [Map Printing Service](https://semitamaps.com) A free map printing service based on Openstreetmaps -[Code base](https://git.bitlab21.com) My personal self-hosted git repo using Gitea +- [Code base](https://git.bitlab21.com) My personal self-hosted git repo using Gitea -[Nixos config](https://git.bitlab21.com/sam/nixos) My Nixos configuration - -[Recipes](/recipes) My personal recipe book +- [Nixos config](https://git.bitlab21.com/sam/nixos) My Nixos configuration ### Software I use: -[**Neovim**](https://neovim.io/) for text editing (my neovim config is part of my [nixos](https://git.bitlab21.com/sam/nixos) configuration) +- [**Neovim**](https://neovim.io/) for text editing (my neovim config is part of my [nixos](https://git.bitlab21.com/sam/nixos) configuration) -I use **Linux** on all my machines +- I use **Linux** on all my machines -**Nixos** and **Arch Linux** are my Linux distros of choice +- **Nixos** and **Arch Linux** are my Linux distros of choice -[**dwm**](https://dwm.suckless.org) is my window manager (my dwm [config](https://git.bitlab21.com/sam/dwm)) +- [**dwm**](https://dwm.suckless.org) is my window manager (my dwm [config](https://git.bitlab21.com/sam/dwm)) -[**st**](https://st.suckless.org) is my terminal emulator (my st [config](https://git.bitlab21.com/sam/st)) +- [**st**](https://st.suckless.org) is my terminal emulator (my st [config](https://git.bitlab21.com/sam/st)) -I use [**QGIS**](https://www.qgis.org/) and [**Postgis**](https://postgis.net/) for geospatial work +- I use [**QGIS**](https://www.qgis.org/) and [**Postgis**](https://postgis.net/) for geospatial work -[**DBT**](https://github.com/dbt-labs/dbt-core) for data modelling +- [**DBT**](https://github.com/dbt-labs/dbt-core) for data modelling -[**Postgres**](https://www.postgresql.org/) is my relational database of choice to power my backends +- [**Postgres**](https://www.postgresql.org/) is my relational database of choice to power my backends -[**Hugo**](https://gohugo.io/) to build this [**website**](https://git.bitlab21.com/sam/bitlab21.com) +- [**Hugo**](https://gohugo.io/) to build this [**website**](https://git.bitlab21.com/sam/bitlab21.com) diff --git a/hugo.toml b/hugo.toml index 515946f..b423cae 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ -baseURL = 'https://bitlab21.com/' +baseURL = 'https://baseddate.io/' languageCode = 'en-gb' -title = 'Bitlab21' +title = 'baseddata.io' markup.highlight.noClasses=false diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6a12d38..1f94245 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@