setup project pages for some old projects

updated about and links to repos
This commit is contained in:
Morgan McMillian 2020-04-23 15:04:34 -07:00
parent 201ad5d5d0
commit e89db850d5
5 changed files with 82 additions and 19 deletions

View file

@ -25,7 +25,7 @@ paginate = 5
title = "thrrgilag.net"
subtitle = "software development and other random bits"
keywords = ""
copyright = "© 2019. All rights reserved."
copyright = "© 2020. All rights reserved."
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
@ -37,25 +37,25 @@ paginate = 5
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
name = "about"
url = "/about"
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
name = "contact"
url = "/contact"
[[languages.en.menu.main]]
identifier = "chat"
name = "Chat"
name = "chat"
url = "/chat"
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
name = "projects"
url = "/projects"
[[languages.en.menu.main]]
identifier = "gitlab"
name = "GitLab"
url = "https://gitlab.dreamfall.space/thrrgilag"
identifier = "code"
name = "code"
url = "/code"
[[languages.en.menu.main]]
identifier = "social"
name = "Social"
name = "social"
url = "https://pleroma.thrrgilag.space/thrrgilag"

View file

@ -1,15 +1,7 @@
---
title: "About"
date: 2018-11-22T06:37:58-08:00
date: 2020-04-23T14:36:17-07:00
draft: false
---
I am Morgan McMillian, known as thrrgilag in various communities around the internet. I design, develop, and support email routing and security for a large company. In my spare time I develop and contribute to open source software. You can find some of the work I do on my GitLab server or on GitHub.
**GitLab**
https://gitlab.dreamfall.space/thrrgilag
**GitHub**
https://github.com/thrrgilag
 
I am known as thrrgilag in various communities around the internet. My day job currently involves the development and support of email systems for a rather large company. In my spare time I like to write and contribute open-source software. I'm not much of a blogger but try to write something on occasion.

11
content/code.md Normal file
View file

@ -0,0 +1,11 @@
---
title: "Code"
date: 2020-04-23T14:36:17-07:00
draft: false
---
In my spare time I like to write and contribute open-source software. Most of my personal projects are now hosted at [sourcehut](https://sourcehut.org). You can find my random bits of code in the following places.
[sourcehut](https://git.sr.ht/~thrrgilag) -
[gitlab](https://gitlab.com/thrrgilag) -
[github](https://github.com/thrrgilag)

View file

@ -0,0 +1,32 @@
---
title: "RenamedTodo"
date: 2018-01-21T00:00:00-07:00
draft: false
---
A native BlackBerry 10 application for managing your todo list based on the [todo.txt](http://todotxt.com) file format.
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
[source code](https://git.sr.ht/~thrrgilag/RenamedTodo) -
[matrix](https://matrix.to/#/#dev:dreamfall.space) -
[irc](ircs://irc.monkeystew.net/dev) -
[email](mailto:thrrgilag@dreamfall.space)
Renamed Todo is a native application for managing your todo list based on
the todo.txt file format. This simple plain text format allows for
compatibility and portability across multiple applications on a variety
of platforms created by the todo.txt community.
Features
* Manage your todo.txt file on the device
* Support for both Windows and non-Windows text file formats
* Filter list by project or context
* Due date support (due:YYYY-MM-DD)
* Quick search
* Archive support (done.txt)
* Share items to and from the application
* Active frame

View file

@ -0,0 +1,28 @@
---
title: "Todo.Txt-Enyo"
date: 2014-09-07T00:00:00-07:00
draft: false
---
A webOS application for managing your [todo.txt](http://todotxt.com).
<!--more-->
*Notice: Development of this project is not active. Contributions are still welcome.*
[source code](https://git.sr.ht/~thrrgilag/Todo.txt-Enyo) -
[matrix](https://matrix.to/#/#dev:dreamfall.space) -
[irc](ircs://irc.monkeystew.net/dev) -
[email](mailto:thrrgilag@dreamfall.space)
todo.txt is a plain text file for keeping track of your task list which follows a defined common format. This allows it to be human and machine readable while keeping it simple.
Features
* Filter by project or context
* Set and sort by priority
* Task completion (and optionally creation) dates
* Archive completed tasks (done.txt)
* "Just Type" quick actions and universal search
* Internal storage support
* Dropbox support