Skip to content

Commit

Permalink
Fix the SimpleCSS link
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Mar 17, 2024
1 parent 0a78299 commit 593db08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ bin/music-submission-links spec/fixtures/chill_sets.csv [ --simple-css ] > chill
open chill_set.html
----

NOTE: if you add `--simple-css` to the arguments, the generated HTML will include `<head>` element with the [Simple CSS Stylesheet](https://simplecss.org/).
WARNING: if you add `--simple-css` to the arguments, the generated HTML will include `<head>` element with the https://simplecss.org/[Simple CSS Stylesheet].

Now you can open WordPress, create a two-column layout and paste the contents into one of the two columns.

To verify that the script is working, install a handy tool called `highlight`:
To verify that the script is working, install a handy tool called `bat`:

[source,bash]
----
npm i -g highlight
bin/music-submission-links spec/fixtures/chill_sets.csv | highlight -l html
brew install bat
bin/music-submission-links spec/fixtures/chill_sets.csv | bat
----

=== Developer Setup
Expand Down

0 comments on commit 593db08

Please sign in to comment.