Compare commits

...

4 Commits

Author SHA1 Message Date
Elizabeth Cray 9f359fb36c Fix building and links 2025-11-23 16:32:58 -05:00
Elizabeth Cray 36178b76e1 Remove DPC 2025-07-24 11:15:55 -04:00
Elizabeth Cray cfd4cf29f1 Update readme and add streak.club 2025-06-09 15:59:20 -04:00
Elizabeth Cray 2cc6261310 Add live.js 2025-04-22 21:08:27 -04:00
5 changed files with 33 additions and 23 deletions
+31 -9
View File
@@ -1,18 +1,40 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
base64 (0.2.0) base64 (0.3.0)
bigdecimal (3.1.9) bigdecimal (3.3.1)
liquid (5.5.1) liquid (5.11.0)
mini_portile2 (2.8.7) bigdecimal
nokogiri (1.18.5) strscan (>= 3.1.1)
mini_portile2 (~> 2.8.2) nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4) racc (~> 1.4)
racc (1.8.1) racc (1.8.1)
yaml (0.3.0) strscan (3.1.5)
yaml (0.4.0)
PLATFORMS PLATFORMS
ruby aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
base64 base64
@@ -22,4 +44,4 @@ DEPENDENCIES
yaml (~> 0.3) yaml (~> 0.3)
BUNDLED WITH BUNDLED WITH
2.6.6 2.7.2
+1 -1
View File
@@ -1,3 +1,3 @@
# Elizabeth's Link Page # Elizabeth's Link Page
Built with [Linkyee](https://github.com/ZhgCH/Linkyee) Built with [Linkyee](https://github.com/ZhgChgLi/linkyee)
@@ -1 +0,0 @@
The files in this folder (./_output) are auto-generated. Do not edit any files here.
-12
View File
@@ -12,13 +12,6 @@ name: "Elizabeth Cray"
tagline: "Full-stack developer by day, analog photographer by night." tagline: "Full-stack developer by day, analog photographer by night."
links: links:
- link:
icon: "fa-solid fa-person"
text: "Pronouns Page"
url: "https://en.pronouns.page/@hackerLiz"
alt: "Elizabeth's pronoun and details page"
title: "Elizabeth's Pronouns Profile"
target: "_blank"
- link: - link:
icon: "fa-brands fa-bluesky" icon: "fa-brands fa-bluesky"
text: "Bluesky" text: "Bluesky"
@@ -76,11 +69,6 @@ links:
title: "Elizabeth's Resume" title: "Elizabeth's Resume"
target: "_blank" target: "_blank"
# Todo: Image Gallery
footer: ""
copyright: > copyright: >
©2025 Elizabeth Cray. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a> ©2025 Elizabeth Cray. Powered by <a href="https://github.com/ZhgChgLi/linkyee" target="_blank">linkyee</a>
+1
View File
@@ -76,6 +76,7 @@
</footer> </footer>
</div> </div>
<script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script> <script src="fontawesome/js/all.js" data-auto-replace-svg="nest"></script>
<script src="https://livejs.com/live.js"></script>
{% if google_analytics_id %} {% if google_analytics_id %}
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script> <script async src="https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}"></script>