itskingori / itskingori.github.io

🌐 My own personal database-less website hosted on my own little corner of the Internet!
https://kingori.co
2 stars 0 forks source link

Address liquid warnings #46

Open itskingori opened 6 years ago

itskingori commented 6 years ago
$ make test
bundle exec rake test

## Generating Site with Jekyll
Configuration file: /Users/kingori/Workspace/src/github.com/itskingori/itskingori.github.io/_config.yml
            Source: /Users/kingori/Workspace/src/github.com/itskingori/itskingori.github.io
       Destination: /Users/kingori/Workspace/src/github.com/itskingori/itskingori.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
    Liquid Warning: Liquid syntax error (line 11): Unexpected character { in "post in site.categories[{{page.group}}]" in /_layouts/archives.html
    Liquid Warning: Liquid syntax error (line 17): Unexpected character { in "post in site.categories[{{page.category}}]" in /_layouts/atom.html
    Liquid Warning: Liquid syntax error (line 11): Unexpected character { in "post in site.categories[{{page.group}}]" in /_layouts/archives.html
    Liquid Warning: Liquid syntax error (line 17): Unexpected character { in "post in site.categories[{{page.category}}]" in /_layouts/atom.html
    Liquid Warning: Liquid syntax error (line 11): Unexpected character { in "post in site.categories[{{page.group}}]" in /_layouts/archives.html
    Liquid Warning: Liquid syntax error (line 17): Unexpected character { in "post in site.categories[{{page.category}}]" in /_layouts/atom.html
    Liquid Warning: Liquid syntax error (line 4): Unexpected character ! in "!page.sitemap" in sitemap.xml
                    done in 1.175 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

## HTML Proofing the generated site
Running ["ScriptCheck", "ImageCheck", "LinkCheck"] on ["./_site"] on *.html...

Ran on 148 files!

HTML-Proofer finished successfully.