From 3cd84197149cd247a9dc689e79f18635173bd871 Mon Sep 17 00:00:00 2001
From: Muchan Li
Date: Fri, 1 Mar 2024 15:57:21 -0800
Subject: [PATCH] new website template
---
404.md | 13 +
CNAME | 1 +
Gemfile | 6 -
Gemfile.lock | 268 ++-------
LICENSE | 137 +----
README.md | 318 ++++++++---
_config.yml | 166 +++++-
_includes/button.html | 1 +
_includes/figure.html | 4 +
_includes/head-custom-google-analytics.html | 10 -
_includes/head-custom.html | 9 -
_includes/icon.html | 1 +
_includes/map.html | 1 +
_includes/nav-categories.html | 9 +
_includes/nav-default.html | 23 +
_includes/nav-footer.html | 20 +
_includes/nav-header.html | 54 ++
_includes/nav-share.html | 24 +
_includes/nav-social.html | 10 +
_includes/post-categories.html | 25 +
_includes/post-comments.html | 17 +
_includes/post-list.html | 34 ++
_includes/post-meta.html | 16 +
_includes/post-pagination.html | 17 +
_includes/post-related.html | 19 +
_includes/site-analytics.html | 12 +
_includes/site-aside.html | 23 +
_includes/site-before-end.html | 1 +
_includes/site-before-start.html | 1 +
_includes/site-favicons.html | 7 +
_includes/site-feature.html | 15 +
_includes/site-fonts.html | 11 +
_includes/site-footer.html | 9 +
_includes/site-form.html | 53 ++
_includes/site-header.html | 10 +
_includes/site-icons.svg | 24 +
_includes/site-logo.html | 3 +
_includes/site-search.html | 58 ++
_includes/site-styles.html | 4 +
_includes/site-sw.html | 20 +
_includes/video.html | 3 +
_layouts/blog.html | 34 ++
_layouts/categories.html | 27 +
_layouts/default.html | 95 ++--
_layouts/page.html | 21 +
_layouts/post.html | 25 +
_posts/2016-08-27-example-post-one.md | 15 +
_posts/2016-08-28-example-post-two.md | 18 +
_posts/2016-08-29-example-post-three.md | 18 +
_sass/_flex.scss | 394 +++++++++++++
_sass/_normalize.scss | 419 ++++++++++++++
_sass/_sassline-base.scss | 6 +
_sass/_settings.scss | 38 ++
_sass/_syntax.scss | 61 ++
_sass/_theme.scss | 457 +++++++++++++++
_sass/alembic.scss | 11 +
_sass/jekyll-theme-tactile.scss | 383 -------------
_sass/rouge-base16-dark.scss | 81 ---
_sass/sassline-base/_mixins.scss | 420 ++++++++++++++
_sass/sassline-base/_modular-scale.scss | 66 +++
_sass/sassline-base/_reset.scss | 13 +
_sass/sassline-base/_typography.scss | 363 ++++++++++++
_sass/sassline-base/_variables.scss | 96 ++++
_sass/tactile.scss | 4 -
_site/404.html | 378 ++++++++++++
_site/LICENSE | 116 ----
_site/README.md | 118 ----
_site/another-page.html | 75 ---
_site/assets/css/print.css | 228 --------
_site/assets/css/style.css | 387 -------------
_site/assets/default-offline-image.png | Bin 0 -> 75218 bytes
_site/assets/default-social-image.png | Bin 0 -> 211651 bytes
_site/assets/images/body-bg.png | Bin 2401 -> 0 bytes
_site/assets/images/highlight-bg.jpg | Bin 30991 -> 0 bytes
_site/assets/images/hr.png | Bin 130 -> 0 bytes
_site/assets/images/octocat-icon.png | Bin 477 -> 0 bytes
_site/assets/images/tar-gz-icon.png | Bin 741 -> 0 bytes
_site/assets/images/zip-icon.png | Bin 735 -> 0 bytes
_site/assets/logos/logo.svg | 6 +
_site/assets/logos/logo@1024px.png | Bin 0 -> 27084 bytes
_site/assets/logos/logo@120px.png | Bin 0 -> 2330 bytes
_site/assets/logos/logo@144px.png | Bin 0 -> 2389 bytes
_site/assets/logos/logo@16px.png | Bin 0 -> 464 bytes
_site/assets/logos/logo@180px.png | Bin 0 -> 3334 bytes
_site/assets/logos/logo@32px.png | Bin 0 -> 954 bytes
_site/assets/logos/logo@512px.png | Bin 0 -> 21669 bytes
_site/assets/logos/logo@96px.png | Bin 0 -> 2264 bytes
_site/assets/scripts/fetch.js | 458 +++++++++++++++
_site/assets/search.json | 61 ++
_site/assets/styles.css | 1 +
_site/assets/styles.css.map | 1 +
_site/blog/index.html | 384 +++++++++++++
_site/blog/page2/index.html | 361 ++++++++++++
_site/categories/index.html | 472 +++++++++++++++
_site/docs/CODE_OF_CONDUCT.md | 46 --
_site/docs/CONTRIBUTING.md | 88 ---
_site/docs/SUPPORT.html | 81 ---
_site/docs/SUPPORT.md | 9 -
_site/elements/index.html | 536 ++++++++++++++++++
_site/feed.xml | 19 +
.../2016/08/29/example-post-three/index.html | 367 ++++++++++++
.../2016/08/27/example-post-one/index.html | 370 ++++++++++++
.../2016/08/28/example-post-two/index.html | 372 ++++++++++++
_site/index.html | 444 +++++++++++++--
_site/jekyll-theme-tactile.gemspec | 22 -
_site/manifest.json | 44 ++
_site/offline/index.html | 300 ++++++++++
_site/redirects.json | 1 +
_site/robots.txt | 1 +
_site/script/bootstrap | 6 -
_site/script/cibuild | 9 -
_site/script/release | 42 --
_site/script/validate-html | 29 -
_site/search/index.html | 356 ++++++++++++
_site/sitemap.xml | 33 ++
_site/sw.js | 73 +++
_site/thumbnail.png | Bin 8973 -> 0 bytes
alembic-jekyll-theme.gemspec | 28 +
another-page.md | 9 -
assets/.gitignore | 1 +
assets/css/print.css | 228 --------
assets/css/style.scss | 13 -
assets/default-offline-image.png | Bin 0 -> 75218 bytes
assets/default-social-image.png | Bin 0 -> 211651 bytes
assets/images/body-bg.png | Bin 2401 -> 0 bytes
assets/images/highlight-bg.jpg | Bin 30991 -> 0 bytes
assets/images/hr.png | Bin 130 -> 0 bytes
assets/images/octocat-icon.png | Bin 477 -> 0 bytes
assets/images/tar-gz-icon.png | Bin 741 -> 0 bytes
assets/images/zip-icon.png | Bin 735 -> 0 bytes
assets/logos/logo.svg | 6 +
assets/logos/logo@1024px.png | Bin 0 -> 27084 bytes
assets/logos/logo@120px.png | Bin 0 -> 2330 bytes
assets/logos/logo@144px.png | Bin 0 -> 2389 bytes
assets/logos/logo@16px.png | Bin 0 -> 464 bytes
assets/logos/logo@180px.png | Bin 0 -> 3334 bytes
assets/logos/logo@32px.png | Bin 0 -> 954 bytes
assets/logos/logo@512px.png | Bin 0 -> 21669 bytes
assets/logos/logo@96px.png | Bin 0 -> 2264 bytes
assets/manifest.json | 24 +
assets/scripts/fetch.js | 458 +++++++++++++++
assets/scripts/sw.js | 88 +++
assets/search.json | 32 ++
assets/styles.scss | 6 +
blog/index.html | 4 +
categories.md | 6 +
docs/CODE_OF_CONDUCT.md | 46 --
docs/CONTRIBUTING.md | 88 ---
docs/SUPPORT.md | 9 -
elements.md | 144 +++++
index.md | 92 ++-
jekyll-theme-tactile.gemspec | 22 -
offline.md | 9 +
screenshot.png | Bin 0 -> 1001118 bytes
script/bootstrap | 6 -
script/cibuild | 9 -
script/release | 42 --
script/validate-html | 29 -
search.md | 6 +
thumbnail.png | Bin 8973 -> 0 bytes
160 files changed, 9421 insertions(+), 2800 deletions(-)
create mode 100644 404.md
create mode 100644 CNAME
create mode 100644 _includes/button.html
create mode 100644 _includes/figure.html
delete mode 100644 _includes/head-custom-google-analytics.html
delete mode 100644 _includes/head-custom.html
create mode 100644 _includes/icon.html
create mode 100644 _includes/map.html
create mode 100644 _includes/nav-categories.html
create mode 100644 _includes/nav-default.html
create mode 100644 _includes/nav-footer.html
create mode 100644 _includes/nav-header.html
create mode 100644 _includes/nav-share.html
create mode 100644 _includes/nav-social.html
create mode 100644 _includes/post-categories.html
create mode 100644 _includes/post-comments.html
create mode 100644 _includes/post-list.html
create mode 100644 _includes/post-meta.html
create mode 100644 _includes/post-pagination.html
create mode 100644 _includes/post-related.html
create mode 100644 _includes/site-analytics.html
create mode 100644 _includes/site-aside.html
create mode 100644 _includes/site-before-end.html
create mode 100644 _includes/site-before-start.html
create mode 100644 _includes/site-favicons.html
create mode 100644 _includes/site-feature.html
create mode 100644 _includes/site-fonts.html
create mode 100644 _includes/site-footer.html
create mode 100644 _includes/site-form.html
create mode 100644 _includes/site-header.html
create mode 100644 _includes/site-icons.svg
create mode 100644 _includes/site-logo.html
create mode 100644 _includes/site-search.html
create mode 100644 _includes/site-styles.html
create mode 100644 _includes/site-sw.html
create mode 100644 _includes/video.html
create mode 100644 _layouts/blog.html
create mode 100644 _layouts/categories.html
create mode 100644 _layouts/page.html
create mode 100644 _layouts/post.html
create mode 100644 _posts/2016-08-27-example-post-one.md
create mode 100644 _posts/2016-08-28-example-post-two.md
create mode 100644 _posts/2016-08-29-example-post-three.md
create mode 100644 _sass/_flex.scss
create mode 100644 _sass/_normalize.scss
create mode 100644 _sass/_sassline-base.scss
create mode 100644 _sass/_settings.scss
create mode 100644 _sass/_syntax.scss
create mode 100644 _sass/_theme.scss
create mode 100644 _sass/alembic.scss
delete mode 100644 _sass/jekyll-theme-tactile.scss
delete mode 100644 _sass/rouge-base16-dark.scss
create mode 100644 _sass/sassline-base/_mixins.scss
create mode 100644 _sass/sassline-base/_modular-scale.scss
create mode 100644 _sass/sassline-base/_reset.scss
create mode 100644 _sass/sassline-base/_typography.scss
create mode 100644 _sass/sassline-base/_variables.scss
delete mode 100644 _sass/tactile.scss
create mode 100644 _site/404.html
delete mode 100644 _site/LICENSE
delete mode 100644 _site/README.md
delete mode 100644 _site/another-page.html
delete mode 100644 _site/assets/css/print.css
delete mode 100644 _site/assets/css/style.css
create mode 100644 _site/assets/default-offline-image.png
create mode 100644 _site/assets/default-social-image.png
delete mode 100644 _site/assets/images/body-bg.png
delete mode 100644 _site/assets/images/highlight-bg.jpg
delete mode 100644 _site/assets/images/hr.png
delete mode 100644 _site/assets/images/octocat-icon.png
delete mode 100644 _site/assets/images/tar-gz-icon.png
delete mode 100644 _site/assets/images/zip-icon.png
create mode 100644 _site/assets/logos/logo.svg
create mode 100644 _site/assets/logos/logo@1024px.png
create mode 100644 _site/assets/logos/logo@120px.png
create mode 100644 _site/assets/logos/logo@144px.png
create mode 100644 _site/assets/logos/logo@16px.png
create mode 100644 _site/assets/logos/logo@180px.png
create mode 100644 _site/assets/logos/logo@32px.png
create mode 100644 _site/assets/logos/logo@512px.png
create mode 100644 _site/assets/logos/logo@96px.png
create mode 100644 _site/assets/scripts/fetch.js
create mode 100644 _site/assets/search.json
create mode 100644 _site/assets/styles.css
create mode 100644 _site/assets/styles.css.map
create mode 100644 _site/blog/index.html
create mode 100644 _site/blog/page2/index.html
create mode 100644 _site/categories/index.html
delete mode 100644 _site/docs/CODE_OF_CONDUCT.md
delete mode 100644 _site/docs/CONTRIBUTING.md
delete mode 100644 _site/docs/SUPPORT.html
delete mode 100644 _site/docs/SUPPORT.md
create mode 100644 _site/elements/index.html
create mode 100644 _site/feed.xml
create mode 100644 _site/general/2016/08/29/example-post-three/index.html
create mode 100644 _site/general/external sources/2016/08/27/example-post-one/index.html
create mode 100644 _site/history/external sources/2016/08/28/example-post-two/index.html
delete mode 100644 _site/jekyll-theme-tactile.gemspec
create mode 100644 _site/manifest.json
create mode 100644 _site/offline/index.html
create mode 100644 _site/redirects.json
create mode 100644 _site/robots.txt
delete mode 100755 _site/script/bootstrap
delete mode 100755 _site/script/cibuild
delete mode 100755 _site/script/release
delete mode 100755 _site/script/validate-html
create mode 100644 _site/search/index.html
create mode 100644 _site/sitemap.xml
create mode 100644 _site/sw.js
delete mode 100644 _site/thumbnail.png
create mode 100644 alembic-jekyll-theme.gemspec
delete mode 100644 another-page.md
create mode 100644 assets/.gitignore
delete mode 100644 assets/css/print.css
delete mode 100644 assets/css/style.scss
create mode 100644 assets/default-offline-image.png
create mode 100644 assets/default-social-image.png
delete mode 100644 assets/images/body-bg.png
delete mode 100644 assets/images/highlight-bg.jpg
delete mode 100644 assets/images/hr.png
delete mode 100644 assets/images/octocat-icon.png
delete mode 100644 assets/images/tar-gz-icon.png
delete mode 100644 assets/images/zip-icon.png
create mode 100644 assets/logos/logo.svg
create mode 100644 assets/logos/logo@1024px.png
create mode 100644 assets/logos/logo@120px.png
create mode 100644 assets/logos/logo@144px.png
create mode 100644 assets/logos/logo@16px.png
create mode 100644 assets/logos/logo@180px.png
create mode 100644 assets/logos/logo@32px.png
create mode 100644 assets/logos/logo@512px.png
create mode 100644 assets/logos/logo@96px.png
create mode 100644 assets/manifest.json
create mode 100644 assets/scripts/fetch.js
create mode 100644 assets/scripts/sw.js
create mode 100644 assets/search.json
create mode 100644 assets/styles.scss
create mode 100644 blog/index.html
create mode 100644 categories.md
delete mode 100644 docs/CODE_OF_CONDUCT.md
delete mode 100644 docs/CONTRIBUTING.md
delete mode 100644 docs/SUPPORT.md
create mode 100644 elements.md
delete mode 100644 jekyll-theme-tactile.gemspec
create mode 100644 offline.md
create mode 100644 screenshot.png
delete mode 100755 script/bootstrap
delete mode 100755 script/cibuild
delete mode 100755 script/release
delete mode 100755 script/validate-html
create mode 100644 search.md
delete mode 100644 thumbnail.png
diff --git a/404.md b/404.md
new file mode 100644
index 0000000..fa2e148
--- /dev/null
+++ b/404.md
@@ -0,0 +1,13 @@
+---
+title: "404"
+excerpt: "Page Not Found"
+permalink: 404.html
+indexing: false
+sitemap: false
+---
+
+Sorry, but the page could not be found.
+
+Are you looking for:
+
+{% include nav-default.html %}
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..3a8358c
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+alembic.darn.es
diff --git a/Gemfile b/Gemfile
index bd07a20..b4e2a20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,3 @@
-# frozen_string_literal: true
-
source "https://rubygems.org"
-gem "github-pages", group: :jekyll_plugins
-
gemspec
-
-gem "webrick", "~> 1.8"
diff --git a/Gemfile.lock b/Gemfile.lock
index 9c15786..e886539 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,9 +1,17 @@
PATH
remote: .
specs:
- jekyll-theme-tactile (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
+ alembic-jekyll-theme (4.1.0)
+ jekyll (~> 4.1)
+ jekyll-commonmark (~> 1.3.1)
+ jekyll-feed (~> 0.15)
+ jekyll-include-cache (~> 0.2)
+ jekyll-mentions (~> 1.6.0)
+ jekyll-paginate (~> 1.1.0)
+ jekyll-redirect-from (~> 0.16)
+ jekyll-seo-tag (~> 2.7.1)
+ jekyll-sitemap (~> 1.4.0)
+ jemoji (~> 0.12)
GEM
remote: https://rubygems.org/
@@ -20,311 +28,105 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
- ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
- coffee-script (2.4.1)
- coffee-script-source
- execjs
- coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
- dnsruby (1.70.0)
- simpleidn (~> 0.2.1)
- drb (2.2.0)
- ruby2_keywords
+ drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
- ethon (0.16.0)
- ffi (>= 1.15.0)
eventmachine (1.2.7)
- execjs (2.9.1)
- faraday (2.9.0)
- faraday-net_http (>= 2.0, < 3.2)
- faraday-net_http (3.1.0)
- net-http
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (4.1.0)
- github-pages (231)
- github-pages-health-check (= 1.18.2)
- jekyll (= 3.9.5)
- jekyll-avatar (= 0.8.0)
- jekyll-coffeescript (= 1.2.2)
- jekyll-commonmark-ghpages (= 0.4.0)
- jekyll-default-layout (= 0.1.5)
- jekyll-feed (= 0.17.0)
- jekyll-gist (= 1.5.0)
- jekyll-github-metadata (= 2.16.1)
- jekyll-include-cache (= 0.2.1)
- jekyll-mentions (= 1.6.0)
- jekyll-optional-front-matter (= 0.3.2)
- jekyll-paginate (= 1.1.0)
- jekyll-readme-index (= 0.3.0)
- jekyll-redirect-from (= 0.16.0)
- jekyll-relative-links (= 0.6.1)
- jekyll-remote-theme (= 0.4.3)
- jekyll-sass-converter (= 1.5.2)
- jekyll-seo-tag (= 2.8.0)
- jekyll-sitemap (= 1.4.0)
- jekyll-swiss (= 1.0.0)
- jekyll-theme-architect (= 0.2.0)
- jekyll-theme-cayman (= 0.2.0)
- jekyll-theme-dinky (= 0.2.0)
- jekyll-theme-hacker (= 0.2.0)
- jekyll-theme-leap-day (= 0.2.0)
- jekyll-theme-merlot (= 0.2.0)
- jekyll-theme-midnight (= 0.2.0)
- jekyll-theme-minimal (= 0.2.0)
- jekyll-theme-modernist (= 0.2.0)
- jekyll-theme-primer (= 0.6.0)
- jekyll-theme-slate (= 0.2.0)
- jekyll-theme-tactile (= 0.2.0)
- jekyll-theme-time-machine (= 0.2.0)
- jekyll-titles-from-headings (= 0.5.3)
- jemoji (= 0.13.0)
- kramdown (= 2.4.0)
- kramdown-parser-gfm (= 1.1.0)
- liquid (= 4.0.4)
- mercenary (~> 0.3)
- minima (= 2.5.1)
- nokogiri (>= 1.13.6, < 2.0)
- rouge (= 3.30.0)
- terminal-table (~> 1.4)
- github-pages-health-check (1.18.2)
- addressable (~> 2.3)
- dnsruby (~> 1.60)
- octokit (>= 4, < 8)
- public_suffix (>= 3.0, < 6.0)
- typhoeus (~> 1.3)
+ google-protobuf (3.25.3-arm64-darwin)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
- html-proofer (3.19.4)
- addressable (~> 2.3)
- mercenary (~> 0.3)
- nokogiri (~> 1.13)
- parallel (~> 1.10)
- rainbow (~> 3.0)
- typhoeus (~> 1.3)
- yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
- jekyll (3.9.5)
+ jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
- i18n (>= 0.7, < 2)
- jekyll-sass-converter (~> 1.0)
+ i18n (~> 1.0)
+ jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
- kramdown (>= 1.17, < 3)
+ kramdown (~> 2.3, >= 2.3.1)
+ kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
- mercenary (~> 0.3.3)
+ mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
- rouge (>= 1.7, < 4)
+ rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
- jekyll-avatar (0.8.0)
- jekyll (>= 3.0, < 5.0)
- jekyll-coffeescript (1.2.2)
- coffee-script (~> 2.2)
- coffee-script-source (~> 1.12)
- jekyll-commonmark (1.4.0)
- commonmarker (~> 0.22)
- jekyll-commonmark-ghpages (0.4.0)
- commonmarker (~> 0.23.7)
- jekyll (~> 3.9.0)
- jekyll-commonmark (~> 1.4.0)
- rouge (>= 2.0, < 5.0)
- jekyll-default-layout (0.1.5)
- jekyll (>= 3.0, < 5.0)
+ terminal-table (>= 1.8, < 4.0)
+ webrick (~> 1.7)
+ jekyll-commonmark (1.3.1)
+ commonmarker (~> 0.14)
+ jekyll (>= 3.7, < 5.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
- jekyll-gist (1.5.0)
- octokit (~> 4.2)
- jekyll-github-metadata (2.16.1)
- jekyll (>= 3.4, < 5.0)
- octokit (>= 4, < 7, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
- jekyll-optional-front-matter (0.3.2)
- jekyll (>= 3.0, < 5.0)
jekyll-paginate (1.1.0)
- jekyll-readme-index (0.3.0)
- jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
- jekyll-relative-links (0.6.1)
- jekyll (>= 3.3, < 5.0)
- jekyll-remote-theme (0.4.3)
- addressable (~> 2.0)
- jekyll (>= 3.5, < 5.0)
- jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
- rubyzip (>= 1.3.0, < 3.0)
- jekyll-sass-converter (1.5.2)
- sass (~> 3.4)
- jekyll-seo-tag (2.8.0)
+ jekyll-sass-converter (3.0.0)
+ sass-embedded (~> 1.54)
+ jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
- jekyll-swiss (1.0.0)
- jekyll-theme-architect (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-cayman (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-dinky (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-hacker (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-leap-day (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-merlot (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-midnight (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-minimal (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-modernist (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-primer (0.6.0)
- jekyll (> 3.5, < 5.0)
- jekyll-github-metadata (~> 2.9)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-slate (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-time-machine (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-titles-from-headings (0.5.3)
- jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
- language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
- mercenary (0.3.6)
- minima (2.5.1)
- jekyll (>= 3.5, < 5.0)
- jekyll-feed (~> 0.9)
- jekyll-seo-tag (~> 2.1)
+ mercenary (0.4.0)
minitest (5.22.2)
mutex_m (0.2.0)
- net-http (0.4.1)
- uri
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
- octokit (4.25.1)
- faraday (>= 1, < 3)
- sawyer (~> 0.9)
- parallel (1.24.0)
- parser (3.3.0.5)
- ast (~> 2.4.1)
- racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
racc (1.7.3)
- rack (3.0.9.1)
- rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
- regexp_parser (2.9.0)
rexml (3.2.6)
- rouge (3.30.0)
- rubocop (1.60.2)
- json (~> 2.3)
- language_server-protocol (>= 3.17.0)
- parallel (~> 1.10)
- parser (>= 3.3.0.2)
- rainbow (>= 2.2.2, < 4.0)
- regexp_parser (>= 1.8, < 3.0)
- rexml (>= 3.2.5, < 4.0)
- rubocop-ast (>= 1.30.0, < 2.0)
- ruby-progressbar (~> 1.7)
- unicode-display_width (>= 2.4.0, < 3.0)
- rubocop-ast (1.30.0)
- parser (>= 3.2.1.0)
- rubocop-github (0.20.0)
- rubocop (>= 1.37)
- rubocop-performance (>= 1.15)
- rubocop-rails (>= 2.17)
- rubocop-performance (1.20.2)
- rubocop (>= 1.48.1, < 2.0)
- rubocop-ast (>= 1.30.0, < 2.0)
- rubocop-rails (2.23.1)
- activesupport (>= 4.2.0)
- rack (>= 1.1)
- rubocop (>= 1.33.0, < 2.0)
- rubocop-ast (>= 1.30.0, < 2.0)
- ruby-progressbar (1.13.0)
- ruby2_keywords (0.0.5)
- rubyzip (2.3.2)
+ rouge (4.2.0)
safe_yaml (1.0.5)
- sass (3.7.4)
- sass-listen (~> 4.0.0)
- sass-listen (4.0.0)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
- sawyer (0.9.2)
- addressable (>= 2.3.5)
- faraday (>= 0.17.3, < 3)
- simpleidn (0.2.1)
- unf (~> 0.1.4)
- terminal-table (1.6.0)
- typhoeus (1.4.1)
- ethon (>= 0.9.0)
+ sass-embedded (1.71.1-arm64-darwin)
+ google-protobuf (~> 3.25)
+ terminal-table (3.0.2)
+ unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
- unf (0.1.4)
- unf_ext
- unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
- uri (0.13.0)
- w3c_validators (1.3.7)
- json (>= 1.8)
- nokogiri (~> 1.6)
- rexml (~> 3.2)
webrick (1.8.1)
- yell (2.2.2)
PLATFORMS
arm64-darwin-22
DEPENDENCIES
- github-pages
- html-proofer (~> 3.0)
- jekyll-theme-tactile!
- rubocop-github (~> 0.16)
- w3c_validators (~> 1.3)
- webrick (~> 1.8)
+ alembic-jekyll-theme!
BUNDLED WITH
2.3.26
diff --git a/LICENSE b/LICENSE
index 670154e..87f45e1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,116 +1,21 @@
-CC0 1.0 Universal
-
-Statement of Purpose
-
-The laws of most jurisdictions throughout the world automatically confer
-exclusive Copyright and Related Rights (defined below) upon the creator and
-subsequent owner(s) (each and all, an "owner") of an original work of
-authorship and/or a database (each, a "Work").
-
-Certain owners wish to permanently relinquish those rights to a Work for the
-purpose of contributing to a commons of creative, cultural and scientific
-works ("Commons") that the public can reliably and without fear of later
-claims of infringement build upon, modify, incorporate in other works, reuse
-and redistribute as freely as possible in any form whatsoever and for any
-purposes, including without limitation commercial purposes. These owners may
-contribute to the Commons to promote the ideal of a free culture and the
-further production of creative, cultural and scientific works, or to gain
-reputation or greater distribution for their Work in part through the use and
-efforts of others.
-
-For these and/or other purposes and motivations, and without any expectation
-of additional consideration or compensation, the person associating CC0 with a
-Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
-and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
-and publicly distribute the Work under its terms, with knowledge of his or her
-Copyright and Related Rights in the Work and the meaning and intended legal
-effect of CC0 on those rights.
-
-1. Copyright and Related Rights. A Work made available under CC0 may be
-protected by copyright and related or neighboring rights ("Copyright and
-Related Rights"). Copyright and Related Rights include, but are not limited
-to, the following:
-
- i. the right to reproduce, adapt, distribute, perform, display, communicate,
- and translate a Work;
-
- ii. moral rights retained by the original author(s) and/or performer(s);
-
- iii. publicity and privacy rights pertaining to a person's image or likeness
- depicted in a Work;
-
- iv. rights protecting against unfair competition in regards to a Work,
- subject to the limitations in paragraph 4(a), below;
-
- v. rights protecting the extraction, dissemination, use and reuse of data in
- a Work;
-
- vi. database rights (such as those arising under Directive 96/9/EC of the
- European Parliament and of the Council of 11 March 1996 on the legal
- protection of databases, and under any national implementation thereof,
- including any amended or successor version of such directive); and
-
- vii. other similar, equivalent or corresponding rights throughout the world
- based on applicable law or treaty, and any national implementations thereof.
-
-2. Waiver. To the greatest extent permitted by, but not in contravention of,
-applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
-unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
-and Related Rights and associated claims and causes of action, whether now
-known or unknown (including existing as well as future claims and causes of
-action), in the Work (i) in all territories worldwide, (ii) for the maximum
-duration provided by applicable law or treaty (including future time
-extensions), (iii) in any current or future medium and for any number of
-copies, and (iv) for any purpose whatsoever, including without limitation
-commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
-the Waiver for the benefit of each member of the public at large and to the
-detriment of Affirmer's heirs and successors, fully intending that such Waiver
-shall not be subject to revocation, rescission, cancellation, termination, or
-any other legal or equitable action to disrupt the quiet enjoyment of the Work
-by the public as contemplated by Affirmer's express Statement of Purpose.
-
-3. Public License Fallback. Should any part of the Waiver for any reason be
-judged legally invalid or ineffective under applicable law, then the Waiver
-shall be preserved to the maximum extent permitted taking into account
-Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
-is so judged Affirmer hereby grants to each affected person a royalty-free,
-non transferable, non sublicensable, non exclusive, irrevocable and
-unconditional license to exercise Affirmer's Copyright and Related Rights in
-the Work (i) in all territories worldwide, (ii) for the maximum duration
-provided by applicable law or treaty (including future time extensions), (iii)
-in any current or future medium and for any number of copies, and (iv) for any
-purpose whatsoever, including without limitation commercial, advertising or
-promotional purposes (the "License"). The License shall be deemed effective as
-of the date CC0 was applied by Affirmer to the Work. Should any part of the
-License for any reason be judged legally invalid or ineffective under
-applicable law, such partial invalidity or ineffectiveness shall not
-invalidate the remainder of the License, and in such case Affirmer hereby
-affirms that he or she will not (i) exercise any of his or her remaining
-Copyright and Related Rights in the Work or (ii) assert any associated claims
-and causes of action with respect to the Work, in either case contrary to
-Affirmer's express Statement of Purpose.
-
-4. Limitations and Disclaimers.
-
- a. No trademark or patent rights held by Affirmer are waived, abandoned,
- surrendered, licensed or otherwise affected by this document.
-
- b. Affirmer offers the Work as-is and makes no representations or warranties
- of any kind concerning the Work, express, implied, statutory or otherwise,
- including without limitation warranties of title, merchantability, fitness
- for a particular purpose, non infringement, or the absence of latent or
- other defects, accuracy, or the present or absence of errors, whether or not
- discoverable, all to the greatest extent permissible under applicable law.
-
- c. Affirmer disclaims responsibility for clearing rights of other persons
- that may apply to the Work or any use thereof, including without limitation
- any person's Copyright and Related Rights in the Work. Further, Affirmer
- disclaims responsibility for obtaining any necessary consents, permissions
- or other rights required for any use of the Work.
-
- d. Affirmer understands and acknowledges that Creative Commons is not a
- party to this document and has no duty or obligation with respect to this
- CC0 or use of the Work.
-
-For more information, please see
-
+MIT License
+
+Copyright (c) 2017 David Darnes
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index bc859f9..fbb8443 100644
--- a/README.md
+++ b/README.md
@@ -1,118 +1,286 @@
-# Go to our website: [LLaVA-XRay-Vision](https://lord-of-bugs.github.io/LLaVA-XRay-Vision/)
+# [Alembic](https://alembic.darn.es/)
+[![Gem Version](https://badge.fury.io/rb/alembic-jekyll-theme.svg)](https://badge.fury.io/rb/alembic-jekyll-theme)
+
+⚗ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website.
+
+![Screenshot](https://raw.githubusercontent.com/daviddarnes/alembic/master/screenshot.png)
-# The Tactile theme
+[](https://buymeacoffee.com/daviddarnes#support)
-[![.github/workflows/ci.yaml](https://github.com/pages-themes/tactile/actions/workflows/ci.yaml/badge.svg)](https://github.com/pages-themes/tactile/actions/workflows/ci.yaml) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-tactile.svg)](https://badge.fury.io/rb/jekyll-theme-tactile)
+## Contents
+- [About](#about)
+- [Features](#features)
+- [Examples](#examples)
+- [Installation](#installation)
+- [Customising](#customising)
+- [Configuration](#configuration)
+ - [Gem dependency settings](#gem-dependency-settings)
+ - [Site settings](#site-settings)
+ - [Site performance settings](#site-performance-settings)
+ - [Site navigation](#site-navigation)
+ - [Custom fonts](#custom-fonts)
+- [Using includes](#using-includes)
+- [Page layouts](#page-layouts)
+- [Page and Post options](#page-and-post-options)
+- [Credits](#credits)
-*Tactile is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/tactile), or even [use it today](#usage).*
+## About
-![Thumbnail of Tactile](thumbnail.png)
+**Alembic is a starting point for [Jekyll](https://jekyllrb.com/) projects. Rather than starting from scratch, this boilerplate theme is designed to get rolling immediately. Install it, configure it, tweak it, push it.**
-## Usage
+## Features
-To use the Tactile theme:
+- Available as a **theme gem** and **GitHub Pages** theme
+- Clear and elegant design that can be used out of the box or as solid starting point
+- Tested in all major browsers, including **IE and Edge**
+- Built in **Service Worker** so it can work offline and on slow connections
+- **Configurable colours** and typography in a single settings file
+- Extensive set of **shortcodes** to include various elements; such as buttons, icons, figure images and more
+- Solid **typographic framework** from [Sassline](https://sassline.com/)
+- Configurable navigation via a single file
+- Modular Jekyll components
+- Post category support in the form of a single post index page grouped by category
+- Built in live search using JavaScript
+- **Contact form** built in using [Formspree](https://formspree.io/) or [Netlify Forms](https://www.netlify.com/features/#forms)
+- Designed with **[Siteleaf](http://www.siteleaf.com/)** in mind
+- Has 9 of the most popular networks as performant sharing buttons
+- Has documentation
-1. Add the following to your site's `_config.yml`:
+## Examples
- ```yml
- remote_theme: pages-themes/tactile@v0.2.0
- plugins:
- - jekyll-remote-theme # add this line to the plugins list if you already have one
- ```
+Here are a few examples of Alembic out in the wild being used in a variety of ways:
-2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:
+- [billmei.net](https://billmei.net/)
+- [bawejakunal.github.io](https://bawejakunal.github.io/)
+- [case2111.github.io](https://case2111.github.io/)
+- [karateca.org](https://www.karateca.org/)
- ```ruby
- gem "github-pages", group: :jekyll_plugins
- ```
+## Installation
-## Customizing
+### Quick setup
-### Configuration variables
+To give you a running start I've put together some starter kits that you can download, fork or even deploy immediately:
-Tactile will respect the following variables, if set in your site's `_config.yml`:
+- Vanilla Jekyll starter kit:
+ [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-kit)
+- Forestry starter kit:
+ [![Deploy to Forestry](https://assets.forestry.io/import-to-forestry.svg)](https://app.forestry.io/quick-start?repo=daviddarnes/alembic-forestry-kit&engine=jekyll)
+ [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-forestry-kit)
+- Netlify CMS starter kit:
+ [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-netlifycms-kit&stack=cms)
-```yml
-title: [The title of your site]
-description: [A short description of your site's purpose]
-```
+- GitHub Pages with remote theme kit - **[Download kit](https://github.com/daviddarnes/alembic-kit/archive/remote-theme.zip)**
+- Stackbit starter kit:
+ [![Create with Stackbit](https://assets.stackbit.com/badge/create-with-stackbit.svg)](https://app.stackbit.com/create?theme=https://github.com/daviddarnes/alembic-stackbit-kit)
+
+### As a Jekyll theme
+
+1. Add `gem "alembic-jekyll-theme"` to your `Gemfile` to add the theme as a dependancy
+2. Run the command `bundle install` in the root of project to install the theme and its dependancies
+3. Add `theme: alembic-jekyll-theme` to your `_config.yml` file to set the site theme
+4. Run `bundle exec jekyll serve` to build and serve your site
+5. Done! Use the [configuration](#configuration) documentation and the example [`_config.yml`](https://github.com/daviddarnes/alembic/blob/master/_config.yml) file to set things like the navigation, contact form and social sharing buttons
+
+### As a GitHub Pages remote theme
+
+1. Add `gem "jekyll-remote-theme"` to your `Gemfile` to add the theme as a dependancy
+2. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy
+3. Add `jekyll-remote-theme` to the list of `plugins` in your `_config.yml` file
+4. Add `remote_theme: daviddarnes/alembic@main` to your `_config.yml` file to set the site theme
+5. Run `bundle exec jekyll serve` to build and serve your site
+6. Done! Use the [configuration](#configuration) documentation and the example [`_config.yml`](https://github.com/daviddarnes/alembic/blob/master/_config.yml) file to set things like the navigation, contact form and social sharing buttons
+
+### As a Boilerplate / Fork
+
+_(deprecated, not recommended)_
+
+1. [Fork the repo](https://github.com/daviddarnes/alembic#fork-destination-box)
+2. Replace the `Gemfile` with one stating all the gems used in your project
+3. Delete the following unnecessary files/folders: `.github`, `LICENSE`, `screenshot.png`, `CNAME` and `alembic-jekyll-theme.gemspec`
+4. Run the command `bundle install` in the root of project to install the jekyll remote theme gem as a dependancy
+5. Run `bundle exec jekyll serve` to build and serve your site
+6. Done! Use the [configuration](#configuration) documentation and the example [`_config.yml`](https://github.com/daviddarnes/alembic/blob/master/_config.yml) file to set things like the navigation, contact form and social sharing buttons
+
+## Customising
+
+When using Alembic as a theme means you can take advantage of the file overriding method. This allows you to overwrite any file in this theme with your own custom file, by matching the file name and path. The most common example of this would be if you want to add your own styles or change the core style settings.
+
+To add your own styles copy the [`styles.scss`](https://github.com/daviddarnes/alembic/blob/master/assets/styles.scss) into your own project with the same file path (`assets/styles.scss`). From there you can add your own styles, you can even optionally ignore the theme styles by removing the `@import "alembic";` line.
+
+If you're looking to set your own colours and fonts you can overwrite them by matching the variable names from the [`_settings.scss`](https://github.com/daviddarnes/alembic/blob/master/_sass/_settings.scss) file in your own `styles.scss`, make sure to state them before the `@import "alembic";` line so they take effect. The settings are a mixture of custom variables and settings from [Sassline](https://medium.com/@jakegiltsoff/sassline-v2-0-e424b2881e7e) - follow the link to find out how to configure the typographic settings.
+
+## Configuration
+
+There are a number of optional settings for you to configure. Use the example [`_config.yml`](https://github.com/daviddarnes/alembic/blob/master/_config.yml) file in the repo and use the documentation below to configure your site:
+
+### Gem dependency settings
+
+`twitter`, `author` and `social` values will need to be changed to the projects' social information or removed. Look for the `Gem settings` comment within the `/_config.yml` file. These values are for the [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) - follow the link to find out more.
+
+### Site settings
+
+You'll need to change the `description`, `title` and `url` to match with the project. You'll also need to replace the logos, default social and default offline images in the `/assets/` directory with your own graphics. Setting the site language can be done with `lang`, the theme will default to `en-US`. The `email` needs to be changed to the email you want to receive contact form enquires with. The `disqus` value can be changed to your project username on [Disqus](https://disqus.com), remove this from the `/_config.yml` file if you don't want comments enabled. Look for the `Site settings` comment within the `/_config.yml` file. The `repo` setting is optional, for now, and can be removed entirely, if you wish.
+
+Google Analytics can be enabled via the site configuration too. Add your tracking ID to the `/_config.yml` file in the following method: `google_analytics: 'UA-XXXXXXXX-1'`. By default all IPs of site visitors are anonymous to maintain a level of privacy for the audience. If you wish to turn this off set the `google_analytics_anonymize_ip` key to `false`.
+
+Date format can be customised in the `/_config.yml` with the option `date_format` (please refer to Liquid date filters documentation for learning about formatting possibilities). Only placeholder formatting is supported, do not try to use ordinal dates introduced in Jekyll 3.8.
+
+The `short_name` option within `/_config.yml` is to add a custom name to the site's web application counterpart. When the website is added to a device this name will appear alonside the app icon. The short name will default to the site title if this isn't set.
+
+### Site performance settings
+
+Alembic comes with a couple of options to enhance the speed and overall performance of the site you build upon it.
+
+By default the built in Service Worker is enabled, and will work on a 'network first' method. Meaning if there's no internet connection the content the Service Worker has cached will be used until the connection comes back. It will always look for a live version of the code first. To disable the Service Worker add an option called `service_worker` with a value of `false` in the `/_config.yml` file.
+
+Another option to speed up Alembic is to enable inline CSS, which is off by default. You can enable this by setting `css_inline: true` inside your `/_config.yml` file. By switching to inline styles you bypass the use `/assets/styles.scss`, any custom styles will need to be added in `/_includes/site-styles.html` or in a new custom file.
+
+Please note that these options aren't a "silver bullet" for making your site faster, make sure to audit and debug your site to get the best performance for your situation.
+
+### Site navigation
+
+There are a total of 4 different navigation types:
+
+- `navigation_header`: The links shown in the header (it is also used on the 404 page)
+- `navigation_footer`: The links shown in the footer
+- `social_links`: The social icon links that are shown in the sidebar
+- `sharing_links`: The social sharing buttons that are shown at the bottom of blog posts
+
+All navigations can be edited using the `_config.yml` file. To see example usage either look for the `Site navigation` comment within the `/_config.yml` file or see [the nav-share.html include](#nav-sharehtml).
+
+If there are no items for the `navigation_header` or `navigation_footer`, they will fallback to a list of pages within the site. The `social_navigation` properties should either be one that is already in the list (so `Twitter` or `Facebook`) or a regular `link`, this is so an icon can be set for the link.
+
+### Custom fonts
+
+Alembic comes with custom fonts served from Google fonts. By default it requests Merriweather but this can be any font from any provider assuming it supports requesting fonts in the same manner and does not require javascript.
+
+This can be configured under the `custom_fonts` key.
+
+- `urls`: The urls supplied to you from your font provider (eg https://fonts.googleapis.com/css2?family=Merriweather). For best performance try to use as few urls as possible
+- `preconnect`: (optional) If your font provider serves the font files from another domain it can be useful to make a connection to that domain in advance. For example google load the font files from fonts.gstatic.com. This can be omitted if not required
+
+If you want to customise this further you can find the include for custom fonts in `_includes/site-custom-fonts.html`.
+
+## Using includes
+
+There are 2 main types of includes: ones designed for the site and ones that are designed as shortcodes. Here are a list of the shortcode includes:
+
+### `button.html`
+A button that can link to a page of any kind.
+
+Example usage: `{% include button.html text="I'm a button" link="https://david.darn.es" %}`
+
+Available options:
+- `text`: The text of the button _required_
+- `link`: The link that the button goes to _required_
+- `icon`: The icon that is added to the end of the button text
+- `color`: The colour of the button
+
+### `figure.html`
+An image with optional caption.
+
+Example usage: `{% include figure.html image="/uploads/feature-image.jpg" caption="Check out my photo" %}`
+
+Available options:
+- `image`: The image shown _required_
+- `caption`: A caption to explain the image
+- `position`: The position of the image; `left`, `right` or `center`
+- `width` & `height`: Optional width and height attributes of the containing image
+
+### `icon.html`
+An icon.
+
+Example usage: `{% include icon.html id="twitter" %}`
+
+Available options:
+- `id`: The reference for the icon _required_
+- `title`: The accessible label for the icon
+- `color`: The desired colour of the icon
+- `width` & `height`: Width and height attributes for the icon, default is `16`
+
+### `nav-share.html`
+A set of buttons that share the current page to various social networks, which is controlled within the `_config.yml` file under the `sharing_links` keyword.
-Additionally, you may choose to set the following optional variables:
+Example usage: `{% include nav-share.html %}`
-```yml
-show_downloads: ["true" or "false" (unquoted) to indicate whether to provide a download URL]
-google_analytics: [Your Google Analytics tracking ID]
+Available options:
+``` yml
+Twitter: "#1DA1F2"
+facebook: "#3B5998"
+Pinterest: "#BD081C"
+LinkedIn: "#0077B5"
+tumblr: "#36465D"
+Reddit: "#FF4500"
+HackerNews: "#ff6600"
+DesignerNews: "#2D72D9"
+Email: true
```
-### Stylesheet
+_The first item is the name of the network (must be one of the ones stated above) and the second is the colour of the button. To remove a button remove the line of the same name._
-If you'd like to add your own custom styles:
+### `video.html`
+A YouTube video.
-1. Create a file called `/assets/css/style.scss` in your site
-2. Add the following content to the top of the file, exactly as shown:
- ```scss
- ---
- ---
+Example usage: `{% include video.html id="zrkcGL5H3MU" %}`
- @import "{{ site.theme }}";
- ```
-3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line
+Available options:
+- `id`: The YouTube ID for the video _required_
-*Note: If you'd like to change the theme's Sass variables, you must set new values before the `@import` line in your stylesheet.*
+### `map.html`
+A Google map. _See Google [My Maps](https://www.google.com/mymaps)_
-### Layouts
+Example usage: `{% include map.html id="1UT-2Z-Vg_MG_TrS5X2p8SthsJhc" %}`
-If you'd like to change the theme's HTML layout:
+Available options:
+- `id`: The map ID for the video _required_
-1. For some changes such as a custom `favicon`, you can add custom files in your local `_includes` folder. The files [provided with the theme](https://github.com/pages-themes/tactile/tree/master/_includes) provide a starting point and are included by the [original layout template](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html).
-2. For more extensive changes, [copy the original template](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html) from the theme's repository (*Pro-tip: click "raw" to make copying easier*)
-3. Create a file called `/_layouts/default.html` in your site
-4. Paste the default layout content copied in the first step
-5. Customize the layout as you'd like
+### `site-form.html`
+Adds a contact form to the page. This can be used with [Formspree](https://formspree.io/) or [Netlify Forms](https://www.netlify.com/docs/form-handling/) depending on your setup.
-### Customizing Google Analytics code
+Example usage: `{% include site-form.html %}`
-Google has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into `_includes/head-custom-google-analytics.html` in your Jekyll site.
+Available options:
+- `netlify_form=true`: Set whether you would like to use Netlify Forms, otherwise the form will default to Formspree
+- `name`: Give the form a name, by default the form is called "Contact". The name will be reflected when form submissions come through in Netlify or in your email client. The name is also used in the label and input elements for accessibility
-### Overriding GitHub-generated URLs
-Templates often rely on URLs supplied by GitHub such as links to your repository or links to download your project. If you'd like to override one or more default URLs:
+Use the `email` option in the `/_config.yml` to change to the desired email.
-1. Look at [the template source](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html) to determine the name of the variable. It will be in the form of `{{ site.github.zip_url }}`.
-2. Specify the URL that you'd like the template to use in your site's `_config.yml`. For example, if the variable was `site.github.url`, you'd add the following:
- ```yml
- github:
- zip_url: http://example.com/download.zip
- another_url: another value
- ```
-3. When your site is built, Jekyll will use the URL you specified, rather than the default one provided by GitHub.
+### `site-search.html`
+Adds a search form to the page.
-*Note: You must remove the `site.` prefix, and each variable name (after the `github.`) should be indent with two space below `github:`.*
+Example usage: `{% include site-search.html %}`
-For more information, see [the Jekyll variables documentation](https://jekyllrb.com/docs/variables/).
+This include has no options. This include will add a block of javascript to the page and javascript reference in order for the search field to work correctly.
-## Roadmap
+### `site-before-start.html` & `site-before-end.html`
+Optional html includes for adding scripts, css, js or any embed code you wish to add to every page without the need to overwrite the entire `default.html` template.
-See the [open issues](https://github.com/pages-themes/tactile/issues) for a list of proposed features (and known issues).
+**Example usage:** These are different to other includes as they are designed to be overwritten. If you create a `site-before-start.html` file in the `_includes/` the contents of the file will be included immediately before the closing `` tag. If you create a `site-before-end.html` file the contents of the file will be included immediately before the closing `
+
+ {% include site-icons.svg %}
+
+ {{ content }}
+
+ {% if site.service_worker != false %}{% include site-sw.html %}{% endif %}
+
+ {% include site-before-end.html %}
+
` tag.
-## Project philosophy
+## Page layouts
-The Tactile theme is intended to make it quick and easy for GitHub Pages users to create their first (or 100th) website. The theme should meet the vast majority of users' needs out of the box, erring on the side of simplicity rather than flexibility, and provide users the opportunity to opt-in to additional complexity if they have specific needs or wish to further customize their experience (such as adding custom CSS or modifying the default layout). It should also look great, but that goes without saying.
+As well as `page`, `post`, `blog`, there are a few alternative layouts that can be used on pages:
-## Contributing
+- `categories`: Shows all posts grouped by category, with an index of categories in a left hand sidebar
+- `search`: Adds a search field to the page as well as a simplified version of the sidebar to allow more focus on the search results
-Interested in contributing to Tactile? We'd love your help. Tactile is an open source project, built one contribution at a time by users like you. See [the CONTRIBUTING file](docs/CONTRIBUTING.md) for instructions on how to contribute.
+## Page and Post options
-### Previewing the theme locally
+There are some more specific options you can apply when creating a page or a post:
-If you'd like to preview the theme locally (for example, in the process of proposing a change):
+- `aside: true`: Adds a sidebar to the page or post, this is false by default and will not appear
+- `comments: false`: Turns off comments for that post
+- `feature_image: "/uploads/feature-image.jpg"`: Adds a full width feature image at the top of the page
+- `feature_text: "Example text"`: Adds text to the top of the page as a full width feature with solid colour; supports markdown. This can be used in conjunction with the `feature_image` option to create a feature image with text over it
+- `indexing: false`: Adds a `noindex` meta element to the `
` to stop crawler bots from indexing the page, used on the 404 page
-1. Clone down the theme's repository (`git clone https://github.com/pages-themes/tactile`)
-2. `cd` into the theme's directory
-3. Run `script/bootstrap` to install the necessary dependencies
-4. Run `bundle exec jekyll serve` to start the preview server
-5. Visit [`localhost:4000`](http://localhost:4000) in your browser to preview the theme
+> **Note:** The Post List Page options are actually in the collection data within the `_config.yml` file.
-### Running tests
+## Credits
-The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` once before the test script will work.
+- Thanks to [Simple Icons](https://simpleicons.org/) for providing the brand icons, by [Dan Leech](https://twitter.com/bathtype)
+- Thanks to [Sassline](https://sassline.com/) for the typographic basis, by [Jake Giltsoff](https://twitter.com/jakegiltsoff)
+- Thanks to [Flexbox mixin](https://github.com/mastastealth/sass-flex-mixin) by [Brian Franco](https://twitter.com/brianfranco)
+- Thanks to [Normalize](https://necolas.github.io/normalize.css/) by [Nicolas Gallagher](https://twitter.com/necolas) and [Jonathan Neal](https://twitter.com/jon_neal).
+- Thanks to [pygments-css](http://richleland.github.io/pygments-css/) for the autumn syntax highlighting, by [Rich Leland](https://twitter.com/richleland)
diff --git a/_config.yml b/_config.yml
index 00edaf9..d0f0a66 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,161 @@
-title: LLaVA X-Ray Vision
-description: A data science capstone project exploring Deep Learning, Medical Imaging, and multi-modal Large Language Models.
-show_downloads: false
-google_analytics:
-theme: jekyll-theme-tactile
\ No newline at end of file
+# Site configuration
+# 1. Files excluded from Jekyll builds
+# 2. Installed Gems
+# 3. Gem settings
+# 4. Jekyll settings
+# 5. Collections
+# 6. Jekyll collections settings
+# 7. Site settings
+# 8. Site favicons & manifest icons
+# 9. Site navigation
+
+# 1. Files excluded from Jekyll builds
+exclude:
+- README.md
+- CODE_OF_CONDUCT.md
+- CONTRIBUTING.md
+- screenshot.png
+- LICENSE
+- CNAME
+- Gemfile
+- Gemfile.lock
+- alembic-jekyll-theme.gemspec
+- .jekyll-cache
+
+# 2. Installed Gems
+plugins:
+- jekyll-sitemap
+- jekyll-mentions
+- jekyll-paginate
+- jekyll-seo-tag
+- jekyll-redirect-from
+- jekyll-feed
+- jekyll-commonmark
+- jekyll-include-cache
+- jemoji
+
+# 3. Gem settings
+paginate: 2 # jekyll-paginate > items per page
+paginate_path: blog/page:num # jekyll-paginate > blog page
+jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
+twitter:
+ username: DavidDarnes # jekyll-seo-tag > Owners twitter username
+author: DavidDarnes # jekyll-seo-tag > default author
+social: # jekyll-seo-tag > social overrides
+ name: David Darnes # jekyll-seo-tag > real name
+ links: # jekyll-seo-tag > social aliases (sameAs)
+ - https://twitter.com/DavidDarnes
+ - https://www.facebook.com/daviddarnes
+ - https://www.linkedin.com/in/daviddarnes
+ - https://github.com/daviddarnes
+# markdown: CommonMark # Markdown parse settings, CommonMark performs slightly better an others in build time
+# commonmark:
+ # options: ["SMART", "FOOTNOTES"]
+ # extensions: ["strikethrough", "autolink", "table"]
+
+# 4. Jekyll settings
+sass:
+ style: compressed # Style compression
+permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
+excerpt_separator: # Marks end of excerpt in posts
+timezone: Europe/London # Timezone for blog posts and alike
+
+# 5. Collections
+collections:
+ posts:
+ title: Posts # Needed for Siteleaf
+ output: true
+ description: "My thoughts and ideas" # The post list page content
+ feature_text: |
+ Welcome to the blog
+ feature_image: "https://picsum.photos/2560/600?image=866"
+
+# 6. Jekyll collections settings
+defaults:
+ -
+ scope:
+ path: ""
+ values:
+ image: "/assets/default-social-image.png" # Default image for sharing
+ -
+ scope:
+ path: ""
+ type: "posts"
+ values:
+ layout: post # Set the default layout for posts
+ -
+ scope:
+ path: ""
+ type: "pages"
+ values:
+ layout: page # Set the default layout for pages
+
+# 7. Site settings
+encoding: utf-8 # Make sure the encoding is right
+lang: en-GB # Set the site language
+title: "Alembic" # Site name or title, also used in jekyll-seo-tag
+logo: "/assets/logos/logo.svg" # Site logo, also used in jekyll-seo-tag
+description: "Alembic is a starting point for Jekyll projects. Rather than starting from scratch, this boilerplate is designed to get the ball rolling immediately" # Site description and default description, also used in jekyll-seo-tag
+url: "https://alembic.darn.es" # Site url, also used in jekyll-seo-tag
+baseurl: ""
+repo: "https://github.com/daviddarnes/alembic"
+email: "me@daviddarnes.com"
+# disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account
+# date_format: "%-d %B %Y" # Blog post date formatting using placeholder formatting
+# google_analytics: ""
+# google_analytics_anonymize_ip: ""
+# service_worker: false # Will turn off the service worker if set to false
+# short_name: "Al" # The web application short name, defaults to the site title
+css_inline: true # Will insert all styles into a single
diff --git a/_includes/site-sw.html b/_includes/site-sw.html
new file mode 100644
index 0000000..0e82156
--- /dev/null
+++ b/_includes/site-sw.html
@@ -0,0 +1,20 @@
+
diff --git a/_includes/video.html b/_includes/video.html
new file mode 100644
index 0000000..b6e0faa
--- /dev/null
+++ b/_includes/video.html
@@ -0,0 +1,3 @@
+