From 44b6a9b5ff638f5223b1bfe4d05458aac8922aee Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 22 Jul 2024 00:32:26 -0400 Subject: [PATCH] need to figure out what I'm doing for templates --- .gitignore | 2 ++ pages/links.typ => links.typ | 4 ++-- templates/default.html | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore rename pages/links.typ => links.typ (70%) create mode 100644 templates/default.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fd6db8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +publish +.shake diff --git a/pages/links.typ b/links.typ similarity index 70% rename from pages/links.typ rename to links.typ index 82863ae..977c788 100644 --- a/pages/links.typ +++ b/links.typ @@ -1,5 +1,5 @@ -#import misc_page from "/utils/layouts" -#wrap doc in misc_page(doc) +//#import misc_page from "/utils/layouts" +//#wrap doc in misc_page(doc) #link("https://github.com/Pagwin-Fedora")[Github] \ #link("https://www.linkedin.com/in/spencer-powell-pagwin/")[Linkedin] \ diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..e69de29