|
25 | 25 | # This is the URL where Nikola's output will be deployed.
|
26 | 26 | # If not set, defaults to SITE_URL
|
27 | 27 | BASE_URL = "https://www.plasmapy.org/"
|
28 |
| -BENCHMARKS = "http://www.plasmapy.org/plasmapy-benchmarks/" |
29 | 28 | CITATION_INSTRUCTIONS = "https://docs.plasmapy.org/en/stable/about/citation.html"
|
30 | 29 | CODE_OF_CONDUCT = "https://docs.plasmapy.org/en/latest/CODE_OF_CONDUCT.html"
|
31 |
| -DOCS = "http://docs.plasmapy.org/" |
| 30 | +DOCS = "https://docs.plasmapy.org/" |
32 | 31 | FACEBOOK = "https://www.facebook.com/PlasmaPy-101663168274541"
|
33 | 32 | FEEDBACK_BOX = "https://docs.google.com/forms/d/e/1FAIpQLSdT3O5iHZrLJRuavFyzoR23PGy0Prfzx2SQOcwJGWtvHyT2lw/viewform?usp=sf_link"
|
34 | 33 | MAILING_LIST = "https://groups.google.com/forum/#!forum/plasmapy"
|
|
297 | 296 | # FORCE_ISO8601 = False
|
298 | 297 |
|
299 | 298 | # Date format used to display post dates. (translatable)
|
300 |
| -# Used by babel.dates, CLDR style: http://cldr.unicode.org/translation/date-time |
| 299 | +# Used by babel.dates, CLDR style: https://cldr.unicode.org/translation/date-time |
301 | 300 | # You can also use 'full', 'long', 'medium', or 'short'
|
302 | 301 | # DATE_FORMAT = 'yyyy-MM-dd HH:mm'
|
303 | 302 |
|
|
360 | 359 |
|
361 | 360 | # Enable reST directives that insert the contents of external files such
|
362 | 361 | # as "include" and "raw." This maps directly to the docutils file_insertion_enabled
|
363 |
| -# config. See: http://docutils.sourceforge.net/docs/user/config.html#file-insertion-enabled |
| 362 | +# config. See: https://docutils.sourceforge.net/docs/user/config.html#file-insertion-enabled |
364 | 363 | # REST_FILE_INSERTION_ENABLED = True
|
365 | 364 |
|
366 | 365 | # Create by default posts in one file format?
|
|
812 | 811 | # fields you want to keep in images. (See also PRESERVE_EXIF_DATA)
|
813 | 812 | #
|
814 | 813 | # For a full list of field names, please see here:
|
815 |
| -# http://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf |
| 814 | +# https://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf |
816 | 815 | #
|
817 | 816 | # This is a dictionary of lists. Each key in the dictionary is the
|
818 | 817 | # name of a IDF, and each list item is a field you want to preserve.
|
|
992 | 991 | '- <a href="{facebook}">Facebook</a> '
|
993 | 992 | '- <a href="{youtube}">YouTube</a> '
|
994 | 993 | '- <a href="{chat}">Chat</a> '
|
995 |
| - '- <a href="{benchmarks}">Benchmarks</a> ' |
996 | 994 | '- Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>'
|
997 | 995 | )
|
998 | 996 |
|
|
1020 | 1018 | "facebook": FACEBOOK,
|
1021 | 1019 | "youtube": YOUTUBE_CHANNEL,
|
1022 | 1020 | "chat": CHAT,
|
1023 |
| - "benchmarks": BENCHMARKS, |
1024 | 1021 | },
|
1025 | 1022 | )
|
1026 | 1023 | }
|
|
1058 | 1055 | # INDEX_FILE = "index.html"
|
1059 | 1056 |
|
1060 | 1057 | # If a link ends in /index.html, drop the index.html part.
|
1061 |
| -# http://mysite/foo/bar/index.html => http://mysite/foo/bar/ |
| 1058 | +# https://mysite/foo/bar/index.html => https://mysite/foo/bar/ |
1062 | 1059 | # (Uses the INDEX_FILE setting, so if that is, say, default.html,
|
1063 | 1060 | # it will instead /foo/default.html => /foo)
|
1064 | 1061 | STRIP_INDEXES = True
|
|
1088 | 1085 | # DEPLOY_DRAFTS = True
|
1089 | 1086 |
|
1090 | 1087 | # Allows scheduling of posts using the rule specified here (new_post -s)
|
1091 |
| -# Specify an iCal Recurrence Rule: http://www.kanzaki.com/docs/ical/rrule.html |
| 1088 | +# Specify an iCal Recurrence Rule: https://www.kanzaki.com/docs/ical/rrule.html |
1092 | 1089 | # SCHEDULE_RULE = ''
|
1093 | 1090 | # If True, use the scheduling rule to all posts (not pages!) by default
|
1094 | 1091 | # SCHEDULE_ALL = False
|
|
0 commit comments