diff --git a/config/_default/config.toml b/config/_default/config.toml index ceb27ab6..7ed0bc4d 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -71,33 +71,33 @@ enableRobotsTXT = true [menu] [[menu.right]] name = "Blog" - url = "/blog/" + pageref = "/blog/" weight = 1 [[menu.right]] name = "Community" - url = "/community/" + pageref = "/community/" weight = 2 [[menu.right]] name = "Devices" - url = "/devices/" + pageref = "/devices/" weight = 3 [[menu.right]] name = "Documentation" - url = "/documentation/" + pageref = "/documentation/" weight = 4 [[menu.right]] name = "Contests" - url = "/contests/" + pageref = "/contests/" weight = 5 [[menu.right]] name = "Podcast" - url = "/podcast/" + pageref = "/podcast/" weight = 6 [[menu.additional]] name = "Store" post = "" - url = "#" + pageref = "#" weight = 0 identifier = "store" [menu.additional.params] @@ -120,7 +120,7 @@ enableRobotsTXT = true external = true [[menu.additional]] name = "Affiliates" - url = "/affiliates/" + pageref = "/affiliates/" parent = "store" weight = 3 identifier = "" diff --git a/content/community/_index.adoc b/content/community/_index.adoc index 86dc8b2e..4ae30e9d 100644 --- a/content/community/_index.adoc +++ b/content/community/_index.adoc @@ -8,11 +8,8 @@ aliases: --- {{< box style="themewhite pad" >}} - -{{< box style="pad_s blueshadow" type="image" link="/img/slider_index_1.jpg" width="350" >}}{{ box >}} - + {{< box style="pad_s blueshadow" type="image" link="/img/slider_index_1.jpg" width="380" >}}{{ box >}} {{< box style="pad f50 rows" title="" content="markdown" >}} - **Welcome to the PINE64 community!** _PINE64_ has a large, diverse and active community, and offers a variety of resources for hobbyists and businesses to successfully leverage various PINE64 products. @@ -22,13 +19,19 @@ To become connected and involved with the community, please see the channel list {{ box >}} -_PINE64_ is a community-driven company focused on creating high-quality, low-cost ARM devices and, more recently, RISC-V devices for individuals and businesses around the globe. PINE64 made its debut with the link:/documentation/Pine_A64[PINE A64] single-board computer, which successfully launched on Kickstarter in 2015. PINE64 has since released a multitude of other devices, including both development boards and end-user devices. -For information about PINE64 branding, including the usage of the PINE64 logo in non-commercial and other applications, please read the link:Brand_and_logo[article about our brand and logo]. +{{< box style="themewhite pad" >}} + {{< box style="pad f50 rows" title="" content="markdown" >}} +_PINE64_ is a community-driven company focused on creating high-quality, low-cost ARM devices and, more recently, RISC-V devices for individuals and businesses around the globe. PINE64 made its debut with the [PINE A64](/documentation/Pine_A64) single-board computer, which successfully launched on Kickstarter in 2015. PINE64 has since released a multitude of other devices, including both development boards and end-user devices. -The most important asset we have at our disposal is our community. We foster an active, friendly and large community of developers, contributors and end-users like yourself. Across our various community-ran chats and forums there are tens of thousands of people willing to help with any issues you may encounter. +For information about PINE64 branding, including the usage of the PINE64 logo in non-commercial and other applications, please read the [article about our brand and logo](Brand_and_logo). + +The most important asset we have at our disposal is our community. We foster an active, friendly and large community of developers, contributors and end-users like yourself. Across our various community-ran chats and forums there are tens of thousands of people willing to help with any issues you may encounter. There are a wide range of communication protocols to choose from. + {{ box >}} + + {{< box style="pad_s blueshadow" type="image" link="/img/philosophy.png" width="200" >}}{{ box >}} +{{ box >}} -There are a wide range of communication protocols to choose from. == Chat platforms diff --git a/themes/pinetheme/layouts/_default/baseof.html b/themes/pinetheme/layouts/_default/baseof.html index c379f0db..74487d53 100644 --- a/themes/pinetheme/layouts/_default/baseof.html +++ b/themes/pinetheme/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{ partial "head.html" . }}
- {{- partial "header.html" . -}} + {{- partialCached "header.html" . .Section -}}{{ .Summary }}
+{{ .Summary | strings.Truncate 300 | plainify}}
{{ partial "blog_date.html" . }}