This commit is contained in:
Elijah McMorris 2025-05-06 17:21:00 -07:00
parent 47a5ac5067
commit d214121cd6
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
11 changed files with 85 additions and 69 deletions

View file

@ -16,4 +16,4 @@
{{ post_macros::list_posts(pages=blog_section.pages) }}
</div>
{% endblock content %}
{% endblock content %}

View file

@ -83,7 +83,7 @@
</div>
</a>
<a href="https://github.com/jupyterlab/jupyterlab/issues?q=state%3Aclosed%20is%3Apr%20author%3A@me%20is%3Amerged" class="project-box-link">
<a href="https://github.com/jupyterlab/jupyterlab/issues?q=state%3Aclosed%20is%3Apr%20author%3Anexveridian%20is%3Amerged" class="project-box-link">
<div class="project-box">
<h3 class="post-title">JupyterLab Contributions</h3>
<p class="project-tags">TypeScript</p>
@ -94,7 +94,7 @@
</div>
</a>
<a href="https://github.com/loco-rs/loco/issues?q=state%3Aclosed%20is%3Apr%20author%3A@me%20is%3Amerged" class="project-box-link">
<a href="https://github.com/loco-rs/loco/issues?q=state%3Aclosed%20is%3Apr%20author%3Anexveridian%20is%3Amerged%20" class="project-box-link">
<div class="project-box">
<h3 class="post-title">Loco.rs Contributions</h3>
<p class="project-tags">Rust</p>
@ -106,7 +106,7 @@
</div>
</a>
<a href="https://nexveridian.com/ARK" class="project-box-link">
<a href="https://ark.nexveridian.com/ARK" class="project-box-link">
<div class="project-box">
<h3 class="post-title">ARK Invest ETF Tracker</h3>
<p class="project-tags">Next.js, TypeScript</p>
@ -133,6 +133,15 @@
</div>
</a>
<a href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+author%3ANexVeridian+" class="project-box-link">
<div class="project-box">
<h3 class="post-title">Nix Packages Contributions</h3>
<p class="project-tags">Nix</p>
<p>Added various package updates and fixes to Nix Packages</p>
<span class="view-project">View PRs →</span>
</div>
</a>
<a href="https://s.nexveridian.com" class="project-box-link">
<div class="project-box">
<h3 class="post-title">Next Url Shortener</h3>
@ -176,6 +185,11 @@
<a href="https://github.com/NexVeridian/NexVeridian-web">Source Code</a>&nbsp;
</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Dual Licensed: <a href="https://github.com/NexVeridian/NexVeridian-web/blob/main/LICENSE-MIT">LICENSE-MIT</a> or <a href="https://github.com/NexVeridian/NexVeridian-web/blob/main/LICENSE-Apache">LICENSE-APACHE</a>&nbsp;
</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman

View file

@ -7,7 +7,7 @@
{% block content %}
<div class="posts">
<h1 class="post-title">{{ section.title }}</h1>
{%- if paginator %}
{%- set show_pages = paginator.pages -%}
{% else %}
@ -20,7 +20,7 @@
{{ post_macros::content(page=page, summary=true, show_only_description=page.extra.show_only_description | default(value=false)) }}
</div>
{% endfor -%}
<div class="pagination">
<div class="pagination__buttons">
{%- if paginator.previous %}
@ -42,4 +42,4 @@
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}

View file

@ -22,4 +22,4 @@
{% endfor %}
</ul>
</div>
{% endblock content %}
{% endblock content %}

View file

@ -22,4 +22,4 @@
{{ post_macros::list_posts(pages=term.pages) }}
</div>
{% endblock content %}
{% endblock content %}