Skip to content

Commit

Permalink
Merge pull request #379 from ashawley/drop-txtpen
Browse files Browse the repository at this point in the history
Drop txtpen revert #325
  • Loading branch information
ashawley authored Jan 6, 2019
2 parents c62b160 + 9538082 commit ade0f89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ More setup instructions and advanced options can be found at [http://formspree.i

To configure Disqus, set up a [Disqus site](https://disqus.com/admin/create/) with the same name as your site. Then, in `_config.yml`, edit the `disqus_shortname` value to enable Disqus.

### txtpen

To configure txtpen, set up a [txtpen site](https://txtpen.com/go) with the same name as your site. Then, in `_config.yml`, edit the `txtpen_sitename` value to enable txtpen

### Customizing the CSS

All variables can be found in the `_sass/_variables.scss` file, toggle these as you'd like to change the look and feel of Pixyll.
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ fb_page_id:
# (leave blank to disable Disqus)
disqus_shortname:

# txtpen post comments
# (leave blank to disable txtpen)
txtpen_sitename:

# Facebook Comments plugin
# (leave blank to disable Facebook Comments, otherwise set it to true)
facebook_comments:
Expand Down
4 changes: 0 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ <h1>{{ page.title }}</h1>
{% include post_footer.html %}
{% endif %}

{% if txtpen.txtpen_sitename %}
<script src="https://txtpen.com/embed.js?site={{txtpen.txtpen_sitename}}" />
{% endif %}

{% if site.disqus_shortname %}
<div id="disqus_thread"></div>
<script type="text/javascript">
Expand Down

0 comments on commit ade0f89

Please sign in to comment.