From 0c21af5e1c2c6069ae17d5eae5f71ded167a31ad Mon Sep 17 00:00:00 2001 From: JayWll Date: Fri, 15 May 2020 11:38:33 -0600 Subject: [PATCH] Creating homepage and default layout --- .../jason-williamsca/layouts/default.htm | 24 +++++++++++++++++++ www/themes/jason-williamsca/pages/welcome.htm | 8 +++++++ 2 files changed, 32 insertions(+) create mode 100644 www/themes/jason-williamsca/layouts/default.htm create mode 100644 www/themes/jason-williamsca/pages/welcome.htm diff --git a/www/themes/jason-williamsca/layouts/default.htm b/www/themes/jason-williamsca/layouts/default.htm new file mode 100644 index 0000000..3fc016c --- /dev/null +++ b/www/themes/jason-williamsca/layouts/default.htm @@ -0,0 +1,24 @@ +description = "Default Layout" +== + + + + + + + + + + + Hello, world! + + + {% page %} + + + + + + + + \ No newline at end of file diff --git a/www/themes/jason-williamsca/pages/welcome.htm b/www/themes/jason-williamsca/pages/welcome.htm new file mode 100644 index 0000000..ced04ec --- /dev/null +++ b/www/themes/jason-williamsca/pages/welcome.htm @@ -0,0 +1,8 @@ +title = "Welcome" +url = "/" +layout = "default" +is_hidden = 0 +== +

Hello, world!

+ +

Welcome to my site!

\ No newline at end of file