personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

about.md (2068B)


      1 +++
      2 title = "About Me"
      3 description = "Who I am, contact info and other details"
      4 +++
      5 
      6 ## Me
      7 
      8 I'm a 24 year old computer science student from Scotland. Currently studying at the University of St Andrews on a Masters program, hoping to graduate at the end of 2026.  My interests include:  
      9 - Coding
     10 - Linux
     11 - Gaming
     12 - Cycling
     13 - Photography
     14 - Public Transport/Infrastructure
     15 
     16 ## Contact
     17 
     18 You can contact me on either of my email addresses:  dev at regexghost dot com **or**  regexghost at protonmail dot com  Preferably the former as I can view those emails in the terminal :)  
     19 Alternatively you can open an issue on:  
     20 [GitHub](https://github.com/regexghost) or  
     21 [Codeberg](https://codeberg.org/regexghost) or message me on  
     22 [Bluesky](https://bsky.app/profile/regexghost.bsky.social)
     23 
     24 ## My Projects
     25 
     26 Available on [GitHub](https://github.com/regexghost),
     27 [Codeberg](https://codeberg.org/regexghost) and my [self-hosted git
     28 server](https://git.regexghost.com)
     29 
     30 ## This Website
     31 
     32 This website is written in markdown, all of the content can be found on [my GitHub](https://github.com/regexghost) (and alternatives). It is compiled into HTML using [gozer](https://github.com/dannyvankooten/gozer) ([my
     33 fork](https://github.com/regexghost/gozer)). The website is hosted on a VPS from [Racknerd](https://www.racknerd.com/), using a domain from [Porkbun](https://porkbun.com/).
     34 I previously used GitHub pages, but I thought it would be fun to have my own domain, and run my own server. Maybe one day I will try self-hosting from my home internet...
     35 
     36 ## Gopher/Minimal CSS Website
     37 
     38 I also have a gopher-space/minimal css website I use as a secondary blog (and for other random stuff) at [https://www.plaintextghost.com](https://www.plaintextghost.com)
     39 
     40 ## License
     41 
     42 Website content is copyright regexghost, source available on GitHub. For any edits please open a GitHub issue or drop me an email. If you want to adapt something I've done on this website that's fine of course, as long as relevant credit is included.
     43 Most of my software projects are licensed under the GPL v3.0