Hey, I’m interested in contributing to the website (thinking primarily about giving a go at developing the search bar), but I’m a Jekyll noob and I’m having trouble opening the site in localhost.
I installed ruby, installed all the gems (at least I believe I did), but when I run:
$ bundle exec jekyll serve
Configuration file: /home/ccastro/Projetos/appimage.github.io/_config.yml
Source: /home/ccastro/Projetos/appimage.github.io
Destination: /home/ccastro/Projetos/appimage.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
...
A lot of:
YAML Exception reading /home/ccastro/Projetos/appimage.github.io/apps/lxd-ui.md: (<unknown>): could not find expected ':' while scanning a simple key at line 6 column 1
...
Jekyll Feed: Generating feed for posts
...
A lot of :
Liquid Warning: Liquid syntax error (line 7): Unexpected character & in "post.layout == 'app' && post.published == 'true'" in /_layouts/category.html
...
Auto-regeneration: enabled for '/home/ccastro/Projetos/appimage.github.io'
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
But when I try to acess the address given I can’t load the page (can’t load by accessing http://localhost:4000/ either). What am I doing wrong?
Any help would be appreciated.