| |
@@ -11,7 +11,7 @@
|
| |
|
| |
# This is CentOS default website theme for new Jekyll based web sites. You may
|
| |
# change this to anything you like.
|
| |
- gem "jekyll-theme-centos", "0.9.20220201124228"
|
| |
+ gem "jekyll-theme-centos", "0.9.20220212202853"
|
| |
|
| |
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
| |
# uncomment the line below. To upgrade, run `bundle update github-pages`. gem
|
| |
Add clipboard.js v2.0.10 in assets/js/clipboard.min.js and update
the assets/js/customization.js file to initialize ClipboardJS and
create the copy-to-clipboard buttons automatically.
Remove code-header presentation. The buttons before "pre > code"
combinations is now automatically created using javascript. The user
no longer needs to add HTML code to have the copy-to-clipboard button
near the "pre > code" structures.
Update highlighter presentation to accommodate the copy-to-clipboard button.
Fix empty and one-line code blocks presentation.