ranger6
ranger6
The "diff" subcommand returns the keyword "prerelease" when it is the pre-release part that differs. This keyword--different from "prerel"--means using the output of "diff" is awkward to use as input...
@fsaintjacques noted that "ideally the returned atom would match the tokens supported by `bump`, hence usable with xargs and similar tools. This change would break backward compatibility, so a major...
Currently, the colors used in Noteworthy are defined in `assets/css/main.scss`. First, variables with the color names are defined (e.g. `$teal: #63BDA2;`), then these variables are used in the CSS ruleset....
One line change as described in issue #38 Tested with `hugo server`. ### To test: 1. Clone https://github.com/ranger6/noteworthy-example and checkout the `issue38` branch. This branch points to the issue38 branch...
The template code to generate a list of tags with `href`s to each tag's definition fails when the baseURL contains a path component. That is, everything is fine if the...