From a993f63b4d22195d84a6d1a9afd7451a6e4bad4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Tue, 6 Dec 2022 16:43:24 +0100 Subject: [PATCH 1/4] Updated Dockerfile to Python 3.11 on Alpine 3.17 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index da87a0012..09b74fea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,13 +18,13 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -FROM python:3.9.2-alpine3.13 +FROM python:3.11.0-alpine3.17 # Build-time flags ARG WITH_PLUGINS=true # Environment variables -ENV PACKAGES=/usr/local/lib/python3.9/site-packages +ENV PACKAGES=/usr/local/lib/python3.11/site-packages ENV PYTHONDONTWRITEBYTECODE=1 # Set build directory From 8efce364ff2c2af4ca879d7a904354ee4cca2836 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 7 Dec 2022 16:29:53 +0100 Subject: [PATCH 2/4] Updated Insiders guide --- docs/insiders/index.md | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/docs/insiders/index.md b/docs/insiders/index.md index 1eaa0054e..0afe5e15b 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -102,15 +102,9 @@ which are currently exclusively available to sponsors: - [x] [Tooltips] - [x] [Chinese search support] - [x] [Card grids] -- [x] [Offline plugin] - [x] [Privacy plugin] - [x] [Annotations] - [x] [Navigation icons] -- [x] [Brand new search plugin] -- [x] [Rich search previews] -- [x] [Tokenizer with lookahead] -- [x] [Advanced search highlighting] -- [x] [Excluding content from search] @@ -243,22 +237,6 @@ features prefixed with a checkmark symbol, denoting whether a feature is :octicons-check-circle-fill-24:{ style="color: var(--md-default-fg-color--lightest)" } planned, but not yet implemented. When the funding goal is hit, the features are released for general availability. -#### $ 10,000 – Carolina Reaper - -- [x] [Brand new search plugin] -- [x] [Rich search previews] -- [x] [Tokenizer with lookahead] -- [x] [Advanced search highlighting] -- [x] [Excluding content from search] -- [x] [Offline plugin] - - [Brand new search plugin]: ../blog/posts/search-better-faster-smaller.md - [Rich search previews]: ../blog/posts/search-better-faster-smaller.md#rich-search-previews - [Tokenizer with lookahead]: ../blog/posts/search-better-faster-smaller.md#tokenizer-lookahead - [Advanced search highlighting]: ../blog/posts/search-better-faster-smaller.md#accurate-highlighting - [Excluding content from search]: ../setup/setting-up-site-search.md#search-exclusion - [Offline plugin]: ../setup/building-for-offline-usage.md - #### $ 12,000 – Piri Piri - [x] [Blog plugin] @@ -323,6 +301,22 @@ This section lists all funding goals that were previously completed, which means that those features were part of Insiders, but are now generally available and can be used by all users. +#### $ 10,000 – Carolina Reaper + +- [x] [Brand new search plugin] +- [x] [Rich search previews] +- [x] [Tokenizer with lookahead] +- [x] [Advanced search highlighting] +- [x] [Excluding content from search] +- [x] [Offline plugin] + + [Brand new search plugin]: ../blog/posts/search-better-faster-smaller.md + [Rich search previews]: ../blog/posts/search-better-faster-smaller.md#rich-search-previews + [Tokenizer with lookahead]: ../blog/posts/search-better-faster-smaller.md#tokenizer-lookahead + [Advanced search highlighting]: ../blog/posts/search-better-faster-smaller.md#accurate-highlighting + [Excluding content from search]: ../setup/setting-up-site-search.md#search-exclusion + [Offline plugin]: ../setup/building-for-offline-usage.md + #### $ 8,000 – Scotch Bonnet - [x] [Social cards] From b18c0e0a423f02ae08a37c7ed2e13e300e932cd9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 7 Dec 2022 16:53:55 +0100 Subject: [PATCH 3/4] Updated Insiders guide --- docs/insiders/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/insiders/index.md b/docs/insiders/index.md index 0afe5e15b..37cc91158 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -81,14 +81,14 @@ a handful of them, [thanks to our awesome sponsors]! ## What's in for me? The moment you [become a sponsor][how to become a sponsor], you'll get __immediate -access to 25 additional features__ that you can start using right away, and +access to 19 additional features__ that you can start using right away, and which are currently exclusively available to sponsors:
- [x] [Privacy plugin: external links] :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" } - [x] [Navigation subtitles] :material-alert-decagram:{ .mdx-pulse title="Added on October 2, 2022" } -- [x] [Tags plugin: allow list] and [custom sorting] :material-alert-decagram:{ .mdx-pulse title="Added on October 2, 2022" } +- [x] [Tags plugin: allow list] + [custom sorting] :material-alert-decagram:{ .mdx-pulse title="Added on October 2, 2022" } - [x] [Blog plugin: custom index pages] - [x] [Blog plugin: related links] - [x] [Blog plugin] From 81c15d5eced1b34e3636acb27d4cf16dad5c26e7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 7 Dec 2022 17:50:43 +0100 Subject: [PATCH 4/4] Documentation --- docs/setup/setting-up-a-blog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/setting-up-a-blog.md b/docs/setup/setting-up-a-blog.md index 39ad8ee22..9eab7b222 100644 --- a/docs/setup/setting-up-a-blog.md +++ b/docs/setup/setting-up-a-blog.md @@ -210,12 +210,12 @@ The following configuration options are available for posts: format string that is used for the URL of the post. The following placeholders are currently supported: - - `date`: Replaced with the post's date, as configured in + - `date` – Replaced with the post's date, as configured in [`post_url_date_format`][post_url_date_format]. - - `slug`: Replaced with a slug generated from the post's title. + - `slug` – Replaced with a slug generated from the post's title. - - `file`: Replaced with the post's file name. + - `file` – Replaced with the post's file name. === ":material-link: blog/2022/:material-dots-horizontal:/"