diff --git a/_config.yml b/_config.yml index 93bf2914761..b93c45e7e8a 100644 --- a/_config.yml +++ b/_config.yml @@ -69,7 +69,7 @@ titlecase: true # Converts page and post titles to titlecase # list each of the sidebar modules you want to include, in the order you want them to appear. # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html' -default_asides: [post/sharing.html, asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html] +default_asides: [post/sharing.html, asides/recent_posts.html] # Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below # and add an array with the asides you want to use. diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 04caff49099..9a1a73a3c58 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -186,6 +186,10 @@ p.note { } +#site-search .search { + width: calc(100% - 36px); +} + .install-instructions-container { #normal-install, #raspberry-install, #docker-install, .install-instructions { display: none; diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html new file mode 100644 index 00000000000..fe95f143c5a --- /dev/null +++ b/source/_includes/asides/about.html @@ -0,0 +1,11 @@ +
+

About Home Assistant

+ +
diff --git a/source/_includes/asides/categories.html b/source/_includes/asides/categories.html new file mode 100644 index 00000000000..0e4518742d3 --- /dev/null +++ b/source/_includes/asides/categories.html @@ -0,0 +1,9 @@ +
+

Categories

+ +
diff --git a/source/_includes/asides/delicious.html b/source/_includes/asides/delicious.html deleted file mode 100644 index b76f2623dd0..00000000000 --- a/source/_includes/asides/delicious.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if site.delicious_user %} -
-

- Delicious - - - - - -

-
- - - -
-
-{% endif %} \ No newline at end of file diff --git a/source/_includes/asides/googleplus.html b/source/_includes/asides/googleplus.html deleted file mode 100644 index d24547941fb..00000000000 --- a/source/_includes/asides/googleplus.html +++ /dev/null @@ -1,3 +0,0 @@ -{% comment %} - This section intentionally blank. -{% endcomment %} \ No newline at end of file diff --git a/source/_includes/asides/pinboard.html b/source/_includes/asides/pinboard.html deleted file mode 100644 index 9c789debf02..00000000000 --- a/source/_includes/asides/pinboard.html +++ /dev/null @@ -1,17 +0,0 @@ -{% if site.pinboard_user %} -
-

- My Pinboard - - - - - -

- -
-{% endif %} diff --git a/source/_includes/asides/recent_posts.html b/source/_includes/asides/recent_posts.html index c3c5e7d81a1..66628e6b925 100644 --- a/source/_includes/asides/recent_posts.html +++ b/source/_includes/asides/recent_posts.html @@ -1,5 +1,5 @@
-

Other Posts

+

Recent Posts