chore(starters): bump modules and Hugo
This commit is contained in:
26
content/projects/_index.md
Normal file
26
content/projects/_index.md
Normal 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
|
||||
---
|
||||
BIN
content/projects/pandas/featured.png
Normal file
BIN
content/projects/pandas/featured.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
15
content/projects/pandas/index.md
Normal file
15
content/projects/pandas/index.md
Normal 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-->
|
||||
BIN
content/projects/pytorch/featured.png
Normal file
BIN
content/projects/pytorch/featured.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
15
content/projects/pytorch/index.md
Normal file
15
content/projects/pytorch/index.md
Normal 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-->
|
||||
BIN
content/projects/scikit/featured.png
Normal file
BIN
content/projects/scikit/featured.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
15
content/projects/scikit/index.md
Normal file
15
content/projects/scikit/index.md
Normal 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-->
|
||||
Reference in New Issue
Block a user