Michael Currin
Michael Currin
e.g. ``` ## License Licensed under [MIT license](https://github.com/MichaelCurrin/docsify-js-tutorial/blob/master/LICENSE) - You can modify and reuse this project. - A copy of the license and copyright notice must be included with the...
.markdown-section.markdown-section p.warn { background: var(--theme-color, #51b1dd); color: #fff; } .markdown-section.markdown-section a { color: #fff; }
https://www.codementor.io/@joshuaaroke/dry-code-vs-wet-code-89xjwv11w
Thanks @Mutmatt I'll have a look at those. I see there are a bunch of forks - let me know if you come across any which are good and up...
For interest, this is my site using the theme - private repo https://secondlinersimprov.co.za/ I found it useful to split home.html layout into several includes files: ``` {% include header.html %}...
Check minima for example https://github.com/jekyll/minima/blob/master/_layouts/home.html
This would require some changes in the code like adding to `.gemspec`: ``` s.metadata["plugin_type"] = "theme" ``` And maybe making the name lowercase so match other gems. ``` s.name =...
Regarding how to actually install, I've tried this so far based on other projects. ## Gemfile ```ruby source "https://rubygems.org" gem 'Dumbarton', git: 'https://github.com/tcbutler320/Jekyll-Theme-Dumbarton' ``` I ran `bundle install` which also...
URLs will be broken without http Fixed badly rendered whitespace by using backticks for usage
Fixed reference to highlight tag, not Highlighter. See PY script for reference.