Migrate projects to GitLab

This commit is contained in:
Trevor Slocum 2020-01-22 16:12:32 -08:00
parent 2bd5fef1b7
commit e01f8fdff5
15 changed files with 23 additions and 35 deletions

View File

@ -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"

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -4,5 +4,5 @@ summary: Audio player
tags:
- Go
external_link: "https://git.sr.ht/~tslocum/ditty"
external_link: "https://gitlab.com/tslocum/ditty"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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"
---

View File

@ -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 |