Skip to content

Commit

Permalink
Change the remainder of setting the url field (jekyll#627)
Browse files Browse the repository at this point in the history
Merge pull request 627
  • Loading branch information
mzhang001 authored Jan 3, 2022
1 parent 6513ea8 commit 1997fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ You can *add* custom metadata to the `<head />` of your layouts by creating a fi
Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
To enable it, add the following lines to your Jekyll site:
:warning: `url`, e.g. `https://example.com`, must be set in you config file for Disqus to work.
To enable it, after setting the url field, you also need to add the following lines to your Jekyll site:
```yaml
disqus:
Expand All @@ -229,8 +231,6 @@ Comments are enabled by default and will only appear in production, i.e., `JEKYL

If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.

:warning: `url`, e.g. `https://example.com`, must be set in you config file for Disqus to work.

### Author Metadata

From `Minima-3.0` onwards, `site.author` is expected to be a mapping of attributes instead of a simple scalar value:
Expand Down

0 comments on commit 1997fed

Please sign in to comment.