From 273963f41a25dd4c17491eeb6de43001c2f2b787 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Fri, 26 Apr 2024 22:05:44 +0200 Subject: [PATCH] init --- Makefile | 8 ++++++++ site/index.html | 21 +++++++++++++++++++++ template.html | 14 ++++++++++++++ write/index.md | 6 ++++++ 4 files changed, 49 insertions(+) create mode 100644 Makefile create mode 100644 site/index.html create mode 100644 template.html create mode 100644 write/index.md diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7e2facf --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +build: + htmd + +host: build + xdg-open http://127.0.0.1:55566 + webserver 127.0.0.1:55566 site + diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..efc7e96 --- /dev/null +++ b/site/index.html @@ -0,0 +1,21 @@ + + + + + + + TITLE HERE + + + +

crispys blug

+

+hello i might write some words here from time to time
+

+

+i heard all the cool kids are doing it
+

+ + + + \ No newline at end of file diff --git a/template.html b/template.html new file mode 100644 index 0000000..67f63de --- /dev/null +++ b/template.html @@ -0,0 +1,14 @@ + + + + + + + TITLE HERE + + + + CONTENT HERE + + + \ No newline at end of file diff --git a/write/index.md b/write/index.md new file mode 100644 index 0000000..55d6209 --- /dev/null +++ b/write/index.md @@ -0,0 +1,6 @@ +# crispys blug +hello i might write some words here from time to time + +i heard all the cool kids are doing it + +