Compare commits

..

No commits in common. "d1de084ef89314fd2bb94b76fd51cb5896932dac" and "7e281d3ea301816a38cfc3fe15e734bb0500163b" have entirely different histories.

14 changed files with 24 additions and 84 deletions

3
.gitignore vendored
View File

@ -1,4 +1 @@
public/
resources/
hugo_stats.json
.hugo_build.lock

View File

@ -1,5 +0,0 @@
deploy: generate
rsync -avz -e 'ssh -p 21098' public/ adrizyks@server198.web-hosting.com:~/public_html
generate: public/*
hugo

View File

@ -1,24 +0,0 @@
---
title: 'Contact me'
date: 2024-08-03
type: landing
sections:
- block: cta-button-list
content:
# Need a custom icon?
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
buttons:
- text: Connect with me on LinkedIn
icon: brands/linkedin
url: https://linkedin.com/in/adrian-abeyta
- text: Follow me on Mastodon
icon: brands/mastodon
url: https://emacs.ch/@databased
- text: See my projects on GitHub
icon: brands/github
url: https://github.com/adrianj12
- text: Email me
icon: inbox-arrow-down
url: "mailto: adrian@adrianabeyta.com"
---

View File

@ -1,6 +1,6 @@
---
title: 'Experience'
date: 2024-08-01
date: 2023-10-24
type: landing
design:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -1,14 +0,0 @@
---
title: Homebox
external_link: https://github.com/sysadminsmedia/homebox
date: 2024-08-01
tags:
- Go
- Vue
- Typescript
- Javascript
- CSS
- HTML
---
An inventory management system for home users, with a Vue-powered web UI.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,12 +0,0 @@
---
title: Modified Algorithms
date: 2023-12-06
external_link: https://github.com/adrianj12/cs361-final-project
tags:
- Java
- JavaFX
- Markdown
- UNM
---
Comparing the performance of 3 different sorting algorithms that are slightly modified from their classic implementations.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,12 +0,0 @@
---
title: Disease Simulation
date: 2022-11-18
external_link: https://github.com/adrianj12/cs351-disease-simulation
tags:
- Java
- JavaFX
- Markdown
- UNM
---
This is a simple disease simulation application intended to model the spread of a contagious disease.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -3,8 +3,8 @@ title: NY Times Tiles Game Clone
date: 2022-01-01
external_link: https://github.com/adrianj12/tiles-game
tags:
- JavaFX
- Java
- JavaFX
- Markdown
- UNM
---

View File

@ -12,7 +12,7 @@ sections:
- block: collection
content:
title: Latest Projects
text: Projects that I created by myself or with a team.
text: Here are some of the projects that have recently caught my interest.
filters:
folders:
- project
@ -20,15 +20,4 @@ sections:
view: article-grid
fill_image: false
columns: 3
- block: collection
content:
title: Interesting Projects
text: Public projects that have caught my interest and I have contributed or plan to contribute to.
filters:
folders:
- other-projects
design:
view: article-grid
fill_image: false
columns: 2
---

21
netlify.toml Normal file
View File

@ -0,0 +1,21 @@
[build]
command = "hugo --gc --minify -b $URL && npx pagefind --source 'public'"
publish = "public"
[build.environment]
HUGO_VERSION = "0.126.3"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL && npx pagefind --source 'public'"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind --source 'public'"
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
debug = true