Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8041305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:10:06+00:00 2026-06-05T04:10:06+00:00

I am using Octopress to write a blog. But originally it did not support

  • 0

I am using Octopress to write a blog. But originally it did not support Tex, so I sought some guidance online. In the end, I failed to use Tex&markdown.

To make the problem worse, the following problem occurs:

lo@lo:~/blog/octopress$ rake generate
## Generating Site with Jekyll
unchanged sass/screen.scss
unchanged sass/syntax/syntax.scss
unchanged sass/bootstrap/responsive.scss
unchanged sass/bootstrap/bootstrap.scss
Configuration from /home/lo/blog/octopress/_config.yml
Building site: source -> public
Liquid Exception: Variable '{{' was not properly terminated with regexp: /\}\}/  in    atom.xml
Liquid Exception: Variable '{{' was not properly terminated with regexp: /\}\}/  in atom.xml
Liquid Exception: Variable '{{' was not properly terminated with regexp: /\}\}/  in atom.xml
Successfully generated site: source -> public
lo@lo:~/blog/octopress$`

Now I have no idea how to fix it.

I tried to diff all the files in /octopress and /octopress.bk.
In the end, I find that i had used wrong grammars in the *.markdown.

I wrote \{\{\{ \}\}\}, which lead to the problem.
Now I solved it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T04:10:08+00:00Added an answer on June 5, 2026 at 4:10 am

    Seems like your atom.xml file was changed. You can find it in the root of the folder that contains your website. What you need to find is the unmatched {{ tag }}. Most likely one of the brackets is missing, like a {{ with just one } closing it.

    Here is the default atom.xml file that you can use as an example:

    ---
    layout: nil
    ---
    <?xml version="1.0" encoding="utf-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom">
    
     <title>Your Title</title>
     <link href="http://www.example.com/atom.xml" rel="self"/>
     <link href="http://www.example.com/"/>
     <updated>{{ site.time | date_to_xmlschema }}</updated>
     <id>http://www.example.com/</id>
     <author>
       <name>Your Name/name>
       <email>Your Email</email>
     </author>
    
     {% for post in site.posts %}
     <entry>
       <title>{{ post.title }}</title>
       <link href="http://www.example.com{{ post.url }}"/>
       <updated>{{ post.date | date_to_xmlschema }}</updated>
       <id>http://www.example.com{{ post.id }}</id>
       <content type="html">{{ post.content | xml_escape }}</content>
     </entry>
     {% endfor %}
    
    </feed>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get Octopress (http://octopress.org/) working, but I'm having some issues. I'm using
i want build a blog using jekyll and octopress. but an error happened when
I've started the process of moving my blog to Octopress , but unfortunately, a
Using the Exiv2 library to write some exif tags to an image i'm running
Using getDefinitionByName I am consistently getting the error saying it is not defined (as
I'm using Octopress, which uses Disqus for comments. I've recently switched from a light
Using C# How can I show a document in richtextbox without scrollbars, But I
Using Visual Studio / C#, I've been debugging some nunit tests recently, and am
I am using vim as both Python IDE as well as some markdown editor
using Eclipse 3.4 Ganymede and I cannot find the way to add javadoc support

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.