Skip to content

Commit e6bc661

Browse files
authored
Merge pull request #244 from joelouthan:writing
Update author bio for clarity and improved readability
2 parents 660c483 + 9556534 commit e6bc661

6 files changed

+116
-3
lines changed

.vscode/settings.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"cSpell.words": [
33
"journaling"
4-
]
4+
],
5+
"workbench.colorCustomizations": {
6+
"activityBar.activeBackground": "#1f6fd0",
7+
"activityBar.background": "#1f6fd0",
8+
"activityBar.foreground": "#e7e7e7",
9+
"activityBar.inactiveForeground": "#e7e7e799",
10+
"activityBarBadge.background": "#ee90bb",
11+
"activityBarBadge.foreground": "#15202b",
12+
"commandCenter.border": "#e7e7e799",
13+
"sash.hoverBorder": "#1f6fd0",
14+
"statusBar.background": "#0f141a",
15+
"statusBar.foreground": "#e7e7e7",
16+
"statusBarItem.hoverBackground": "#1f6fd0",
17+
"statusBarItem.remoteBackground": "#0f141a",
18+
"statusBarItem.remoteForeground": "#e7e7e7",
19+
"titleBar.activeBackground": "#0f141a",
20+
"titleBar.activeForeground": "#e7e7e7",
21+
"titleBar.inactiveBackground": "#0f141a99",
22+
"titleBar.inactiveForeground": "#e7e7e799"
23+
},
24+
"peacock.color": "#0f141a"
525
}

src/author.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## About
44

5-
<img class="profile-pic" src="jlouthan-ai-starry-back-500-01.png">Hello! My name is Joseph L. Louthan. I am trying to spend all of my days with God--my Beloved is mine and I am his (Songs 2:16). Sarah's husband and a Papa to a few kiddos. In Central Kentucky. Elder Candidate of [Reforming Truth Church](https://reformingtruth.church/). Joyfully ex-Evangelical turned [Reformed Baptist--1689 Confessional](https://theologic.us/confession-1689/).
5+
<img class="profile-pic" src="jlouthan-ai-starry-back-500-01.png">Hello! My name is Joseph L. Louthan. I am trying to spend all of my days with God--my Beloved is mine and I am His. Sarah's husband and a Papa to a few kiddos. Living in Central Kentucky. An elder candidate of [Reforming Truth Church](https://reformingtruth.church/). Joyfully ex-Evangelical turned [Reformed Baptist--1689 Confessional](https://theologic.us/confession-1689/).
66

7-
All of my life to live all of my days to express just how much God loves us. Hope to preach the goodness of God. Therefore, [Theologicus](https://theologic.us/) is my attempt to prepare for that one day that I get to preach every day for the rest of my life and twice on Sunday--for the sake of his great name and his glory alone.
7+
This blog is a collection of writings--[devotional, expository thoughts](https://theologic.us) on the gospel of God--the good news of what Christ has done for us.
88

99
And if I have fifteen minutes to spare in my day, I'm intensely mediocre at [StarCraft 2](https://starcraft2.blizzard.com/en-us/).
1010

src/romans/.markdownlint.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"MD009": false,
3+
"MD013": false,
4+
"MD024": false,
5+
"MD025": false,
6+
"MD026": false,
7+
"MD028": false,
8+
"MD033": false,
9+
"MD036": false,
10+
"MD041": false,
11+
"MD042": false,
12+
"MD045": false
13+
}

src/romans/.vscode/settings.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#fa1b49",
4+
"activityBar.background": "#fa1b49",
5+
"activityBar.foreground": "#e7e7e7",
6+
"activityBar.inactiveForeground": "#e7e7e799",
7+
"activityBarBadge.background": "#155e02",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#e7e7e799",
10+
"sash.hoverBorder": "#fa1b49",
11+
"statusBar.background": "#dd0531",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#fa1b49",
14+
"statusBarItem.remoteBackground": "#dd0531",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#dd0531",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#dd053199",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
},
21+
"peacock.color": "#dd0531"
22+
}

src/romans/romans.code-workspace

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"workbench.colorCustomizations": {
9+
"activityBar.activeBackground": "#fa1b49",
10+
"activityBar.background": "#fa1b49",
11+
"activityBar.foreground": "#e7e7e7",
12+
"activityBar.inactiveForeground": "#e7e7e799",
13+
"activityBarBadge.background": "#155e02",
14+
"activityBarBadge.foreground": "#e7e7e7",
15+
"commandCenter.border": "#e7e7e799",
16+
"sash.hoverBorder": "#fa1b49",
17+
"statusBar.background": "#dd0531",
18+
"statusBar.foreground": "#e7e7e7",
19+
"statusBarItem.hoverBackground": "#fa1b49",
20+
"statusBarItem.remoteBackground": "#dd0531",
21+
"statusBarItem.remoteForeground": "#e7e7e7",
22+
"titleBar.activeBackground": "#dd0531",
23+
"titleBar.activeForeground": "#e7e7e7",
24+
"titleBar.inactiveBackground": "#dd053199",
25+
"titleBar.inactiveForeground": "#e7e7e799"
26+
},
27+
"peacock.color": "#dd0531"
28+
}
29+
}

theologicus.code-workspace

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"workbench.colorCustomizations": {
9+
"activityBar.activeBackground": "#1c4b85",
10+
"activityBar.background": "#1c4b85",
11+
"activityBar.foreground": "#e7e7e7",
12+
"activityBar.inactiveForeground": "#e7e7e799",
13+
"activityBarBadge.background": "#d84788",
14+
"activityBarBadge.foreground": "#e7e7e7",
15+
"commandCenter.border": "#e7e7e799",
16+
"sash.hoverBorder": "#1c4b85",
17+
"statusBar.background": "#13335b",
18+
"statusBar.foreground": "#e7e7e7",
19+
"statusBarItem.hoverBackground": "#1c4b85",
20+
"statusBarItem.remoteBackground": "#13335b",
21+
"statusBarItem.remoteForeground": "#e7e7e7",
22+
"titleBar.activeBackground": "#13335b",
23+
"titleBar.activeForeground": "#e7e7e7",
24+
"titleBar.inactiveBackground": "#13335b99",
25+
"titleBar.inactiveForeground": "#e7e7e799"
26+
},
27+
"peacock.color": "#13335b"
28+
}
29+
}

0 commit comments

Comments
 (0)