Skip to content

Commit

Permalink
more https
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 23, 2015
1 parent a246b73 commit 6fab665
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
This repo contains the publicly available themes for Nikola (http://getnikola.com/)
This repo contains the publicly available themes for Nikola (https://getnikola.com/)

To contribute a theme:

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_themes.py
Expand Up @@ -18,7 +18,7 @@

# s/v7/vX/ to upgrade

BASE_URL = "http://themes.getnikola.com/v7/"
BASE_URL = "https://themes.getnikola.com/v7/"

def error(msg):
print(colorama.Fore.RED + "ERROR:" + msg)
Expand Down
2 changes: 1 addition & 1 deletion v6/bootstrap-jinja/README.md
Expand Up @@ -3,7 +3,7 @@ A "website-done-with-bootstrap" theme, so to speak.
Has a fixed navigation bar at top that displays the NAVIGATION_LINKS
setting and supports nested menus.

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

Important: To fit in the bootstrap navigation bar, the search form needs the
navbar-form and pull-left CSS classes applied. Here is an example with Nikola's
Expand Down
2 changes: 1 addition & 1 deletion v6/zen-ipython/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down
2 changes: 1 addition & 1 deletion v6/zen-jinja/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down
2 changes: 1 addition & 1 deletion v6/zen/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down
2 changes: 1 addition & 1 deletion v7/zen-ipython/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down
2 changes: 1 addition & 1 deletion v7/zen-jinja/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down
2 changes: 1 addition & 1 deletion v7/zen/conf.py.sample
Expand Up @@ -4,7 +4,7 @@ NAVIGATION_LINKS = {
('/archive.html', 'Archives', 'icon-folder-open-alt'),
('/categories/index.html', 'Tags', 'icon-tags'),
('/rss.xml', 'RSS', 'icon-rss'),
('http://getnikola.com', 'About me', 'icon-user'),
('https://getnikola.com', 'About me', 'icon-user'),
('https://twitter.com/getnikola', 'My Twitter', 'icon-twitter'),
('https://github.com/getnikola', 'My Github', 'icon-github'),
)
Expand Down

0 comments on commit 6fab665

Please sign in to comment.