From 8eeed31eb2f86ac982fa4b26f93b15828289c56d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 22 Apr 2021 20:22:47 -0400 Subject: New upstream version 8.1.3. --- docs/creating-a-theme.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/creating-a-theme.rst') diff --git a/docs/creating-a-theme.rst b/docs/creating-a-theme.rst index a1b737d..18629b8 100644 --- a/docs/creating-a-theme.rst +++ b/docs/creating-a-theme.rst @@ -42,7 +42,7 @@ So:: # Look at it jekyll serve & google-chrome http://localhost:4000 -If you **do not want to install Jekyll**, you can also see it in action at http://lanyon.getpoole.com/ +If you **do not want to install Jekyll**, you can also see it in action at https://lanyon.getpoole.com/ Some things jump to my mind: @@ -90,7 +90,7 @@ First, we create a site with some content in it. We’ll use the ``nikola init`` Please choose the correct time zone for your blog. Nikola uses the tz database. You can find your time zone here: - http://en.wikipedia.org/wiki/List_of_tz_database_time_zones + https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Time zone [UTC]: Current time in UTC: 16:02:07 @@ -134,7 +134,7 @@ First let’s look at the head element: - + @@ -148,7 +148,7 @@ First let’s look at the head element: - + @@ -260,7 +260,7 @@ And we will change it so it uses the lanyon styles instead of theme.css (again, % endif - + .. figure:: https://getnikola.com/images/lanyon-1.thumbnail.png @@ -285,7 +285,7 @@ Lanyon’s content is split in two parts: a sidebar and the rest. The sidebar lo @@ -846,6 +846,6 @@ The End And that’s it, that’s a whole theme. Eventually, once people start using it, they will notice small broken details, which will need handling one at a time. -This theme should be available in http://themes.getnikola.com/v7/lanyon/ and you can see it in action at https://themes.getnikola.com/v7/lanyon/demo/ . +This theme should be available in https://themes.getnikola.com/v7/lanyon/ and you can see it in action at https://themes.getnikola.com/v7/lanyon/demo/ . What if you want to extend other parts of the theme? Check out the :doc:`Theming reference `. You can also contribute your improvements to the `nikola-themes ` repository on GitHub. -- cgit v1.2.3