Skip to content

Commit

Permalink
cicero.xyz serves via https; closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 4, 2018
1 parent 8898d21 commit ed14b34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cicero

Serving slides written in Markdown: http://cicero.xyz
Serving slides written in Markdown: https://cicero.xyz

In the background uses [remark](https://github.com/gnab/remark),
a simple, in-browser, markdown-driven slideshow tool
Expand Down
2 changes: 1 addition & 1 deletion cicero/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3>Why Cicero</h3>

<h3>Documentation</h3>
<ul class="list-unstyled">
<li>- <a href="http://cicero.readthedocs.io" target="_blank">http://cicero.readthedocs.io</a></li>
<li>- <a href="https://cicero.readthedocs.io" target="_blank">https://cicero.readthedocs.io</a></li>
</ul>

<h3>Upcoming features</h3>
Expand Down
4 changes: 2 additions & 2 deletions doc/maintenance/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Environment variables

``CICERO_URL_BASE``: defines the URL base for generated links in the Markdown file finder.

As an example, for http://cicero.xyz we set::
As an example, for https://cicero.xyz we set::

CICERO_URL_BASE=http://cicero.xyz
CICERO_URL_BASE=https://cicero.xyz
2 changes: 1 addition & 1 deletion doc/remark/highlighting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The default code highlighting style is "default". You can change it on the fly u

Example::

http://cicero.xyz/v3/remark/0.14.0/github.com/bast/talk-complexity/master/talk.md/?style=monokai#16
https://cicero.xyz/v3/remark/0.14.0/github.com/bast/talk-complexity/master/talk.md/?style=monokai#16

Supported styles::

Expand Down

0 comments on commit ed14b34

Please sign in to comment.