aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/greeting.md4
-rw-r--r--pages/logs/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md (renamed from pages/posts/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md)0
-rw-r--r--pages/logs/cgit-nginx-ubuntu/index.tsx (renamed from pages/posts/cgit-nginx-ubuntu/index.tsx)2
-rw-r--r--pages/logs/index.tsx (renamed from pages/posts/index.tsx)6
-rw-r--r--pages/logs/logs.md6
-rw-r--r--pages/logs/packaging-nebula-for-debian/index.tsx (renamed from pages/posts/packaging-nebula-for-debian/index.tsx)2
-rw-r--r--pages/logs/packaging-nebula-for-debian/nebula.md (renamed from pages/posts/packaging-nebula-for-debian/nebula.md)0
-rw-r--r--pages/posts/posts.md6
8 files changed, 13 insertions, 13 deletions
diff --git a/pages/greeting.md b/pages/greeting.md
index 7952c9b..45514a0 100644
--- a/pages/greeting.md
+++ b/pages/greeting.md
@@ -2,8 +2,8 @@
You’ve happened upon my homepage. I’m a student, developer, and engi-nerd pursuing a degree in computer engineering at Texas A&M University.
-- [Posts](/posts)
-- [My public git projects](https://www.git.flu0r1ne.net)
+- [The Logs](/logs)
+- [Public Git Projects](https://www.git.flu0r1ne.net)
- My PGP keys
+ [Ascii Armored](/flu0r1ne.asc)
+ [Binary](/flu0r1ne.pub)
diff --git a/pages/posts/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md b/pages/logs/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md
index c225bd4..c225bd4 100644
--- a/pages/posts/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md
+++ b/pages/logs/cgit-nginx-ubuntu/cgit-nginx-ubuntu.md
diff --git a/pages/posts/cgit-nginx-ubuntu/index.tsx b/pages/logs/cgit-nginx-ubuntu/index.tsx
index b510b3b..ccfe5d2 100644
--- a/pages/posts/cgit-nginx-ubuntu/index.tsx
+++ b/pages/logs/cgit-nginx-ubuntu/index.tsx
@@ -6,7 +6,7 @@ export default function cGitNGINXUbuntu() {
return (
<MarkdownPage
md={md}
- path={'/posts/cgit-nginx-ubuntu'}
+ path={'/logs/cgit-nginx-ubuntu'}
/>
);
} \ No newline at end of file
diff --git a/pages/posts/index.tsx b/pages/logs/index.tsx
index e139ef5..7f11e86 100644
--- a/pages/posts/index.tsx
+++ b/pages/logs/index.tsx
@@ -1,12 +1,12 @@
import DefaultPage from '../../templates/Default';
import Markdown from '../../components/Markdown';
//@ts-ignore
-import md from './posts.md';
+import md from './logs.md';
-export default function Posts() {
+export default function Logs() {
return(
<DefaultPage
- path={"/posts"}
+ path={"/logs"}
>
<Markdown
md={md}
diff --git a/pages/logs/logs.md b/pages/logs/logs.md
new file mode 100644
index 0000000..5515287
--- /dev/null
+++ b/pages/logs/logs.md
@@ -0,0 +1,6 @@
+## The Logs
+
+Eclectic thoughts, miscellany, and discursive drivel
+
+- [Packaging Nebula for Debian](/logs/packaging-nebula-for-debian)
+- [Installing cGit behind NGINX on Ubuntu](/logs/cgit-nginx-ubuntu)
diff --git a/pages/posts/packaging-nebula-for-debian/index.tsx b/pages/logs/packaging-nebula-for-debian/index.tsx
index 9d3741d..a8e8e2c 100644
--- a/pages/posts/packaging-nebula-for-debian/index.tsx
+++ b/pages/logs/packaging-nebula-for-debian/index.tsx
@@ -6,7 +6,7 @@ export default function NebulaOnDebian() {
return (
<MarkdownPage
md={md}
- path={'/posts/nebula-on-debian'}
+ path={'/logs/nebula-on-debian'}
/>
);
} \ No newline at end of file
diff --git a/pages/posts/packaging-nebula-for-debian/nebula.md b/pages/logs/packaging-nebula-for-debian/nebula.md
index d1c178f..d1c178f 100644
--- a/pages/posts/packaging-nebula-for-debian/nebula.md
+++ b/pages/logs/packaging-nebula-for-debian/nebula.md
diff --git a/pages/posts/posts.md b/pages/posts/posts.md
deleted file mode 100644
index 48fb17b..0000000
--- a/pages/posts/posts.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Posts
-
-Eclectic thoughts, miscellany, and discursive drivel
-
-- [Packaging Nebula for Debian](/posts/packaging-nebula-for-debian)
-- [Installing cGit behind NGINX on Ubuntu](/posts/cgit-nginx-ubuntu)