Skip to content

Commit

Permalink
Add donate info and fix docs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Oct 12, 2023
1 parent 05a9d10 commit 63dd1d4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ CKEditor integration for Flask, including image upload, code syntax highlighting
* [Examples](https://github.com/helloflask/flask-ckeditor/tree/master/examples)


## Donate

If you find Flask-CKEditor useful, please consider
[donating today](https://opencollective.com/flask-ckeditor/donate). Your donation keeps
Flask-CKEditor maintained and updated with CKEditor.


## License

This project is licensed under the MIT License (see the `LICENSE` file for details).
14 changes: 12 additions & 2 deletions docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ <h3>About</h3>

<iframe src="https://ghbtns.com/github-btn.html?user=greyli&repo=flask-ckeditor&type=star&count=true" frameborder="0" scrolling="0" width="150" height="30" title="GitHub"></iframe>

<h3>Donate</h3>

<p>If you find Flask-CKEditor useful, please consider donating today:</p>

<a style="text-decoration: none; border: none;" href="https://opencollective.com/flask-ckeditor/donate" target="_blank">
<img src="https://opencollective.com/flask-ckeditor/donate/[email protected]?color=white" width=300 />
</a>

<p>Your donation keeps Flask-CKEditor maintained and updated with CKEditor.</p>

<h3>Useful Links</h3>
<ul>
<li><a href="http://flask.pocoo.org/">Flask</a></li>
<li><a href="http://pypi.org/project/Flask-CKEditor">Flask-CKEditor @ PyPI</a></li>
<li><a href="https://github.com/pallets/flask/">Flask</a></li>
<li><a href="http://github.com/helloflask/flask-ckeditor">Flask-CKEditor @ GitHub</a></li>
<li><a href="http://pypi.org/project/Flask-CKEditor">Flask-CKEditor @ PyPI</a></li>
<li><a href="http://github.com/helloflask/flask-ckeditor/issues">Issue Tracker</a></li>
</ul>
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# documentation.
#
html_theme_options = {
'github_user': 'greyli',
'github_user': 'helloflask',
'index_logo': 'flask-ckeditor.png',
'github_fork': 'helloflask/flask-ckeditor',
}
Expand All @@ -111,7 +111,8 @@

# Output file base name for HTML help builder.
htmlhelp_basename = 'Flask-CKEditordoc'

html_favicon = '_static/bootstrap-flask-favicon.png'
html_logo = '_static/flask-ckeditor-small.png'

# -- Options for LaTeX output ------------------------------------------------

Expand Down

0 comments on commit 63dd1d4

Please sign in to comment.