Skip to content

Instantly share code, notes, and snippets.

@Spiker01
Created June 6, 2018 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spiker01/970453d9c235d30fa298e74c703aacae to your computer and use it in GitHub Desktop.
Save Spiker01/970453d9c235d30fa298e74c703aacae to your computer and use it in GitHub Desktop.
sudo bundle install theme
sudo bundle install
[sudo] password:
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for
all non-root users on this machine.
Using concurrent-ruby 1.0.5
Using i18n 0.9.5
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 4.2.10
Using public_suffix 2.0.5
Using addressable 2.5.2
Using bundler 1.16.2
Using coffee-script-source 1.11.1
Using execjs 2.7.0
Using coffee-script 2.4.1
Using colorator 1.1.0
Using ruby-enum 0.7.2
Using commonmarker 0.17.9
Using dnsruby 1.60.2
Using eventmachine 1.2.7
Using http_parser.rb 0.6.0
Using em-websocket 0.5.1
Using ffi 1.9.25
Using ethon 0.11.0
Using multipart-post 2.0.0
Using faraday 0.15.2
Using forwardable-extended 2.6.0
Using gemoji 3.0.0
Using sawyer 0.8.1
Using octokit 4.9.0
Using typhoeus 1.3.0
Using github-pages-health-check 1.8.1
Using rb-fsevent 0.10.3
Using rb-inotify 0.9.10
Using sass-listen 4.0.0
Using sass 3.5.6
Using jekyll-sass-converter 1.5.2
Using ruby_dep 1.5.0
Using listen 3.1.5
Using jekyll-watch 2.0.0
Using kramdown 1.16.2
Using liquid 4.0.0
Using mercenary 0.3.6
Using pathutil 0.16.1
Using rouge 2.2.1
Using safe_yaml 1.0.4
Using jekyll 3.7.3
Using jekyll-avatar 0.5.0
Using jekyll-coffeescript 1.1.1
Using jekyll-commonmark 1.2.0
Using jekyll-commonmark-ghpages 0.1.5
Using jekyll-default-layout 0.1.4
Using jekyll-feed 0.9.3
Using jekyll-gist 1.5.0
Using jekyll-github-metadata 2.9.4
Using mini_portile2 2.3.0
Using nokogiri 1.8.2
Using html-pipeline 2.8.0
Using jekyll-mentions 1.3.0
Using jekyll-optional-front-matter 0.3.0
Using jekyll-paginate 1.1.0
Using jekyll-readme-index 0.2.0
Using jekyll-redirect-from 0.13.0
Using jekyll-relative-links 0.5.3
Using rubyzip 1.2.1
Using jekyll-remote-theme 0.3.1
Using jekyll-seo-tag 2.4.0
Using jekyll-sitemap 1.2.0
Using jekyll-swiss 0.4.0
Using jekyll-theme-architect 0.1.1
Using jekyll-theme-cayman 0.1.1
Using jekyll-theme-dinky 0.1.1
Using jekyll-theme-hacker 0.1.1
Using jekyll-theme-leap-day 0.1.1
Using jekyll-theme-merlot 0.1.1
Using jekyll-theme-midnight 0.1.1
Using jekyll-theme-minimal 0.1.1
Using jekyll-theme-modernist 0.1.1
Using jekyll-theme-primer 0.5.3
Using jekyll-theme-slate 0.1.1
Using jekyll-theme-tactile 0.1.1
Using jekyll-theme-time-machine 0.1.1
Using jekyll-titles-from-headings 0.5.1
Using jemoji 0.9.0
Using minima 2.4.1
Using unicode-display_width 1.4.0
Using terminal-table 1.8.0
Using github-pages 186
Bundle complete! 1 Gemfile dependency, 85 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
@Spiker01
Copy link
Author

Spiker01 commented Jun 6, 2018

bundle exec jekyll serve
Configuration file: /home/user01/jekyllsites/myblog01/_config.yml
Source: /home/user01/jekyllsites/myblog01
Destination: /home/user01/jekyllsites/myblog01/_site
Incremental build: disabled. Enable with --incremental
Generating...
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
fatal: Not a git repository (or any of the parent directories): .git
Build Warning: Layout 'nil' requested in atom.xml does not exist.
Liquid Exception: Invalid syntax for include tag. File contains invalid characters or sequences: _scripts/schemes/.html Valid syntax: {% include file.ext param='value' param2='value' %} in /_layouts/layout.html
jekyll 3.7.3 | Error: Invalid syntax for include tag. File contains invalid characters or sequences:

_scripts/schemes/.html

Valid syntax:

{% include file.ext param='value' param2='value' %}

In directory _scripts/schemes/.html no .html file. The display of hidden files is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment