Skip to content

Commit 741657c

Browse files
committed
Transition to Github
1 parent 583a8d6 commit 741657c

File tree

5 files changed

+11
-41
lines changed

5 files changed

+11
-41
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: nanoHeap
21+
title: rspOverflow (nanoHeap)
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
nanoHeap's blog and portfolio website.
24+
rspOverflow's (aka nanoHeap's) blog and portfolio website.
2525
baseurl: "" # the subpath of your site, e.g. /blog
2626
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2727

@@ -50,7 +50,7 @@ defaults:
5050
path: ""
5151
type: posts
5252
values:
53-
author: "nanoHeap"
53+
author: "rspOverflow"
5454
layout: single
5555
author_profile: true
5656
read_time: true
@@ -59,7 +59,7 @@ defaults:
5959
path: ""
6060
type: pages
6161
values:
62-
author: "nanoHeap"
62+
author: "rspOverflow"
6363
layout: single
6464
author_profile: true
6565

_data/authors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
nanoHeap:
2-
name: "nanoHeap"
2+
name: "rspOverflow"
33
bio: "I just do things because they are fun."
4-
avatar: "https://secure.gravatar.com/avatar/8ff8ba6ad122a2cbc945d7286c9d4a6ae0ec82d5d977b65dd95a616a751894a3?s=384&d=identicon"
4+
avatar: "https://avatars.githubusercontent.com/u/217881046?v=4&size=64"
55
links:
6-
- label: "GitLab"
7-
icon: "fa-brands fa-gitlab"
8-
url: "https://gitlab.com/nanoHeap/"
96
- label: "GitHub"
107
icon: "fa-brands fa-github"
118
url: "https://github.com/rspOverflow/"
9+
- label: "GitLab"
10+
icon: "fa-brands fa-gitlab"
11+
url: "https://gitlab.com/nanoHeap/"
1212
- label: "Email"
1313
icon: "fas fa-fw fa-envelope-square"
1414
url: "mailto:[email protected]"

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /about
55

66
# About Me
77

8-
My name is nanoHeap. I'm also known as rspOverflow on GitHub.
8+
My name is rspOverflow. I'm also known as nanoHeap on GitLab.
99
I have been writing code since around 2018-2019.
1010

1111
Nowadays, I have been primarily been writing mostly in C/C++ but I started off with Python.

projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ permalink: /projects
55

66
# Projects
77

8-
* [**cleanmem**](https://gitlab.com/nanoHeap/cleanmem) - A really basic garbage collector for C programs
8+
* [**cleanmem**](https://github.com/rspOverflow/cleanmem) - A really basic garbage collector for C programs

0 commit comments

Comments
 (0)