Skip to content

Instantly share code, notes, and snippets.

@carlosdelfino
Last active August 17, 2016 20:22
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 carlosdelfino/a3d7a08b26b9ce8a0e59e91e77b15622 to your computer and use it in GitHub Desktop.
Save carlosdelfino/a3d7a08b26b9ce8a0e59e91e77b15622 to your computer and use it in GitHub Desktop.
# Site settings.
# Without a clear rule enforced, both title and name are used.
title: µOS++ IIIe / CMSIS++
name: µOS++ IIIe / CMSIS++
description: The third edition of µOS++ and CMSIS++, a proposal for the next generation CMSIS, written in C++.
motto: “Perfekt ist nicht gut genug”
icon: wall-e-icon.png
email: ilg@livius.net
destination: _site
exclude:
- README.md
- CONTRIBUTING.md
- 'MIGRATE-*.md'
- 'CODE_OF_CONDUCT*.md'
- .github
- jekyll-serve.command
- jekyll-build.command
- atom.command
- localhost-4001.webloc
- '*.pptx'
- Gemfile
- Gemfile.lock
# Used in sitemap.xml.
url: "http://micro-os-plus.github.io" # the base hostname & protocol for your site.
# The subpath of your site, e.g. /blog (note the leading slash and the
# absence of a trailing slash).
baseurl: ""
# This timezone is used to display post dates and last modified messages.
timezone: UTC
encoding: utf-8
# Default permalink used for posts.
permalink: /blog/:year/:month/:day/:title/
# Build settings.
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Warning: paginator retired in Jekyll 3!
# Make this larger, probably 5 is a good choice.
# paginate: 2
# paginate_path: "/blog/page:num/"
# The number of links added to the 'Latest news' box.
latest-news-pages: 4
# Currently disabled, since it generates incomplete content.
# Use manually written RSS feed.xml.
# - jekyll-feed
# {% feed_meta %} in head.html
# jekyll-last-modified-at is not available on GitHub Pages.
gems:
- jekyll-last-modified-at
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
# Not yet functional
# - jekyll-multiple-languages
# If you want to use pagination, you should add jekyll-paginate into gems
# and make sure it is in front of jekyll-multiple-languages
# All languages used
# languages: ['en', 'pt']
# If not configured, the first item of languages will be used as the default.
# language_default: 'en'
# Custom definitions.
# References to the project associated with the web.
github-username: ilg-ul
github-project-name: micro-os-plus/cmsis-plus
github-project-url: http://github.com/micro-os-plus/cmsis-plus
github-this-project-url: https://github.com/micro-os-plus/micro-os-plus.github.io-source
github-this-project-branch: master
sourceforge-project-url: http://sourceforge.net/projects/micro-os-plus
# Change it to refer to project's page
# facebook-url: https://facebook.com/ilg-ul/
facebook-page: https://facebook.com/microosplus/
# twitter-url: http://twitter.com/ilegeul
# If you have one, define it here.
google-analytics-id: UA-16767008-14
google-site-verification: NT_y3tqI_8mrd8gYA_FDWHT2-tkJExOC6KBkSnyZx6c
# Disable it if no site footer is needed.
# custom-footer-content: content/site-custom-footer.markdown
# jekyll-toc-generator
tocTopTag: h2
minItemsToShowToc: 3
useExistingAnchors: true
css-date: 201608151703
# Content copyright. Update it to your needs.
copyright-message: "© 2016 Liviu Ionescu"
consu_000@SocialSLA ~/Documents/GitHub/micro-os-plus.github.io-source-test
$ bundler exec ~/.gem/ruby/gems/jekyll-3.2.1/exe/jekyll server --incremental --port 4001 --trace
Configuration file: /cygdrive/c/Users/consu_000/Documents/GitHub/micro-os-plus.github.io-source-test/_config.yml
Source: /cygdrive/c/Users/consu_000/Documents/GitHub/micro-os-plus.github.io-source-test
Destination: _site
Incremental build: enabled
Generating...
Deprecation: posts.each should be changed toposts.docs.each.
Called by /home/consu_000/.gem/ruby/gems/jekyll-last-modified-at-0.3.4/lib/jekyll-last-modified-at/generator.rb:7:in `block in generate'.
Liquid Exception: no implicit conversion of nil into String in /_layouts/post.html
bundler: failed to load command: /home/consu_000/.gem/ruby/gems/jekyll-3.2.1/exe/jekyll (/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/exe/jekyll)
TypeError: no implicit conversion of nil into String
/cygdrive/c/Users/consu_000/Documents/GitHub/micro-os-plus.github.io-source-test/_plugins/tocGenerator.rb:116:in `gsub'
/cygdrive/c/Users/consu_000/Documents/GitHub/micro-os-plus.github.io-source-test/_plugins/tocGenerator.rb:116:in `toc_generate'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/strainer.rb:51:in `invoke'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/context.rb:95:in `invoke'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/variable.rb:88:in `block in render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/variable.rb:86:in `each'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/variable.rb:86:in `inject'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/variable.rb:86:in `render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/block.rb:151:in `render_token'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/profiler/hooks.rb:5:in `block in render_token_with_profiling'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/profiler.rb:80:in `profile_token_render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/profiler/hooks.rb:4:in `render_token_with_profiling'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/block.rb:135:in `block in render_all'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/block.rb:122:in `each'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/block.rb:122:in `render_all'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/block.rb:108:in `render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/template.rb:210:in `block in render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/template.rb:262:in `with_profiling'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/template.rb:209:in `render'
/home/consu_000/.gem/ruby/gems/liquid-3.0.6/lib/liquid/template.rb:222:in `render!'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/liquid_renderer/file.rb:28:in `block (2 levels) in render!'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/liquid_renderer/file.rb:40:in `measure_bytes'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/liquid_renderer/file.rb:27:in `block in render!'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/liquid_renderer/file.rb:47:in `measure_time'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/liquid_renderer/file.rb:26:in `render!'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/renderer.rb:114:in `render_liquid'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/renderer.rb:157:in `place_in_layouts'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/renderer.rb:71:in `run'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:447:in `block (2 levels) in render_docs'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:445:in `each'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:445:in `block in render_docs'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:444:in `each'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:444:in `render_docs'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:190:in `render'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/site.rb:69:in `process'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/command.rb:26:in `process_site'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/commands/build.rb:63:in `build'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/commands/build.rb:34:in `process'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/lib/jekyll/commands/serve.rb:36:in `block (2 levels) in init_with_program'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `call'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
/home/consu_000/.gem/ruby/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
/home/consu_000/.gem/ruby/gems/jekyll-3.2.1/exe/jekyll:13:in `<top (required)>'
consu_000@SocialSLA ~/Documents/GitHub/micro-os-plus.github.io-source-test
$
source "https://rubygems.org"
gem 'jekyll', '3.2.1'
gem 'kramdown', '1.11.1'
group :jekyll_plugins do
gem 'jekyll-watch', '1.1'
gem 'jekyll-last-modified-at', '0.3.4'
# gem 'jekyll-multiple-languages'
gem 'jekyll-mentions', '1.1.3'
gem 'jemoji', '0.7.0'
gem 'jekyll-redirect-from', '0.11.0'
gem 'jekyll-sitemap', '0.11.0'
gem 'jekyll-paginate', '1.1.0'
end
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
celluloid (0.16.0)
timers (~> 4.0.0)
colorator (1.1.0)
ffi (1.9.14)
forwardable-extended (2.6.0)
gemoji (2.1.0)
hitimes (1.2.4)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.4)
i18n (0.7.0)
jekyll (3.2.1)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-last-modified-at (0.3.4)
jekyll
jekyll-mentions (1.1.3)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.11.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.11.0)
addressable (~> 2.4.0)
jekyll-watch (1.1.0)
listen (~> 2.7)
jemoji (0.7.0)
activesupport (~> 4.0)
gemoji (~> 2.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (1.8.3)
kramdown (1.11.1)
liquid (3.0.6)
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.6)
mini_portile2 (2.1.0)
minitest (5.9.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
pkg-config (1.1.7)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
thread_safe (0.3.5)
timers (4.0.4)
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
jekyll (= 3.2.1)
jekyll-last-modified-at (= 0.3.4)
jekyll-mentions (= 1.1.3)
jekyll-paginate (= 1.1.0)
jekyll-redirect-from (= 0.11.0)
jekyll-sitemap (= 0.11.0)
jekyll-watch (= 1.1)
jemoji (= 0.7.0)
kramdown (= 1.11.1)
BUNDLED WITH
1.12.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment