{
"version": "1.0",
"type": "rich",
"width": 800,
"height": 500,
"html":
"<iframe src=\"{{site.url}}/{{page.post_url}}\" scrolling=\"no\" frameborder=\"0\" marginheight=\"0px\" marginwidth=\"0px\" height=\"500px\" width=\"800px\" allowfullscreen></iframe>"
}
@reesericci maybe this can help: https://stackoverflow.com/questions/14759827/jekyll-generating-json-files-alongside-the-html-files
I tried but I couldn't really figure it out. I just want a liquid template using the same front matter as the page.
_sass/yours.scss
? Or is the only option for customization a full and complete override with no option to pull in the theme's style as a foundation?Oh actually... after typing up my question I thought of a different way to phrase a google search and found https://jekyllrb.com/docs/themes/
To modify any stylesheet you must take the extra step of also copying the main sass file (_sass/minima.scss in the Minima theme) into the _sass directory in your site’s source.
Gemfile.lock
, not a Gemfile
. I also have posts under the _posts
directory, which I don't want to be deleted when changing themes. Can anyone help me do this?
bundle install
then bundle exec jekyll server
, if everything works fine (all modules installed, no errors,...) then copy (not move, only copy!) your posts from your old local Jekyll blog to this new theme... build and serve it again and continuosly change and set up all the settings in the _config.yml file to fit your needs, but only in local at this first stage. It's like you are customizing this new theme with your content and settings, so you won't lose or overwrite anything of your blog. When you are ok, follow the chalk instructions to deploy it on Github without deleting your old local blog (if you have not a local copy make one as soon as you can)! P.S. Gemfile.lock is only the result of bundle install
command.
Hey @fabiomux, thank you for the advice yesterday. I did what you suggested, changed the posts in _posts
directory, and ran bundle exec jekyll server
and it worked locally! I then pushed it to GitHub and this error occurred when building
The tag `asset` on line 24 in `_includes/head.html` is not a recognized Liquid tag.
So I looked up this error and I added a hard constraint on jekyll-assets
in the Gemfile
as per solution here, but now I am getting another error when trying to deploy:
Liquid Exception: incompatible character encodings: ASCII-8BIT and UTF-8 in /_layouts/post.html
jekyll 3.8.6 | Error: incompatible character encodings: ASCII-8BIT and UTF-8
I've seen this error a bunch of times while trying to search for solutions, but none of the solutions have worked for me. A lot of the solutions say to add encoding: utf-8
to my Gemfile
but that doesn't work (also, I didn't even change _layouts/post.html
, so is it really an encoding issue?!). Would you happen to know how I can fix this?
Hello everyone,
I recently update my env (node, brew, npm & yarn) since I have some issues with Jekyll. Does anyone have experienced issues lately that can help me figure out this one?
Here is the error message after reloading the page while running: bundle exec jekyll serve –livereload
ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:23
.rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/webrick/httpserver.rb:82:in eof?'
.rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/webrick/httpserver.rb:82:in
run'
.rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/webrick/server.rb:307:in `block in start_thread'
Thanks for your support ;)
Hi all, I am the author of Jekyll Codex (.org) and I created an easy way to add Instagram to your Jekyll website (as easy as adding an img tag). You can find my solution here: https://profilepageimages.usecue.com. Happy coding!
i'm a happy user of @jhvanderschee PPI service. So useful for managing image galleries from Instagram 's API .
coming Jekyll Live coding event , saturday 10th april ... enjoy