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.