Compare commits

..

7 Commits

Author SHA1 Message Date
adrianj12
794f29714e try first post 2024-08-06 00:57:58 -06:00
adrianj12
661bc9b6fb test rule 2024-08-04 04:06:02 +01:00
adrianj12
6d23650345 remove resources dir 2024-08-04 03:43:56 +01:00
adrianj12
d1de084ef8 add hugo_stats 2024-08-04 03:41:24 +01:00
adrianj12
293e2cf00d ignore resources 2024-08-04 03:38:06 +01:00
adrianj12
28b0bdcd91 more content files 2024-08-04 03:37:44 +01:00
adrianj12
895240dc20 hugo deploy rules 2024-08-04 03:35:00 +01:00
112 changed files with 137 additions and 464 deletions

3
.gitignore vendored
View File

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

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
deploy: generate
rsync -avz -e 'ssh -p 21098' public/ adrizyks@server198.web-hosting.com:~/public_html
generate: public/*
hugo
test:
hugo server &
cygstart http://localhost:1313/

View File

@@ -13,6 +13,9 @@ main:
- name: Experience
url: /experience/
weight: 3
- name: Posts
url: /post/
weight: 4
- name: Contact
url: /contact/
weight: 4
weight: 5

View File

@@ -30,6 +30,35 @@ sections:
size: cover
position: center
parallax: false
- block: collection
id: posts
content:
title: Recent Posts
subtitle: "Adrian's Blog"
text: ''
# Page type to display. E.g. post, talk, publication...
page_type: post
# Choose how many pages you would like to display (0 = all pages)
count: 5
# Filter on criteria
filters:
author: ""
category: ""
tag: ""
exclude_featured: false
exclude_future: false
exclude_past: false
publication_type: ""
# Choose how many pages you would like to offset by
offset: 0
# Page order: descending (desc) or ascending (asc) date.
order: desc
design:
# Choose a layout view
view: date-title-summary
# Reduce spacing
spacing:
padding: [0, 0, 0, 0]
# - block: markdown
# content:
# title: '📚 My Research'

24
content/contact.md Normal file
View File

@@ -0,0 +1,24 @@
---
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: 2023-10-24
date: 2024-08-01
type: landing
design:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -0,0 +1,14 @@
---
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.

View File

@@ -0,0 +1,17 @@
---
title: First post!
summary: My first ever blog post on this new site
date: 2024-08-06
---
# Heading 1
## Testing...
```c
printf("hello world!");
```
1. one
1. two
1. three

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,12 @@
---
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.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,12 @@
---
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.

After

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:
- Java
- JavaFX
- Java
- Markdown
- UNM
---

View File

@@ -12,7 +12,7 @@ sections:
- block: collection
content:
title: Latest Projects
text: Here are some of the projects that have recently caught my interest.
text: Projects that I created by myself or with a team.
filters:
folders:
- project
@@ -20,4 +20,15 @@ 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
---

View File

@@ -1,439 +0,0 @@
{
"htmlElements": {
"tags": [
"a",
"article",
"aside",
"body",
"button",
"circle",
"div",
"footer",
"h1",
"h2",
"h3",
"head",
"header",
"html",
"i",
"img",
"input",
"label",
"li",
"line",
"link",
"main",
"meta",
"nav",
"ol",
"p",
"path",
"polygon",
"script",
"section",
"span",
"style",
"svg",
"time",
"title",
"ul"
],
"classes": [
"!mb-4",
"-mr-4",
"-rotate-90",
"-start-3",
"[&.active]:font-bold",
"[&.active]:text-black/90",
"[&:not(dark)]:hidden",
"[hyphens:auto]",
"absolute",
"active",
"avatar",
"avatar-wrapper",
"bg-[length:0px_10px]",
"bg-gradient-to-r",
"bg-image",
"bg-left-bottom",
"bg-neutral-300",
"bg-no-repeat",
"bg-primary-100",
"bg-primary-200",
"bg-primary-700",
"bg-white",
"bio-text",
"block",
"blox-collection",
"blox-resume-biography-3",
"blox-resume-experience",
"blox-resume-languages",
"blox-resume-skills",
"border",
"border-gray-100",
"border-gray-200",
"border-s",
"break-words",
"btn",
"btn-outline-primary",
"container",
"course",
"cursor-default",
"cursor-pointer",
"dark",
"dark:[&.active]:text-white",
"dark:bg-gray-800",
"dark:bg-hb-dark",
"dark:bg-neutral-700",
"dark:bg-primary-300",
"dark:bg-primary-600",
"dark:bg-primary-900",
"dark:bg-zinc-900",
"dark:block",
"dark:border-gray-600",
"dark:border-gray-700",
"dark:focus:ring-gray-700",
"dark:focus:ring-primary-800",
"dark:from-primary-800",
"dark:hidden",
"dark:hover:bg-gray-100/5",
"dark:hover:bg-gray-700",
"dark:hover:bg-primary-400",
"dark:hover:bg-primary-700",
"dark:hover:bg-primary-800",
"dark:hover:text-gray-50",
"dark:hover:text-neutral-800",
"dark:hover:text-primary-300",
"dark:hover:text-primary-400",
"dark:hover:text-white",
"dark:prose-invert",
"dark:ring-gray-900",
"dark:text-gray-300",
"dark:text-gray-400",
"dark:text-gray-700",
"dark:text-neutral-300",
"dark:text-neutral-400",
"dark:text-primary-200",
"dark:text-primary-300",
"dark:text-primary-900",
"dark:text-slate-100",
"dark:text-slate-200",
"dark:text-white",
"dark:text-zinc-100",
"dark:to-primary-900",
"description",
"duration-500",
"fa-2x",
"fa-creative-commons",
"fa-creative-commons-by",
"fa-creative-commons-nc",
"fa-creative-commons-nd",
"fab",
"fill-current",
"flex",
"flex-auto",
"flex-col",
"flex-none",
"flex-row",
"flex-shrink-0",
"flex-wrap",
"focus:outline-none",
"focus:ring-4",
"focus:ring-gray-200",
"focus:ring-primary-300",
"focus:text-primary-700",
"focus:z-10",
"font-bold",
"font-medium",
"font-normal",
"font-semibold",
"footer-license-icons",
"from-primary-200",
"gap-1",
"gap-10",
"gap-12",
"gap-3",
"gap-4",
"gap-6",
"gap-x-8",
"gap-y-2",
"grid",
"grid-cols-2",
"group",
"group-hover:bg-[length:100%_10px]",
"grow",
"h-0",
"h-100",
"h-24",
"h-28",
"h-3.5",
"h-4",
"h-5",
"h-6",
"h-[18px]",
"hb-scrollbar",
"hb-sidebar-container",
"hb-sidebar-custom-link",
"hb-sidebar-list",
"hb-toc",
"hbb-section",
"header",
"hidden",
"home-section-bg",
"hover:bg-[length:100%_3px]",
"hover:bg-gray-100",
"hover:bg-gray-800/5",
"hover:bg-primary-300",
"hover:bg-primary-500",
"hover:bg-primary-800",
"hover:scale-125",
"hover:text-gray-900",
"hover:text-neutral-300",
"hover:text-primary-700",
"inline-block",
"inline-flex",
"items-center",
"items-start",
"justify-between",
"justify-center",
"justify-content-center",
"justify-items-center",
"justify-left",
"leading-3",
"leading-6",
"leading-none",
"leading-snug",
"leading-tight",
"lg:flex",
"lg:flex-row",
"lg:gap-10",
"lg:gap-x-6",
"lg:h-[calc(100vh-var(--navbar-height))]",
"lg:hidden",
"lg:ml-0",
"lg:order-1",
"lg:pb-0",
"lg:prose-xl",
"lg:px-5",
"lg:py-2",
"lg:py-8",
"lg:space-x-2",
"lg:text-6xl",
"lg:w-1/2",
"lg:w-auto",
"line-clamp-3",
"list-disc",
"list-inside",
"ltr:pr-0",
"ltr:text-right",
"m-1",
"m-w-[130px]",
"max-h-[calc(100vh-var(--navbar-height)-env(safe-area-inset-bottom))]",
"max-lg:[transform:translate3d(0,-100%,0)]",
"max-w-6xl",
"max-w-[500px]",
"max-w-[65ch]",
"max-w-none",
"max-w-prose",
"max-w-screen-xl",
"max-xl:hidden",
"mb-1",
"mb-10",
"mb-16",
"mb-2",
"mb-3",
"mb-4",
"mb-5",
"mb-6",
"mb-8",
"md:flex",
"md:flex-row",
"md:flex-shrink-0",
"md:grid-cols-3",
"md:mt-12",
"md:mx-0",
"md:order-2",
"md:px-12",
"me-2",
"me-2.5",
"min-h-[calc(100vh-var(--navbar-height))]",
"min-w-0",
"min-w-[18px]",
"ml-6",
"ml-auto",
"mr-1",
"mr-2",
"mr-4",
"mr-auto",
"ms-2",
"ms-6",
"mt-1",
"mt-10",
"mt-12",
"mt-2",
"mt-24",
"mt-3",
"mt-4",
"mt-5",
"mt-6",
"mx-1",
"mx-auto",
"my-1",
"my-10",
"my-5",
"nav-item",
"nav-link",
"navbar",
"navbar-brand",
"navbar-nav",
"network-icon",
"no-underline",
"open",
"order-0",
"order-1",
"order-3",
"order-last",
"origin-center",
"overflow-hidden",
"overflow-y-auto",
"p-0.5",
"p-1",
"p-1.5",
"p-8",
"page-body",
"page-footer",
"page-header",
"page-wrapper",
"pb-4",
"pb-6",
"pb-8",
"pl-2",
"pl-5",
"place-self-center",
"portrait-title",
"powered-by",
"pr-2",
"pr-4",
"pr-[calc(env(safe-area-inset-right)-1.5rem)]",
"print:hidden",
"prose",
"prose-slate",
"pt-1",
"pt-12",
"pt-2",
"pt-4",
"pt-6",
"px-2.5",
"px-3",
"px-4",
"px-5",
"px-6",
"px-8",
"py-0.5",
"py-2",
"py-2.5",
"py-5",
"relative",
"resume-biography",
"ring-8",
"ring-white",
"rounded",
"rounded-full",
"rounded-lg",
"rounded-md",
"rounded-sm",
"rounded-xl",
"rtl:-ml-4",
"rtl:-rotate-180",
"rtl:text-left",
"section-subheading",
"shadow-md",
"shrink-0",
"sidebar-active-item",
"skills-content",
"skills-description",
"skills-icon",
"skills-name",
"sm:px-0",
"sm:text-lg",
"space-x-3",
"space-y-1",
"sticky",
"text-1xl",
"text-2xl",
"text-3xl",
"text-4xl",
"text-[0.6rem]",
"text-base",
"text-black",
"text-center",
"text-dark",
"text-gray-200",
"text-gray-500",
"text-gray-700",
"text-gray-900",
"text-lg",
"text-md",
"text-neutral-500",
"text-neutral-700",
"text-neutral-800",
"text-primary-600",
"text-primary-700",
"text-primary-800",
"text-slate-700",
"text-slate-900",
"text-sm",
"text-white",
"text-wrap",
"text-xl",
"text-xs",
"theme-toggle",
"to-primary-100",
"top-0",
"top-16",
"tracking-tight",
"tracking-wide",
"tracking-wider",
"transform",
"transition-[background-size]",
"transition-transform",
"truncate",
"uppercase",
"w-100",
"w-24",
"w-28",
"w-3.5",
"w-4",
"w-5",
"w-6",
"w-64",
"w-full",
"xl:block",
"xl:px-5",
"xl:space-x-8",
"z-30"
],
"ids": [
"about-me",
"hide-button",
"moon",
"nav-menu",
"nav-toggle",
"page-bg",
"profile",
"section-collection",
"section-resume-biography-3",
"section-resume-experience",
"section-resume-languages",
"section-resume-skills",
"share-link-email",
"share-link-facebook",
"share-link-linkedin",
"share-link-whatsapp",
"share-link-x",
"show-button",
"site-header",
"sun",
"top"
]
}
}

View File

@@ -1,21 +0,0 @@
[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

Some files were not shown because too many files have changed in this diff Show More