Changes to testblog

ffff:182.253.124.170
ffff:182.253.124.170
3 months ago
Reverted to c9e94e61bc8237cd612846824016db6991d995e9
ffff:182.253.124.170
ffff:182.253.124.170
3 months ago
Reverted to 1100d7b9332b36b9ecb87c5f4eb17c1261f4f574
.gitignore
Changed around line 1
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
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