From 9e54416ae5e095ef5d47eb0c7a642894dddf46aa Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 21 Jul 2021 00:47:36 -0500 Subject: Rename posts -> logs --- pages/logs/cgit-nginx-ubuntu/index.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/logs/cgit-nginx-ubuntu/index.tsx (limited to 'pages/logs/cgit-nginx-ubuntu/index.tsx') 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 ( + + ); +} \ No newline at end of file -- cgit v1.2.3