------------------------------------------------------------
commit 781a37cef4e966742458a7e65d2714b19a868f38
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 10:39:26 2024 +0000
Updated firstPost.scroll
diff --git a/firstPost.scroll b/firstPost.scroll
index a771c7c..24c1dde 100644
--- a/firstPost.scroll
+++ b/firstPost.scroll
@@ -1,19 +1,21 @@
-tags All
- // Tags are like categories
-title My First Post
- // The title of your blog post
-
-header.scroll
- // Include the header
-
-container 600px
- // Generate a narrowish container to hold the blog contents
-
-// Blog post test goes here
-This is my first blog post using Scroll.
-
-****
- // A common decoration to indicate the end of a post
-
-footer.scroll
- // Include the footer
+tags All
+ // Tags are like categories
+title My First Post
+ // The title of your blog post
+
+header.scroll
+ // Include the header
+
+container 600px
+ // Generate a narrowish container to hold the blog contents
+
+// Blog post test goes here
+This is my first blog post using Scroll.
+
+LLM
+
+****
+ // A common decoration to indicate the end of a post
+
+footer.scroll
+ // Include the footer
------------------------------------------------------------
commit 012cb553dbd5bcade52ae14c890668dbbd48f6f9
Author: root <root@hub.scroll.pub>
Date: Mon Sep 30 03:07:10 2024 +0000
Initial commit from blog template
diff --git a/feed.scroll b/feed.scroll
new file mode 100644
index 0000000..9248cb1
--- /dev/null
+++ b/feed.scroll
@@ -0,0 +1,4 @@
+buildRss feed.xml
+ // This file generates the "RSS Feed" for your blog.
+
+printFeed All
diff --git a/firstPost.scroll b/firstPost.scroll
new file mode 100644
index 0000000..a771c7c
--- /dev/null
+++ b/firstPost.scroll
@@ -0,0 +1,19 @@
+tags All
+ // Tags are like categories
+title My First Post
+ // The title of your blog post
+
+header.scroll
+ // Include the header
+
+container 600px
+ // Generate a narrowish container to hold the blog contents
+
+// Blog post test goes here
+This is my first blog post using Scroll.
+
+****
+ // A common decoration to indicate the end of a post
+
+footer.scroll
+ // Include the footer
diff --git a/footer.scroll b/footer.scroll
new file mode 100644
index 0000000..a24a4f5
--- /dev/null
+++ b/footer.scroll
@@ -0,0 +1,5 @@
+importOnly
+
+center
+viewSourceButton
+scrollVersionLink
diff --git a/header.scroll b/header.scroll
new file mode 100644
index 0000000..593d235
--- /dev/null
+++ b/header.scroll
@@ -0,0 +1,10 @@
+importOnly
+buildHtml
+buildTxt
+
+metaTags
+theme gazette
+homeButton
+leftRightButtons
+viewSourceButton
+printTitle
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..a7f3c94
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,13 @@
+title My Blog
+ // Your new blog is live on the web!
+ // Write your first post in "firstPost.scroll"
+ // Sets the title of your blog
+
+header.scroll
+ // Includes the header.
+
+printSnippets All
+ // This prints snippets of every blog post
+
+footer.scroll
+ // Includes the footer.
diff --git a/secondPost.scroll b/secondPost.scroll
new file mode 100644
index 0000000..b5a06e5
--- /dev/null
+++ b/secondPost.scroll
@@ -0,0 +1,19 @@
+tags All
+ // Tags are like categories
+title My Second Post
+ // The title of your blog post
+
+header.scroll
+ // Include the header
+
+container 600px
+ // Generate a narrowish container to hold the blog contents
+
+// Blog post test goes here
+This is my second blog post using Scroll.
+
+****
+ // A common decoration to indicate the end of a post
+
+footer.scroll
+ // Include the footer