chore(starters): bump modules and Hugo

This commit is contained in:
Splitter
2025-09-22 23:35:54 +00:00
parent de02213efd
commit 562e088219
45 changed files with 124 additions and 20 deletions

View File

@@ -0,0 +1,26 @@
---
title: 'Projects'
date: 2024-05-19
type: landing
design:
# Section spacing
spacing: '5rem'
# Page sections
sections:
- block: collection
content:
title: Selected Projects
text: I enjoy making things. Here are a selection of projects that I have worked on over the years.
filters:
folders:
- projects
design:
view: article-grid
fill_image: false
columns: 3
show_date: false
show_read_time: false
show_read_more: false
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,15 @@
---
title: Pandas
date: 2023-10-26
links:
- type: site
url: https://github.com/pandas-dev/pandas
tags:
- Hugo
- HugoBlox
- Markdown
---
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures.
<!--more-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,15 @@
---
title: PyTorch
date: 2023-10-26
links:
- type: site
url: https://github.com/pytorch/pytorch
tags:
- Hugo
- HugoBlox
- Markdown
---
PyTorch is a Python package that provides tensor computation (like NumPy) with strong GPU acceleration.
<!--more-->

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,15 @@
---
title: scikit-learn
date: 2023-10-26
links:
- type: site
url: https://github.com/scikit-learn/scikit-learn
tags:
- Hugo
- HugoBlox
- Markdown
---
scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.
<!--more-->