website cleanup

This commit is contained in:
Morgan McMillian 2021-02-21 14:05:37 -08:00
parent 5146734f45
commit 467e96705c
7 changed files with 58 additions and 57 deletions

View file

@ -9,7 +9,7 @@ paginate = 5
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 6
showMenuItems = 7
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
@ -44,23 +44,34 @@ paginate = 5
identifier = "contact"
name = "contact"
url = "/contact"
weight = 1
[[languages.en.menu.main]]
identifier = "chat"
name = "chat"
url = "/chat"
weight = 5
[[languages.en.menu.main]]
identifier = "social"
name = "social"
url = "https://pleroma.thrrgilag.space/thrrgilag"
weight = 5
[[languages.en.menu.main]]
identifier = "projects"
name = "projects"
url = "/projects"
weight = 10
[[languages.en.menu.main]]
identifier = "code"
name = "code"
url = "/code"
identifier = "sourcehut"
name = "sourcehut"
url = "https://git.sr.ht/~thrrgilag"
weight = 20
[[languages.en.menu.main]]
identifier = "social"
name = "social"
url = "https://pleroma.thrrgilag.space/thrrgilag"
identifier = "gitlab"
name = "gitlab"
url = "https://gitlab.com/thrrgilag"
weight = 50
[[languages.en.menu.main]]
identifier = "capsule"
name = "capsule"
url = "gemini://thrrgilag.net/"
identifier = "github"
name = "github"
url = "https://github.com/thrrgilag"
weight = 55

View file

@ -1 +1,2 @@
Hello I'm Morgan McMillian also known as thrrgilag in various communities. I am a software engineer with an obsession for for Linux, open-source software, and tech in general.
Hello I'm Morgan McMillian also known as thrrgilag in various communities. I am a software engineer with an obsession for for Linux, open-source software, and tech in general. Also check out my [gemini capsule](gemini://thrrgilag) for addtional content.

4
content/chat/_index.md Normal file
View file

@ -0,0 +1,4 @@
These are my public chat rooms where you can find me conversing with my internet friends. The rules are simple.
1. Be respectful
2. No spamming

View file

@ -1,31 +1,23 @@
---
title: "#allthingstech"
date: 2019-09-29T13:52:32-07:00
draft: false
showFullContent: false
---
General public chat room discussing all things tech related.
Public chat room discussing all things tech related.
matrix: [#allthingstech:dreamfall.space](https://matrix.to/#/#allthingstech:dreamfall.space)
=> xmpp: [allthingstech@conference.dreamfall.space](xmpp:allthingstech@conference.dreamfall.space?join)
=> matrix: [#allthingstech:dreamfall.space](https://matrix.to/#/#allthingstech:dreamfall.space)
=> pnut: [all things tech](https://patter.chat/room/508)
=> telegram: (_invite only_)
<!--more-->
xmpp: [allthingstech@conference.dreamfall.space](xmpp:allthingstech@conference.dreamfall.space?join)
The rules are simple.
pnut: [all things tech](https://patter.chat/room/508)
1. Be respectful
2. No spamming
telegram: (_invite only_)
&nbsp;
**Rules**
- Be respectful
- No spamming
&nbsp;
**Notice**
Notice
Some of the connected networks maintain a persistent chat history while others do not. Some participants may also keep their own copies of the conversation. Please be aware that regardless of how you connect your conversation is logged in multiple places.

View file

@ -1,30 +1,23 @@
---
title: "#dev"
date: 2019-09-29T11:54:10-07:00
draft: false
showFullContent: false
---
My general chat room for various development related things.
matrix: [#dev:dreamfall.space](https://matrix.to/#/#dev:dreamfall.space)
My public chat room for my varoius open-source projects and software development discussion in general.
=> xmpp: [dev@conference.dreamfall.space](xmpp:dev@conference.dreamfall.space?join)
=> matrix: [#dev:dreamfall.space](https://matrix.to/#/#dev:dreamfall.space)
=> pnut: [thrrgilag dev](https://patter.chat/room/85)
=> telegram: [thrrgilag dev](https://t.me/joinchat/Av2-00ZWK3nZ-5GDkkksQg)
<!--more-->
xmpp: [dev@conference.dreamfall.space](xmpp:dev@conference.dreamfall.space?join)
The rules are simple.
pnut: [thrrgilag dev](https://patter.chat/room/85)
1. Be respectful
2. No spamming
telegram: [thrrgilag dev](https://t.me/joinchat/Av2-00ZWK3nZ-5GDkkksQg)
&nbsp;
**Rules**
- Be respectful
- No spamming
&nbsp;
**Notice**
Notice
Some of the connected networks maintain a persistent chat history while others do not. Some participants may also keep their own copies of the conversation. Please be aware that regardless of how you connect your conversation is logged in multiple places.

View file

@ -1,17 +1,12 @@
---
title: "Contact"
date: 2018-11-22T06:40:38-08:00
draft: false
---
**[matrix]**: &nbsp; [@thrrgilag:dreamfall.space](https://matrix.to/#/@thrrgilag:dreamfall.space)
**Telegram**: &nbsp; [@thrrgilag](https://t.me/thrrgilag)
**xmpp**: &nbsp; [thrrgilag@dreamfall.space](xmpp:thrrgilag@dreamfall.space)
**irc**: &nbsp; _thrrgilag_ on freenode and oftc
**email**: &nbsp; [thrrgilag@dreamfall.space](mailto:thrrgilag@dreamfall.space)
=> email: [thrrgilag@dreamfall.space](mailto:thrrgilag@dreamfall.space)
=> xmpp: [thrrgilag@dreamfall.space](xmpp:thrrgilag@dreamfall.space)
=> matrix: [@thrrgilag:dreamfall.space](https://matrix.to/#/@thrrgilag:dreamfall.space)
=> telegram: [@thrrgilag](https://t.me/thrrgilag)
=> _thrrgilag_ on freenode and oftc
_GPG: [32DC F246 987A BFDA C0E2 6FE0 113A 928D EF4F 5ECB](https://thrrgilag.net/key.txt)_

View file

@ -1,4 +1,9 @@
{{ define "main" }}
{{ with .Content }}
<div class="index-content">
{{ . }}
</div>
{{ end }}
<div class="posts">
{{ $isntDefault := not (or (eq (trim $.Site.Params.contentTypeName " ") "posts") (eq (trim $.Site.Params.contentTypeName " ") "")) }}
{{ $contentTypeName := cond $isntDefault (string $.Site.Params.contentTypeName) "posts" }}