aboutsummaryrefslogtreecommitdiff
path: root/pages/logs/cgit-nginx-ubuntu/index.tsx
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-21 00:47:36 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-21 00:47:36 -0500
commit9e54416ae5e095ef5d47eb0c7a642894dddf46aa (patch)
treef5deba5b0a5f2c8c7d43c2e544e9faa9cba09f70 /pages/logs/cgit-nginx-ubuntu/index.tsx
parent8bb2be5a99bae8b274c403afcf0cfa270cde25ce (diff)
downloadhomepage-9e54416ae5e095ef5d47eb0c7a642894dddf46aa.tar.xz
homepage-9e54416ae5e095ef5d47eb0c7a642894dddf46aa.zip
Rename posts -> logs
Diffstat (limited to 'pages/logs/cgit-nginx-ubuntu/index.tsx')
-rw-r--r--pages/logs/cgit-nginx-ubuntu/index.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/pages/logs/cgit-nginx-ubuntu/index.tsx b/pages/logs/cgit-nginx-ubuntu/index.tsx
new file mode 100644
index 0000000..ccfe5d2
--- /dev/null
+++ b/pages/logs/cgit-nginx-ubuntu/index.tsx
@@ -0,0 +1,12 @@
+// @ts-ignore
+import md from './cgit-nginx-ubuntu.md';
+import MarkdownPage from '../../../templates/MarkdownPage';
+
+export default function cGitNGINXUbuntu() {
+ return (
+ <MarkdownPage
+ md={md}
+ path={'/logs/cgit-nginx-ubuntu'}
+ />
+ );
+} \ No newline at end of file