From 547ad37c282cf022b1d725d825a9cebbcaf72cb9 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 4 Feb 2021 22:43:39 +0100 Subject: [PATCH] Cleanup --- README.md | 22 +++++++++++----------- docs/pelicanconf.py | 6 ++---- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5d5f54b..1e73af9 100644 --- a/README.md +++ b/README.md @@ -17,33 +17,33 @@ The minimalist [Pelican](http://blog.getpelican.com/) theme. - Open Graph - Rich Snippets (JSON-LD) - Related Posts (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) or AddThis) -- Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) (new in 2.0) +- Minute read (via [plugin](https://github.com/getpelican/pelican-plugins/tree/master/post_stats)) - [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight) -- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) (new in 2.0) -- [Dark Mode](https://github.com/alexandrevicenzi/Flex/wiki/Dark-Mode) (new in 2.3.0) +- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Translations) +- [Dark Mode](https://github.com/alexandrevicenzi/Flex/wiki/Dark-Mode) ## Integrations - [AddThis](http://www.addthis.com/) - [Disqus](https://disqus.com/) - [Gauges Analytics](http://get.gaug.es/) -- [Google AdSense](https://www.google.com.br/adsense/start/) (new in 2.1.0) +- [Google AdSense](https://www.google.com.br/adsense/start/) - [Google Analytics](https://www.google.com/analytics/web/) - [Google Tag Manager](https://www.google.com/tagmanager/) - [Matomo Analytics (formerly Piwik)](https://matomo.org/) - [StatusCake](https://www.statuscake.com/) -- [Isso](https://posativ.org/isso/) (new in 2.3.0) +- [Isso](https://posativ.org/isso/) - [Microsoft Clarity](https://clarity.microsoft.com) ## Plugins Support -- [Github Corners](https://github.com/tholman/github-corners) (new in 2.2.0) -- [I18N Sub-sites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) (new in 2.0) -- [Minute read](https://github.com/getpelican/pelican-plugins/tree/master/post_stats) (new in 2.0) +- [Github Corners](https://github.com/tholman/github-corners) +- [I18N Sub-sites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) +- [Minute read](https://github.com/getpelican/pelican-plugins/tree/master/post_stats) - [Related Posts](https://github.com/getpelican/pelican-plugins/tree/master/related_posts) -- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) (new in 2.2.0) -- [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) (new in 2.2.0) -- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/) (new in 2.3.0) +- [Representative image](https://github.com/getpelican/pelican-plugins/tree/master/representative_image) +- [Neighbors](https://github.com/getpelican/pelican-plugins/tree/master/neighbors) +- [Tipue Search](https://github.com/getpelican/pelican-plugins/blob/master/tipue_search/) ## Install diff --git a/docs/pelicanconf.py b/docs/pelicanconf.py index c46487e..2793366 100644 --- a/docs/pelicanconf.py +++ b/docs/pelicanconf.py @@ -18,6 +18,8 @@ PATH = "content" OUTPUT_PATH = "blog/" TIMEZONE = "America/New_York" +DISABLE_URL_HASH = True + # PLUGIN_PATHS = ['pelican-plugins'] # PLUGINS = ['i18n_subsites'] @@ -79,7 +81,3 @@ THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE = True THEME_COLOR_ENABLE_USER_OVERRIDE = True USE_LESS = True - -# GOOGLE ANALYTICS -# For Google Analytics 4 use. Note that for old Google Analytics ('UA-XXXXX') the GOOGLE_ANALYTICS variable is included in publishconfig.py -# GOOGLE_GLOBAL_SITE_TAG = 'G-XXXXX'