From e01f8fdff580f7346122721005e2a226086ccdb2 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Wed, 22 Jan 2020 16:12:32 -0800 Subject: [PATCH] Migrate projects to GitLab --- config.toml | 8 -------- content/authors/admin/_index.md | 4 ---- content/post/tetris-1.md | 2 +- content/post/tetris-2.md | 2 +- content/post/tview-and-you.md | 4 ++-- content/project/ditty.md | 2 +- content/project/gmenu.md | 2 +- content/project/gophast.md | 2 +- content/project/harmony.md | 2 +- content/project/joker.md | 2 +- content/project/netris.md | 2 +- content/project/sage.md | 2 +- content/project/sshtargate.md | 2 +- content/project/stick.md | 2 +- content/projects/_index.md | 20 ++++++++++---------- 15 files changed, 23 insertions(+), 35 deletions(-) diff --git a/config.toml b/config.toml index f7911e8..22d3d5c 100644 --- a/config.toml +++ b/config.toml @@ -55,14 +55,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id email = "trevor@rocketnine.space" # Custom social links -[[Params.widgets.social.custom]] - title = "Public inbox" - url = "https://lists.sr.ht/~tslocum/public-inbox" - -[[Params.widgets.social.custom]] - title = "Sourcehut" - url = "https://git.sr.ht/~tslocum" - [[Params.widgets.social.custom]] title = "GitLab" url = "https://gitlab.com/tslocum" diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 2226c49..affc982 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -71,7 +71,3 @@ email: "trevor@rocketnine.space" --- I use [Linux](https://en.wikipedia.org/wiki/Linux) to write [open-source software](https://en.wikipedia.org/wiki/Open-source_software). - -My projects are available on [sourcehut](https://git.sr.ht/~tslocum) and [GitLab](https://gitlab.com/users/tslocum/projects). - -Be sure to check out [stick](https://git.sr.ht/~tslocum/stick) and [netris](https://git.sr.ht/~tslocum/netris). diff --git a/content/post/tetris-1.md b/content/post/tetris-1.md index 020fb25..7da6a51 100644 --- a/content/post/tetris-1.md +++ b/content/post/tetris-1.md @@ -9,7 +9,7 @@ aliases: This is the first part of a series of tutorials on creating a [terminal-based](https://en.wikipedia.org/wiki/Text-based_user_interface) [Tetris](https://en.wikipedia.org/wiki/Tetris) clone with [Go](https://golang.org). -For a complete implementation of a Tetris clone in Go, see [netris](https://git.sr.ht/~tslocum/netris). +For a complete implementation of a Tetris clone in Go, see [netris](https://gitlab.com/tslocum/netris). # Disclaimer diff --git a/content/post/tetris-2.md b/content/post/tetris-2.md index 5be3f4e..d1a85fd 100644 --- a/content/post/tetris-2.md +++ b/content/post/tetris-2.md @@ -9,7 +9,7 @@ aliases: This is the second part of a series of tutorials on creating a [terminal-based](https://en.wikipedia.org/wiki/Text-based_user_interface) [Tetris](https://en.wikipedia.org/wiki/Tetris) clone with [Go](https://golang.org). -For a complete implementation of a Tetris clone in Go, see [netris](https://git.sr.ht/~tslocum/netris). +For a complete implementation of a Tetris clone in Go, see [netris](https://gitlab.com/tslocum/netris). # Disclaimer diff --git a/content/post/tview-and-you.md b/content/post/tview-and-you.md index dcf2700..a6c95c8 100644 --- a/content/post/tview-and-you.md +++ b/content/post/tview-and-you.md @@ -6,7 +6,7 @@ categories: [tutorial] [![Recording of presentation demo](https://raw.githubusercontent.com/rivo/tview/master/tview.gif)](https://github.com/rivo/tview/tree/master/demos/presentation) -This is an introduction to using [tview](https://github.com/rivo/tview) (or [cview](https://git.sr.ht/~tslocum/cview)) to create rich terminal-based user interfaces with [Go](https://golang.org). +This is an introduction to using [tview](https://github.com/rivo/tview) (or [cview](https://gitlab.com/tslocum/cview)) to create rich terminal-based user interfaces with [Go](https://golang.org). ## Primitives @@ -210,7 +210,7 @@ To display a primitive (and its contents), we call [Application.SetRoot](https:/ This function has two arguments, a primitive which will become the root of the screen, and a boolean which controls whether the primitive will be resized to fit the screen. -In this example, the root is a Grid containing a label, an input and a submit button. For a more complex example, see [netris](https://git.sr.ht/~tslocum/netris). +In this example, the root is a Grid containing a label, an input and a submit button. For a more complex example, see [netris](https://gitlab.com/tslocum/netris). Install tview if you haven't already: diff --git a/content/project/ditty.md b/content/project/ditty.md index ef60528..fa2fb6d 100644 --- a/content/project/ditty.md +++ b/content/project/ditty.md @@ -4,5 +4,5 @@ summary: Audio player tags: - Go -external_link: "https://git.sr.ht/~tslocum/ditty" +external_link: "https://gitlab.com/tslocum/ditty" --- diff --git a/content/project/gmenu.md b/content/project/gmenu.md index eefc704..e55d9e2 100644 --- a/content/project/gmenu.md +++ b/content/project/gmenu.md @@ -5,5 +5,5 @@ tags: - Go #date: "2016-04-27T00:00:00Z" -external_link: "https://git.sr.ht/~tslocum/gmenu" +external_link: "https://gitlab.com/tslocum/gmenu" --- diff --git a/content/project/gophast.md b/content/project/gophast.md index 2743f5d..263dd9e 100644 --- a/content/project/gophast.md +++ b/content/project/gophast.md @@ -5,5 +5,5 @@ tags: - Go #date: "2016-04-27T00:00:00Z" -external_link: "https://git.sr.ht/~tslocum/gophast" +external_link: "https://gitlab.com/tslocum/gophast" --- diff --git a/content/project/harmony.md b/content/project/harmony.md index 0301ea4..72be7b4 100644 --- a/content/project/harmony.md +++ b/content/project/harmony.md @@ -4,5 +4,5 @@ summary: Voice and text communications platform tags: - Go -external_link: "https://git.sr.ht/~tslocum/harmony" +external_link: "https://gitlab.com/tslocum/harmony" --- diff --git a/content/project/joker.md b/content/project/joker.md index 31b8d71..4d696fb 100644 --- a/content/project/joker.md +++ b/content/project/joker.md @@ -4,5 +4,5 @@ summary: Playing card library tags: - Go -external_link: "https://git.sr.ht/~tslocum/joker" +external_link: "https://gitlab.com/tslocum/joker" --- diff --git a/content/project/netris.md b/content/project/netris.md index d194f0a..c13404a 100644 --- a/content/project/netris.md +++ b/content/project/netris.md @@ -4,5 +4,5 @@ summary: Multiplayer Tetris clone tags: - Go -external_link: "https://git.sr.ht/~tslocum/netris" +external_link: "https://gitlab.com/tslocum/netris" --- diff --git a/content/project/sage.md b/content/project/sage.md index 7981852..1ddb79a 100644 --- a/content/project/sage.md +++ b/content/project/sage.md @@ -5,5 +5,5 @@ tags: - Go #date: "2016-04-27T00:00:00Z" -external_link: "https://git.sr.ht/~tslocum/sage" +external_link: "https://gitlab.com/tslocum/sage" --- diff --git a/content/project/sshtargate.md b/content/project/sshtargate.md index 8f22812..e4960b4 100644 --- a/content/project/sshtargate.md +++ b/content/project/sshtargate.md @@ -4,5 +4,5 @@ summary: Host SSH portals to applications tags: - Go -external_link: "https://git.sr.ht/~tslocum/sshtargate" +external_link: "https://gitlab.com/tslocum/sshtargate" --- diff --git a/content/project/stick.md b/content/project/stick.md index dd6dccd..8ed597d 100644 --- a/content/project/stick.md +++ b/content/project/stick.md @@ -5,5 +5,5 @@ tags: - Go #date: "2016-04-27T00:00:00Z" -external_link: "https://git.sr.ht/~tslocum/stick" +external_link: "https://gitlab.com/tslocum/stick" --- diff --git a/content/projects/_index.md b/content/projects/_index.md index a48e246..aedec96 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -9,15 +9,15 @@ weight: 10 | Name | Description | | --- | --- | -| [cview](https://git.sr.ht/~tslocum/cview) | Terminal-based user interface toolkit | -| [ditty](https://git.sr.ht/~tslocum/ditty) | Audio player | -| [gmenu](https://git.sr.ht/~tslocum/gmenu) | Desktop application launcher | -| [gophast](https://git.sr.ht/~tslocum/gophast) | Download manager and accelerator -| [harmony](https://git.sr.ht/~tslocum/harmony) | Voice and text communications platform -| [joker](https://git.sr.ht/~tslocum/joker) | Playing card library +| [cview](https://gitlab.com/tslocum/cview) | Terminal-based user interface toolkit | +| [ditty](https://gitlab.com/tslocum/ditty) | Audio player | +| [gmenu](https://gitlab.com/tslocum/gmenu) | Desktop application launcher | +| [gophast](https://gitlab.com/tslocum/gophast) | Download manager and accelerator +| [harmony](https://gitlab.com/tslocum/harmony) | Voice and text communications platform +| [joker](https://gitlab.com/tslocum/joker) | Playing card library | [Meditation Assistant](https://gitlab.com/tslocum/meditationassistant) | Feature packed meditation session timer and recorder -| [netris](https://git.sr.ht/~tslocum/netris) | Multiplayer Tetris clone -| [sage](https://git.sr.ht/~tslocum/sage) | Markov chain IRC bot -| [sshtargate](https://git.sr.ht/~tslocum/sshtargate) | Host SSH portals to applications -| [stick](https://git.sr.ht/~tslocum/stick) | Shareable Git-backed Markdown-formatted notes +| [netris](https://gitlab.com/tslocum/netris) | Multiplayer Tetris clone +| [sage](https://gitlab.com/tslocum/sage) | Markov chain IRC bot +| [sshtargate](https://gitlab.com/tslocum/sshtargate) | Host SSH portals to applications +| [stick](https://gitlab.com/tslocum/stick) | Shareable Git-backed Markdown-formatted notes | [TinyIB](https://gitlab.com/tslocum/tinyib) | Lightweight image board |