Laoujin / bliki

Personal bliki: MOVED to itenium.be/blog

Home Page:https://itenium.be/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pongit.be

Flow

# setup:
gem install jekyll bundler

# run:
npm start
bundle exec jekyll serve --drafts

# Show theme path
bundle show minima

# New plugin
# Add to _config.yml and Gemfile
bundle install

# PRD flag
$env:JEKYLL_ENV = "production"
bundle exec jekyll build
# Or Jenkins: http://pongit:9001/job/bliki%20(pongit.be)

Jekyll TODO

Add an {: .aside}

Plugins that might be added later:

Keyboard Glyphs:
BUG: Shortcut containing a + or ,

Bliki TODO

  • .NET Number/Date Formatting: Create a cheat-sheet and a comparison with MomentJS

Liquid

https://help.shopify.com/themes/liquid https://github.com/Shopify/liquid/wiki/Liquid-for-Designers

Kramdown tutorial

# Images:
![My helpful screenshot]({{ site.url }}/assets/screenshot.jpg)


# Links:

[description][link-slug] [link-slug]: https://github.com

{% highlight ruby linenos %} {% endhighlight %}

{::options parse_block_html="true" /}

# yaye

{::options parse_block_html="false" /}

{% for my_page in site.pages %} {% if my_page.title %} {{ my_page.title | escape }} {% endif %} {% endfor %}


[jekyll-gist]: https://github.com/jekyll/jekyll-gist
[jemoji]: https://github.com/jekyll/jemoji
[jekyll-compose]: https://github.com/jekyll/jekyll-compose

About

Personal bliki: MOVED to itenium.be/blog

https://itenium.be/blog

License:MIT License


Languages

Language:Ruby 27.6%Language:HTML 24.6%Language:CSS 24.3%Language:SCSS 23.5%