Michael Currin
Michael Currin
See the one in cheatsheets - maybe link to a central one as a gist or repo for Jekyll sites.
https://docs.oracle.com/cd/E19504-01/802-5880/6i9k05dhg/index.html ```mk # Simple makefile for compiling a program from # two C source files. .KEEP_STATE functions: main.o data.o cc -O -o functions main.o data.o main.o: main.c cc -O -c...
```html window.addEventListener("load", function() { window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000" }, "button": { "background": "#cba477" } }, "showLink": false, "content": { "message": "This website uses cookies to analyze traffic...
Setup a Rails project without installing Rails globally. ```sh echo '# frozen_string_literal: true source "https://rubygems.org" gem "rails" ' > Gemfile ``` ```sh bundle config set --local path vendor/bundle bundle install...
It appears as two on mac Try as literal emoji instead of github emojis. See repo metadata and readmes
I get a security warning on my app because vue-markdown requires 9.X for highlight.js but the vulnerability is only fixed in 10.4.1 See below
Fixed some grammar, spelling and headings
Hi, as a low priority idea for you to update your gems. It might not impact you, but locking things down early on can reduce confusion later. I noticed your...
It seems weird in the theme and docs to use slug. https://github.com/eliottvincent/bay/search?q=slug&type= I don't know if it actually does what you intend. Jekyll has a standard already called permalink. e.g....