Changes to heybro

ffff:85.193.2.67
ffff:85.193.2.67
3 months ago
Updated index.scroll
index.scroll
Changed around line 1
- 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.
+ 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.
root
root
3 months ago
Initial commit from blog template
feed.scroll
Changed around line 1
+ buildRss feed.xml
+ // This file generates the "RSS Feed" for your blog.
+
+ printFeed All
firstPost.scroll
Changed around line 1
+ 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
footer.scroll
Changed around line 1
+ importOnly
+
+ center
+ viewSourceButton
+ scrollVersionLink
header.scroll
Changed around line 1
+ importOnly
+ buildHtml
+ buildTxt
+
+ metaTags
+ theme gazette
+ homeButton
+ leftRightButtons
+ viewSourceButton
+ printTitle
index.scroll
Changed around line 1
+ 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.
secondPost.scroll
Changed around line 1
+ 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