From e89db850d56c4e2c75216d2c2d4e44632f30f2da Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 23 Apr 2020 15:04:34 -0700 Subject: [PATCH] setup project pages for some old projects updated about and links to repos --- config.toml | 18 ++++++++--------- content/about.md | 12 ++---------- content/code.md | 11 +++++++++++ content/projects/renamedtodo.md | 32 +++++++++++++++++++++++++++++++ content/projects/todo.txt-enyo.md | 28 +++++++++++++++++++++++++++ 5 files changed, 82 insertions(+), 19 deletions(-) create mode 100644 content/code.md create mode 100644 content/projects/renamedtodo.md create mode 100644 content/projects/todo.txt-enyo.md diff --git a/config.toml b/config.toml index 3786a50..073005e 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/about.md b/content/about.md index 2f33249..99d7b48 100644 --- a/content/about.md +++ b/content/about.md @@ -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. diff --git a/content/code.md b/content/code.md new file mode 100644 index 0000000..72d33e2 --- /dev/null +++ b/content/code.md @@ -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) diff --git a/content/projects/renamedtodo.md b/content/projects/renamedtodo.md new file mode 100644 index 0000000..1810576 --- /dev/null +++ b/content/projects/renamedtodo.md @@ -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. + + + +*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 diff --git a/content/projects/todo.txt-enyo.md b/content/projects/todo.txt-enyo.md new file mode 100644 index 0000000..4bf3d9c --- /dev/null +++ b/content/projects/todo.txt-enyo.md @@ -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). + + + +*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