------------------------------------------------------------
commit 19029856a6914f6104f23f19865421dad046d3f2
Author: ffff:187.233.182.48 <ffff:187.233.182.48@hub.scroll.pub> Date: Sun Nov 17 20:17:36 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 5261d51..1e133fe 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ -title My Blog +title Jag.is an Innovation Studio and Cooperative // Your new blog is live on the web! // Write your first post in "firstPost.scroll" // Sets the title of your blog @@ -10,4 +10,4 @@ printSnippets All // This prints snippets of every blog post footer.scroll - // Includes the footer. \ No newline at end of file + // Includes the footer. ------------------------------------------------------------
commit ea0712eb2a77f94de8833590942fd79010b74472
Author: root <root@hub.scroll.pub> Date: Sun Nov 10 20:12:16 2024 +0000 initial blog_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1a52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.html +*.txt +*.xml +*.css +*.js +*.csv +requests.scroll \ No newline at end of file diff --git a/feed.scroll b/feed.scroll new file mode 100644 index 0000000..9840818 --- /dev/null +++ b/feed.scroll @@ -0,0 +1,3 @@ +buildRss feed.xml + // This file generates the "RSS Feed" for your blog. +printFeed All \ No newline at end of file diff --git a/firstPost.scroll b/firstPost.scroll new file mode 100644 index 0000000..df9c2fd --- /dev/null +++ b/firstPost.scroll @@ -0,0 +1,21 @@ +tags All + // Tags are like categories + +header.scroll + // Include the header + +title My First Post + // The title of your blog post + +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 + \ No newline at end of file diff --git a/footer.scroll b/footer.scroll new file mode 100644 index 0000000..e1172d1 --- /dev/null +++ b/footer.scroll @@ -0,0 +1,4 @@ +importOnly +center +editButton +scrollVersionLink \ No newline at end of file diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..9a7fd3e --- /dev/null +++ b/header.scroll @@ -0,0 +1,9 @@ +importOnly +metaTags +buildTxt +buildHtml +theme gazette +homeButton +leftRightButtons +editButton +printTitle \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..5261d51 --- /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. \ No newline at end of file diff --git a/secondPost.scroll b/secondPost.scroll new file mode 100644 index 0000000..ddd8784 --- /dev/null +++ b/secondPost.scroll @@ -0,0 +1,21 @@ +tags All + // Tags are like categories + +header.scroll + // Include the header + +title My Second Post + // The title of your blog post + +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 + \ No newline at end of file