You can find sources of that site on github
https://github.com/blockspacer/flex_docs
checked versions:
Setup
checked on ubuntu 18.04
sudo apt autoremove
sudo apt update
sudo apt -y upgrade
How to add new article
see _docs.
permalink: …
title: “…”
date: …
categories: …
Markdown editor jekyll-editor for chrome
Cheatsheet
Use two spaces for newline!
demo: JSON chart:
demo: highlight & endhighlight:
Важно: demo: nospell
see:
https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers
demo: gist
see https://github.com/jekyll/jekyll-gist
demo: raw & endraw
see Jekyll & Liquid Cheatsheet
demo: details & summary
demo...
demo: editor
see File - Embed- HTML
see _category:
run npm run start
, see category/
example:
Editors
https://github.com/ashmaroli/jekyll-manager
bundle exec jekyll serve --watch
http://localhost:4000/admin
gulp admin
http://localhost:3000
http://127.0.0.1:4096/admin
clear browser cache (ctrl+shift+r).
check logs
bundle exec jekyll serve --watch
typo correction
sudo apt-get install aspell aspell-ru aspell-en -y
see http://aspell.net/win32/
- Font “lucida console”
-
coding “chcp 1252”
- Examples.
Hotkeys:
- a - add word
- r - fix typo
- x - exit
- i - skip
see:
- Demo: nospell
Demo: .hint
Demo: filtered
nil
Setup
1 http://yeoman.io/codelab/index.html
npm install -g yo
2 https://github.com/nirgn975/generator-jekyll-starter-kit
npm install -g generator-jekyll-starter-kit
3
yo jekyll-starter-kit
4
https://github.com/yihangho/emoji-for-jekyll
5
https://medium.com/@nirgn/jekyll-starter-kit-generator-2-1-0-is-out-5e2efd2311d9
https://programminghistorian.org/lessons/building-static-sites-with-jekyll-github-pages
https://learn.cloudcannon.com/
http://anandmanisankar.com/posts/jekyll-starter-scaffold-blog-yeoman/
http://anandmanisankar.com/jekyllstarter/
https://habrahabr.ru/post/336266/
https://github.com/planetjekyll/awesome-jekyll
https://ben.balter.com/2015/02/20/jekyll-collections/
https://mademistakes.com/articles/using-jekyll-2017/
https://novelist.xyz/tech/performant-jekyll-site-with-gulp-cloudflare/
6
http://osfameron.github.io/jekyll-plugins-tutorial/
https://maxchadwick.xyz/blog/building-a-custom-jekyll-command-plugin
bundle install
gem build YOUR_PLUGIN.gemspec