Skip to content

Commit 6fab665

Browse files
committedMay 23, 2015
more https
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent a246b73 commit 6fab665

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This repo contains the publicly available themes for Nikola (http://getnikola.com/)
1+
This repo contains the publicly available themes for Nikola (https://getnikola.com/)
22

33
To contribute a theme:
44

‎scripts/build_themes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# s/v7/vX/ to upgrade
2020

21-
BASE_URL = "http://themes.getnikola.com/v7/"
21+
BASE_URL = "https://themes.getnikola.com/v7/"
2222

2323
def error(msg):
2424
print(colorama.Fore.RED + "ERROR:" + msg)

‎v6/bootstrap-jinja/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A "website-done-with-bootstrap" theme, so to speak.
33
Has a fixed navigation bar at top that displays the NAVIGATION_LINKS
44
setting and supports nested menus.
55

6-
This theme is used in Nikola's website: http://getnikola.com
6+
This theme is used in Nikola's website: https://getnikola.com
77

88
Important: To fit in the bootstrap navigation bar, the search form needs the
99
navbar-form and pull-left CSS classes applied. Here is an example with Nikola's

‎v6/zen-ipython/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

‎v6/zen-jinja/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

‎v6/zen/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

‎v7/zen-ipython/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

‎v7/zen-jinja/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

‎v7/zen/conf.py.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
44
('/archive.html', 'Archives', 'icon-folder-open-alt'),
55
('/categories/index.html', 'Tags', 'icon-tags'),
66
('/rss.xml', 'RSS', 'icon-rss'),
7-
('http://getnikola.com', 'About me', 'icon-user'),
7+
('https://getnikola.com', 'About me', 'icon-user'),
88
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
99
('https://github.com/getnikola', 'My Github', 'icon-github'),
1010
)

0 commit comments

Comments
 (0)
Please sign in to comment.