Skip to content

Commit

Permalink
Documentation tweaks from review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkp committed May 9, 2024
1 parent 89dc09d commit 2707d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ To use Disqus, add the Disqus site name via the following variable.
DISQUS_SITENAME = ''
```

To add extra CSS, eg to override styles without forking the Gum theme,
To add extra CSS, for example to override styles without forking the Gum theme,
you may specify either or both of these settings:

```
CUSTOM_CSS_FILES = ['list of paths to additional css static files']
CUSTOM_CSS_URLS = ['list of URLs of additional remote css to load']
```

To add extra Javascript to the theme, you may either or both of these settings:
To add extra Javascript to the theme, you may specify either or both of these settings:

```
CUSTOM_JS_FILES = ['list of paths to additional js static files']
CUSTOM_JS_URLS = ['list of URLs of additional js to load']
CUSTOM_JS_FILES = ['list of paths to additional JavaScript static files']
CUSTOM_JS_URLS = ['list of URLs of additional JavaScript to load']
```

Expand Down

0 comments on commit 2707d51

Please sign in to comment.