diff --git a/README.md b/README.md index c2c3a9f..d2fe87c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [](https://github.com/alshedivat/al-folio/actions/workflows/deploy.yml) [](https://alshedivat.github.io/al-folio/) [](https://github.com/alshedivat/al-folio/graphs/contributors/) - - +[](https://github.com/alshedivat/al-folio/releases/latest) +[](https://github.com/alshedivat/al-folio/blob/master/LICENSE) [](https://github.com/alshedivat/al-folio) [](https://github.com/alshedivat/al-folio/fork) [](https://ko-fi.com/alshedivat) @@ -26,13 +26,13 @@ Feel free to add your own page(s) by sending a PR.
@@ -403,7 +403,7 @@ For more complex issues/bugs or feature requests, please open an issue using the
## License
-The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
+The theme is available as open source under the terms of the [MIT License](https://github.com/alshedivat/al-folio/blob/master/LICENSE).
-Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](http://liabogoev.com) and under the MIT license).
+Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](https://liabogoev.com) and under the MIT license).
Since then, it got a full re-write of the styles and many additional cool features.
diff --git a/_config.yml b/_config.yml
index 34fc72b..a903c91 100644
--- a/_config.yml
+++ b/_config.yml
@@ -75,10 +75,15 @@ stackoverflow_id: #your stackoverflow id
contact_note: >
You can even add a little note about which of these is the best way to reach you.
+# -----------------------------------------------------------------------------
+# Analytics and search engine verification
+# -----------------------------------------------------------------------------
+
google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX)
+panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)
+
google_site_verification: # your google-site-verification ID (Google Search Console)
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
-panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)
# -----------------------------------------------------------------------------
# Blog
@@ -232,8 +237,10 @@ filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, select
# Responsive WebP Images
# -----------------------------------------------------------------------------
+enable_responsive_images: true # enables responsive images for your site (recomended, see https://github.com/alshedivat/al-folio/issues/537)
+
imagemagick:
- enabled: true
+ enabled: true # make it 'false' if not using responsive images
widths:
- 480
- 800
diff --git a/_includes/figure.html b/_includes/figure.html
index c3d931a..62179e6 100644
--- a/_includes/figure.html
+++ b/_includes/figure.html
@@ -3,12 +3,25 @@
+