commit 9b9236adbb7820fc2f003741d24750d179d06de0 Author: adrianj12 Date: Wed Jul 31 12:45:14 2024 -0600 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d25bdeb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023-present George Cushen (https://georgecushen.com/) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f3c5f3 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# [Hugo Academic CV Theme](https://github.com/HugoBlox/theme-academic-cv) + +[![Screenshot](.github/preview.webp)](https://hugoblox.com/templates/) + +The Hugo **Academic CV Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience. + +[![Get Started](https://img.shields.io/badge/-Get%20started-ff4655?style=for-the-badge)](https://hugoblox.com/templates/) +[![Discord](https://img.shields.io/discord/722225264733716590?style=for-the-badge)](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) +[![Twitter Follow](https://img.shields.io/twitter/follow/GetResearchDev?label=Follow%20on%20Twitter)](https://twitter.com/GetResearchDev) + +️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, Hugo Blox Builder**, making every site truly personalized ⭐⭐⭐⭐⭐ + +Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX. + +[Check out the latest demo](https://academic-demo.netlify.app/) of what you'll get in less than 10 minutes, or [get inspired by our academics and research groups](https://hugoblox.com/creators/). + +The integrated [**Hugo Blox Builder**](https://hugoblox.com) and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. + +- 👉 [**Get Started**](https://hugoblox.com/templates/) +- 📚 [View the **documentation**](https://docs.hugoblox.com/) +- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) +- 🐦 Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query) +- ⬇️ **Automatically import your publications from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter) +- 💡 [Suggest an improvement](https://github.com/HugoBlox/hugo-blox-builder/issues) +- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/reference/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) + +## We ask you, humbly, to support this open source movement + +Today we ask you to defend the open source independence of the Hugo Blox Builder and themes 🐧 + +We're an open source movement that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way. + +### [❤️ Click here to become a Sponsor, unlocking awesome perks such as _exclusive academic templates and blocks_](https://hugoblox.com/sponsor/) + + + +## Demo image credits + +- [Unsplash](https://unsplash.com) + +## Latest news + + +* [6 Compelling Reasons I Switched from WordPress to Hugo](https://hugoblox.com/vs/wordpress/) +* [The 7 best landing page builders in 2024](https://hugoblox.com/blog/7-best-landing-page-builders/) +* [Start a Blog and Make Money in 2024: Here's What You Need to Know](https://hugoblox.com/blog/start-a-blog-and-make-money/) +* [Hugo vs Quarto: Which One is Better for 2024?](https://hugoblox.com/vs/quarto/) +* [Easily make an academic CV website to get more cites and grow your audience 🚀](https://hugoblox.com/blog/easily-make-academic-website/) + diff --git a/assets/media/icons/.gitkeep b/assets/media/icons/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/assets/media/icons/custom/hiking.svg b/assets/media/icons/custom/hiking.svg new file mode 100644 index 0000000..d6e954a --- /dev/null +++ b/assets/media/icons/custom/hiking.svg @@ -0,0 +1 @@ + diff --git a/assets/media/icons/custom/hiking.svg~ b/assets/media/icons/custom/hiking.svg~ new file mode 100644 index 0000000..6aa6228 --- /dev/null +++ b/assets/media/icons/custom/hiking.svg~ @@ -0,0 +1 @@ + diff --git a/assets/media/icons/custom/running.svg b/assets/media/icons/custom/running.svg new file mode 100644 index 0000000..7ff1d02 --- /dev/null +++ b/assets/media/icons/custom/running.svg @@ -0,0 +1 @@ + diff --git a/assets/media/stacked-peaks.svg b/assets/media/stacked-peaks.svg new file mode 100644 index 0000000..4a0c485 --- /dev/null +++ b/assets/media/stacked-peaks.svg @@ -0,0 +1 @@ + diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml new file mode 100644 index 0000000..9310019 --- /dev/null +++ b/config/_default/hugo.yaml @@ -0,0 +1,55 @@ +# Configuration of Hugo +# Guide: https://docs.hugoblox.com/tutorial/ +# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings +# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ + +# Website name +title: Adrian Abeyta +# Website URL +baseURL: 'https://adrianabeyta.com/' + +############################ +## LANGUAGE +############################ + +defaultContentLanguage: en +hasCJKLanguage: false +defaultContentLanguageInSubdir: false +removePathAccents: true + +############################ +## ADVANCED +############################ + +build: + writeStats: true +enableGitInfo: false +summaryLength: 30 +paginate: 10 +enableEmoji: true +enableRobotsTXT: true +footnotereturnlinkcontents: ^ +ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] +permalinks: + authors: '/author/:slug/' +disableAliases: true +outputs: + home: [HTML, RSS, headers, redirects, backlinks] + section: [HTML, RSS] +imaging: + resampleFilter: lanczos + quality: 80 + anchor: smart +timeout: 600000 +taxonomies: + author: authors + tag: tags + publication_type: publication_types +markup: + _merge: deep + highlight: + lineNos: false +security: + _merge: deep +sitemap: + _merge: deep diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml new file mode 100644 index 0000000..88fa733 --- /dev/null +++ b/config/_default/languages.yaml @@ -0,0 +1,22 @@ +# Languages +# Create a section for each of your site's languages. +# Documentation: https://docs.hugoblox.com/reference/language/ + +# Default language +en: + languageCode: en-us + # Uncomment for multi-lingual sites, and move English content into `en` sub-folder. + #contentDir: content/en + +# Uncomment the lines below to configure your website in a second language. +#zh: +# languageCode: zh-Hans +# contentDir: content/zh +# title: Chinese website title... +# params: +# description: Site description in Chinese... +# menu: +# main: +# - name: 传 +# url: '#about' +# weight: 1 diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml new file mode 100644 index 0000000..00f119a --- /dev/null +++ b/config/_default/menus.yaml @@ -0,0 +1,18 @@ +# Navigation Links +# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the + # desired widget in your `content/home/` folder. + # The weight parameter defines the order that the links will appear in. + +main: + - name: Bio + url: / + weight: 1 + - name: Projects + url: /projects/ + weight: 2 + - name: Experience + url: /experience/ + weight: 3 + - name: Contact + url: /contact/ + weight: 4 diff --git a/config/_default/module.yaml b/config/_default/module.yaml new file mode 100644 index 0000000..ac2a62a --- /dev/null +++ b/config/_default/module.yaml @@ -0,0 +1,25 @@ +############################ +## HUGO MODULES +## Install or uninstall themes and plugins here. +## Docs: https://gohugo.io/hugo-modules/ +############################ + +imports: + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify + - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind + +# Install any Hugo Blox within the `hugo-blox/blox/` folder +mounts: + - source: hugo-blox/blox/community + target: layouts/partials/blox/community/ + includeFiles: '**.html' + - source: hugo-blox/blox/all-access + target: layouts/partials/blox/ + includeFiles: '**.html' + - source: hugo-blox/blox + target: assets/dist/community/blox/ + includeFiles: '**.css' + - source: layouts + target: layouts + - source: assets + target: assets diff --git a/config/_default/params.yaml b/config/_default/params.yaml new file mode 100644 index 0000000..5ec77bd --- /dev/null +++ b/config/_default/params.yaml @@ -0,0 +1,62 @@ +# SITE SETUP +# Guide: https://docs.hugoblox.com/tutorial/ +# Documentation: https://docs.hugoblox.com/ +# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ + +# Appearance +appearance: + mode: system + color: emerald + +# SEO +marketing: + seo: + site_type: Person + local_business_type: '' + org_name: '' + description: 'Professional homepage of Adrian Abeyta, a Computer Science graduate in Albuquerque, New Mexico. Includes a resume, project, experience, and contact information.' + twitter: '' + analytics: + google_analytics: '' + baidu_tongji: '' + plausible: '' + fathom: '' + pirsch: '' + verification: + google: '' + baidu: '' + +# Site header +header: + navbar: + enable: true + blox: "navbar" + align: "left" + fixed_to_top: true + show_search: false + show_theme_chooser: true + logo: + text: "Adrian Abeyta" + highlight_active_link: true + +# Site footer +footer: + copyright: + notice: '© {year} Adrian Abeyta. This work is licensed under {license}' + license: + enable: true + allow_derivatives: false + share_alike: true + allow_commercial: false + +# Localization +locale: + date_format: '2006.01.02' + time_format: '3:04 PM' + +# Site features +features: + math: + enable: false + privacy_pack: + enable: false diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..902594c --- /dev/null +++ b/content/_index.md @@ -0,0 +1,42 @@ +--- +# Leave the homepage title empty to use the site title +title: "" +date: 2024-07-30 +type: landing + +design: + # Default section spacing + spacing: "6rem" + +sections: + - block: resume-biography-3 + content: + # Choose a user profile to display (a folder name within `content/authors/`) + username: admin + text: "" + # Show a call-to-action button under your biography? (optional) + button: + text: Download Résumé + url: uploads/resume.pdf + design: + css_class: dark + background: + color: black + image: + # Add your image background to `assets/media/`. + filename: stacked-peaks.svg + filters: + brightness: 1.0 + size: cover + position: center + parallax: false +# - block: markdown +# content: +# title: '📚 My Research' +# subtitle: '' +# text: |- +# Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots. +# I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy. +# design: +# columns: '1' +--- diff --git a/content/authors/_index.md b/content/authors/_index.md new file mode 100644 index 0000000..c5e4b7b --- /dev/null +++ b/content/authors/_index.md @@ -0,0 +1,9 @@ +--- +# To publish author profile pages, remove all the `_build` and `cascade` settings below. +_build: + render: never +cascade: + _build: + render: never + list: always +--- diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md new file mode 100644 index 0000000..42dbc9b --- /dev/null +++ b/content/authors/admin/_index.md @@ -0,0 +1,140 @@ +--- +# Display name +title: Adrian Abeyta + +# Name pronunciation (optional) +name_pronunciation: + +# Full name (for SEO) +first_name: Adrian +last_name: Abeyta + +# Status emoji +status: +# icon: 🧑‍💻️ + +# Is this the primary user of the site? +superuser: true + +# Highlight the author in author lists? (true/false) +highlight_name: true + +# Role/position/tagline +role: BSc Computer Science + +# Organizations/Affiliations to display in Biography blox +organizations: +# - name: OpenAI +# url: https://openai.com/ + +# Social network links +# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder. +profiles: + - icon: at-symbol + url: 'mailto:adrian@adrianabeyta.com' + label: E-mail Me +# - icon: brands/x +# url: https://twitter.com/GetResearchDev +# - icon: brands/instagram +# url: https://www.instagram.com/ + - icon: brands/github + url: https://github.com/adrianj12 + - icon: brands/linkedin + url: https://www.linkedin.com/adrianabeyta +# - icon: academicons/google-scholar +# url: https://scholar.google.com/ +# - icon: academicons/orcid +# url: https://orcid.org/ + +interests: + - Full-stack web development + - High-Performance Computing + + +education: + - area: BSc Computer Science + institution: University of New Mexico + date_start: 2021-01-01 + date_end: 2024-05-11 + summary: | + Special topic courses: + - High-Performance Computing + - Compiler Construction + - Introduction to Databases + + Organizations: + - IEEE + - UNM IT Student Employees +work: + - position: Technical Specialist + company_name: The University of New Mexico + company_url: '' + company_logo: '' + date_start: 2022-03-15 + date_end: 2024-05-11 + summary: |2- + Accomplishments: + - Wrote Selenium scripts for web application testing + - Assisted with migration of Oracle SQL database + - Documented internal and external web applications + - position: Technology Support Group Technician + company_name: UPS + company_url: '' + company_logo: '' + date_start: 2019-06-01 + date_end: 2021-01-15 + summary: | + Accomplishments: + - Obtained CompTIA A+ Certification + - Lead project to upgrade mobile bluetooth scanning devices for Albuquerque delivery area + - Responded to support tickets for internal & external customers to meet response time goals + +# Skills +# Add your own SVG icons to `assets/media/icons/` +skills: + - name: Technical Skills + items: + - name: Languages + description: C/C++, Java, X/HTML, CSS, LaTeX, SQL, Assembly, Haskell/Lisp, Matlab, PHP, Bash, Python, Prolog + icon: code-bracket + - name: Platforms + description: RDB design, RDBMS (Oracle, MySQL), High-Performance Computing, Atlassian Confluence + icon: circle-stack + - name: Linux administration + description: Ubuntu, Raspbian, Rocky + icon: command-line + - name: Writing + description: Application documentation, SOPs, training material + icon: document-text + - name: Hobbies + items: + - name: Hiking/Mountains/Geocaching + description: '' + icon: custom/hiking + - name: Running + description: '' + icon: custom/running + +languages: + - name: English + percent: 100 + - name: Spanish + percent: 80 + +# Awards. +# Add/remove as many awards below as you like. +# Only `title`, `awarder`, and `date` are required. +# Begin multi-line `summary` with YAML's `|` or `|2-` multi-line prefix and indent 2 spaces below. +# awards: +# - title: Neural Networks and Deep Learning +# url: https://www.coursera.org/learn/neural-networks-deep-learning +# date: '2023-11-25' +# awarder: Coursera +# icon: coursera +# summary: | +# I studied the foundational concept of neural networks and deep learning. By the end, I was familiar with the significant technological trends driving the rise of deep learning; build, train, and apply fully connected deep neural networks; implement efficient (vectorized) neural networks; identify key parameters in a neural network’s architecture; and apply deep learning to your own applications. +--- + +## About Me + +Hi, my name is Adrian Abeyta, and I am a recent graduate from the [University of New Mexico](https://www.unm.edu) with a Bachelor of Science degree in Computer Science. On this website you will find some of the projects I am currently working on or have completed. I also include other links about me and that I find interesting or useful. diff --git a/content/authors/admin/avatar.png b/content/authors/admin/avatar.png new file mode 100644 index 0000000..58bb17e Binary files /dev/null and b/content/authors/admin/avatar.png differ diff --git a/content/experience.md b/content/experience.md new file mode 100644 index 0000000..bffef75 --- /dev/null +++ b/content/experience.md @@ -0,0 +1,35 @@ +--- +title: 'Experience' +date: 2023-10-24 +type: landing + +design: + spacing: '5rem' + +# Note: `username` refers to the user's folder name in `content/authors/` + +# Page sections +sections: + - block: resume-experience + content: + username: admin + design: + # Hugo date format + date_format: 'January 2006' + # Education or Experience section first? + is_education_first: false + - block: resume-skills + content: + title: Skills & Hobbies + username: admin + design: + show_skill_percentage: false +# - block: resume-awards +# content: +# title: Awards +# username: admin + - block: resume-languages + content: + title: Languages + username: admin +--- diff --git a/content/project/tiles/index.md b/content/project/tiles/index.md new file mode 100644 index 0000000..531706c --- /dev/null +++ b/content/project/tiles/index.md @@ -0,0 +1,13 @@ +--- +title: NY Times Tiles Game Clone +date: 2022-01-01 +external_link: https://github.com/adrianj12/tiles-game +tags: + - Java + - JavaFX + - Markdown + - UNM +--- + +A recreation of the tile-matching game as seen on the [NY Times games website](https://www.nytimes.com/puzzles/tiles). + diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..aa4f970 --- /dev/null +++ b/content/projects.md @@ -0,0 +1,23 @@ +--- +title: 'Projects' +date: 2024-05-19 +type: landing + +design: + # Section spacing + spacing: '5rem' + +# Page sections +sections: + - block: collection + content: + title: Latest Projects + text: Here are some of the projects that have recently caught my interest. + filters: + folders: + - project + design: + view: article-grid + fill_image: false + columns: 3 +--- diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..3288a71 --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module github.com/HugoBlox/hugo-blox-builder/starters/academic-cv + +go 1.19 + +require ( + github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33 +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..3ace752 --- /dev/null +++ b/go.sum @@ -0,0 +1,4 @@ +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b h1:rAluI3a9m5ZoJY5xTF7YcgA4YTJLsvPTEh6sVQhPb+o= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4= +github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33 h1:x348mgyKtNQKGROIZ/A0WYbKitzD5ySaWWny0C8wF9U= +github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240602133901-492e343c2a33/go.mod h1:+qBbqXbKT7M2nOeHQa5OrRXwQKpEx1RXpMGirHbT7HU= diff --git a/hugo_stats.json b/hugo_stats.json new file mode 100644 index 0000000..3a04d28 --- /dev/null +++ b/hugo_stats.json @@ -0,0 +1,439 @@ +{ + "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" + ] + } +} diff --git a/hugoblox.yaml b/hugoblox.yaml new file mode 100644 index 0000000..bf71f98 --- /dev/null +++ b/hugoblox.yaml @@ -0,0 +1,2 @@ +build: + hugo_version: '0.126.3' diff --git a/layouts/partials/hooks/head-end/github-button.html b/layouts/partials/hooks/head-end/github-button.html new file mode 100644 index 0000000..668938f --- /dev/null +++ b/layouts/partials/hooks/head-end/github-button.html @@ -0,0 +1 @@ + diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..c01bf62 --- /dev/null +++ b/netlify.toml @@ -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 diff --git a/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_150x150_fill_lanczos_center_3.png b/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_150x150_fill_lanczos_center_3.png new file mode 100644 index 0000000..4f3c067 Binary files /dev/null and b/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_150x150_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_192x192_fill_lanczos_center_3.png b/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_192x192_fill_lanczos_center_3.png new file mode 100644 index 0000000..31a4d3c Binary files /dev/null and b/resources/_gen/images/author/adrian-abeyta/avatar_hu2c19cf14e7c37593b9e4f01b7102d608_9513949_192x192_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..ffea8f5 Binary files /dev/null and b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..c3f1bee Binary files /dev/null and b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp new file mode 100644 index 0000000..922d80e Binary files /dev/null and b/resources/_gen/images/author/adrian-abeyta/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp differ diff --git a/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..ffea8f5 Binary files /dev/null and b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_150x150_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..c3f1bee Binary files /dev/null and b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_192x192_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp new file mode 100644 index 0000000..922d80e Binary files /dev/null and b/resources/_gen/images/author/吳健雄/avatar_hu3c64bd0f98018e2d901b7c60447ac42e_1387900_50x50_fill_q80_h2_lanczos_center.webp differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_61ee19fc10ff1b41fc0b74a166d9ca85.webp b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_61ee19fc10ff1b41fc0b74a166d9ca85.webp new file mode 100644 index 0000000..a5ffa2a Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_61ee19fc10ff1b41fc0b74a166d9ca85.webp differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_655x655_fill_q80_lanczos_right.jpg b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_655x655_fill_q80_lanczos_right.jpg new file mode 100644 index 0000000..a4d9cb3 Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_655x655_fill_q80_lanczos_right.jpg differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..7553ed5 Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_73327011da6425c898aa1e50d5614742.webp b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_73327011da6425c898aa1e50d5614742.webp new file mode 100644 index 0000000..a85a8cf Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_73327011da6425c898aa1e50d5614742.webp differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_960x540_fill_q80_lanczos_right.jpg b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_960x540_fill_q80_lanczos_right.jpg new file mode 100644 index 0000000..924e305 Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_960x540_fill_q80_lanczos_right.jpg differ diff --git a/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_f6d05bc359896f5e8a3ee80e012db624.webp b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_f6d05bc359896f5e8a3ee80e012db624.webp new file mode 100644 index 0000000..b672a89 Binary files /dev/null and b/resources/_gen/images/event/example/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_620088_f6d05bc359896f5e8a3ee80e012db624.webp differ diff --git a/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_180x180_fill_lanczos_center_3.png b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_180x180_fill_lanczos_center_3.png new file mode 100644 index 0000000..b7760cc Binary files /dev/null and b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_180x180_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_192x192_fill_lanczos_center_3.png b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_192x192_fill_lanczos_center_3.png new file mode 100644 index 0000000..ca7eb7f Binary files /dev/null and b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_192x192_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_32x32_fill_lanczos_center_3.png b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_32x32_fill_lanczos_center_3.png new file mode 100644 index 0000000..eb0e6e2 Binary files /dev/null and b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_32x32_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_512x512_fill_lanczos_center_3.png b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_512x512_fill_lanczos_center_3.png new file mode 100644 index 0000000..40aef4e Binary files /dev/null and b/resources/_gen/images/media/icon_hu68170e94a17a2a43d6dcb45cf0e8e589_3079_512x512_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..b122c42 Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..0fa46df Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..adcbb62 Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_abf1095b6cdd8788a5b847fd5c871fb1.webp b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_abf1095b6cdd8788a5b847fd5c871fb1.webp new file mode 100644 index 0000000..939f474 Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_abf1095b6cdd8788a5b847fd5c871fb1.webp differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_de4aa32d2cb2e729b1cb477b67e66949.webp b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_de4aa32d2cb2e729b1cb477b67e66949.webp new file mode 100644 index 0000000..1354433 Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_de4aa32d2cb2e729b1cb477b67e66949.webp differ diff --git a/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_fd942d60a626658078731eb2ef615565.webp b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_fd942d60a626658078731eb2ef615565.webp new file mode 100644 index 0000000..30b2eb2 Binary files /dev/null and b/resources/_gen/images/post/data-visualization/featured_hu02aa61ae1d9de35cbe238d2676170cb9_233990_fd942d60a626658078731eb2ef615565.webp differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_1bc3b2484482f8b72b77da990bd3ec11.webp b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_1bc3b2484482f8b72b77da990bd3ec11.webp new file mode 100644 index 0000000..c20eea8 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_1bc3b2484482f8b72b77da990bd3ec11.webp differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_23e88e5474b1528a59e528e564e2c3a4.webp b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_23e88e5474b1528a59e528e564e2c3a4.webp new file mode 100644 index 0000000..88806c5 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_23e88e5474b1528a59e528e564e2c3a4.webp differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..bb9e516 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_6af70ab17c51f9aeab3b1788aaea3467.webp b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_6af70ab17c51f9aeab3b1788aaea3467.webp new file mode 100644 index 0000000..b61e539 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_6af70ab17c51f9aeab3b1788aaea3467.webp differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..f965b15 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..ece7ee0 Binary files /dev/null and b/resources/_gen/images/post/get-started/featured_hu02aa61ae1d9de35cbe238d2676170cb9_341314_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_057cab4e9f491f5495ff4841926fc40e.webp b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_057cab4e9f491f5495ff4841926fc40e.webp new file mode 100644 index 0000000..5406ff9 Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_057cab4e9f491f5495ff4841926fc40e.webp differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_1ca6ffa2669ecc65467a3c03a2b6bc98.webp b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_1ca6ffa2669ecc65467a3c03a2b6bc98.webp new file mode 100644 index 0000000..03977b2 Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_1ca6ffa2669ecc65467a3c03a2b6bc98.webp differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..1c12d19 Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..a0e1658 Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..d36782a Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_bd4615d040a07ef2bce8be027d818985.webp b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_bd4615d040a07ef2bce8be027d818985.webp new file mode 100644 index 0000000..151c29a Binary files /dev/null and b/resources/_gen/images/post/project-management/featured_hu02aa61ae1d9de35cbe238d2676170cb9_181206_bd4615d040a07ef2bce8be027d818985.webp differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_5ff1f941af6f2eb422e880d7771f0bf5.webp b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_5ff1f941af6f2eb422e880d7771f0bf5.webp new file mode 100644 index 0000000..9e49e40 Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_5ff1f941af6f2eb422e880d7771f0bf5.webp differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..ac61ba5 Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..3797dee Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..8f739c5 Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_cb12b50b1b86bea308e5774a8264c0dd.webp b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_cb12b50b1b86bea308e5774a8264c0dd.webp new file mode 100644 index 0000000..5c529fd Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_cb12b50b1b86bea308e5774a8264c0dd.webp differ diff --git a/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_f4dd96e7ee59d980cb91976c27b50759.webp b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_f4dd96e7ee59d980cb91976c27b50759.webp new file mode 100644 index 0000000..30c8ea2 Binary files /dev/null and b/resources/_gen/images/post/second-brain/featured_hu02aa61ae1d9de35cbe238d2676170cb9_115048_f4dd96e7ee59d980cb91976c27b50759.webp differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_4fadc922627a70453ef57c1f1f6c4ff6.webp b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_4fadc922627a70453ef57c1f1f6c4ff6.webp new file mode 100644 index 0000000..0f4228c Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_4fadc922627a70453ef57c1f1f6c4ff6.webp differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp new file mode 100644 index 0000000..46ea2d9 Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..8e89221 Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..13eeaf9 Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..0050d65 Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp new file mode 100644 index 0000000..93fab5c Binary files /dev/null and b/resources/_gen/images/post/teach-courses/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_655x655_fill_lanczos_center_3.png b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_655x655_fill_lanczos_center_3.png new file mode 100644 index 0000000..09b754d Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_655x655_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_720x2500_fit_lanczos_3.png b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_720x2500_fit_lanczos_3.png new file mode 100644 index 0000000..527b3d7 Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_720x2500_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_960x540_fit_lanczos_3.png b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_960x540_fit_lanczos_3.png new file mode 100644 index 0000000..527b3d7 Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_960x540_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_c1ad9e8186773a9d2726d302ed70454f.webp b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_c1ad9e8186773a9d2726d302ed70454f.webp new file mode 100644 index 0000000..410d1ad Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_c1ad9e8186773a9d2726d302ed70454f.webp differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_cfa55310b8ffcc8d772c104ef645c6da.webp b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_cfa55310b8ffcc8d772c104ef645c6da.webp new file mode 100644 index 0000000..51bc29d Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_cfa55310b8ffcc8d772c104ef645c6da.webp differ diff --git a/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_e0dcc5a651fd67671641fec8f8edc15e.webp b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_e0dcc5a651fd67671641fec8f8edc15e.webp new file mode 100644 index 0000000..410d1ad Binary files /dev/null and b/resources/_gen/images/project/pandas/featured_hu66216662b6d787bdb50178595b680d57_30937_e0dcc5a651fd67671641fec8f8edc15e.webp differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_41a2b3a4906088468805e5ab02baf06e.webp b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_41a2b3a4906088468805e5ab02baf06e.webp new file mode 100644 index 0000000..7441ff1 Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_41a2b3a4906088468805e5ab02baf06e.webp differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_655x655_fill_lanczos_center_3.png b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_655x655_fill_lanczos_center_3.png new file mode 100644 index 0000000..b09d3ca Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_655x655_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_720x2500_fit_lanczos_3.png b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_720x2500_fit_lanczos_3.png new file mode 100644 index 0000000..27dc1c1 Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_720x2500_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_960x540_fit_lanczos_3.png b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_960x540_fit_lanczos_3.png new file mode 100644 index 0000000..27dc1c1 Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_960x540_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_c93040ae06c21ee1de9ca858b577404f.webp b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_c93040ae06c21ee1de9ca858b577404f.webp new file mode 100644 index 0000000..e22dbd4 Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_c93040ae06c21ee1de9ca858b577404f.webp differ diff --git a/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_f458a0872e85f107d76a0ffcab464406.webp b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_f458a0872e85f107d76a0ffcab464406.webp new file mode 100644 index 0000000..7441ff1 Binary files /dev/null and b/resources/_gen/images/project/pytorch/featured_hu6f0fe148fa961906f789e68cdca4a051_23186_f458a0872e85f107d76a0ffcab464406.webp differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_655x655_fill_lanczos_center_3.png b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_655x655_fill_lanczos_center_3.png new file mode 100644 index 0000000..877d441 Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_655x655_fill_lanczos_center_3.png differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_720x2500_fit_lanczos_3.png b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_720x2500_fit_lanczos_3.png new file mode 100644 index 0000000..4641e7e Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_720x2500_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_75eb2d3b86c0a927a7672d4dc6d29eb3.webp b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_75eb2d3b86c0a927a7672d4dc6d29eb3.webp new file mode 100644 index 0000000..e2c782f Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_75eb2d3b86c0a927a7672d4dc6d29eb3.webp differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_960x540_fit_lanczos_3.png b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_960x540_fit_lanczos_3.png new file mode 100644 index 0000000..4641e7e Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_960x540_fit_lanczos_3.png differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_c733630b2009dfd4cf4fb01d5bc1eca5.webp b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_c733630b2009dfd4cf4fb01d5bc1eca5.webp new file mode 100644 index 0000000..e2c782f Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_c733630b2009dfd4cf4fb01d5bc1eca5.webp differ diff --git a/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_d8424460daef106511b7b3c84017cf29.webp b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_d8424460daef106511b7b3c84017cf29.webp new file mode 100644 index 0000000..c8e2e4c Binary files /dev/null and b/resources/_gen/images/project/scikit/featured_hudafaa70231b9eee3e9c6457882ec7a15_27608_d8424460daef106511b7b3c84017cf29.webp differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..2189e5f Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_6be8e19b87b6d261ead1cd399d1885b8.webp b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_6be8e19b87b6d261ead1cd399d1885b8.webp new file mode 100644 index 0000000..857dab0 Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_6be8e19b87b6d261ead1cd399d1885b8.webp differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..412f999 Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..8092832 Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_ca381a1b03d3ea8e8c27e93258fe5575.webp b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_ca381a1b03d3ea8e8c27e93258fe5575.webp new file mode 100644 index 0000000..81c4993 Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_ca381a1b03d3ea8e8c27e93258fe5575.webp differ diff --git a/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_eb79b5f5381ee12ec8f3e931a154c212.webp b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_eb79b5f5381ee12ec8f3e931a154c212.webp new file mode 100644 index 0000000..3253106 Binary files /dev/null and b/resources/_gen/images/publication/conference-paper/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_312700_eb79b5f5381ee12ec8f3e931a154c212.webp differ diff --git a/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..9beced2 Binary files /dev/null and b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..31c35e1 Binary files /dev/null and b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_8d64d7aea654116b71cd89217130ee92.webp b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_8d64d7aea654116b71cd89217130ee92.webp new file mode 100644 index 0000000..c5eac4f Binary files /dev/null and b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_8d64d7aea654116b71cd89217130ee92.webp differ diff --git a/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_9f5ed01b17c83d687e2e557d1edd0a6c.webp b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_9f5ed01b17c83d687e2e557d1edd0a6c.webp new file mode 100644 index 0000000..9e154c8 Binary files /dev/null and b/resources/_gen/images/publication/journal-article/featured_hu3d03a01dcc18bc5be0e67db3d8d209a6_214168_9f5ed01b17c83d687e2e557d1edd0a6c.webp differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_3f5c72a07d2c1c0dd0ac0ab4ce7ea489.webp b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_3f5c72a07d2c1c0dd0ac0ab4ce7ea489.webp new file mode 100644 index 0000000..c718c4f Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_3f5c72a07d2c1c0dd0ac0ab4ce7ea489.webp differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_51a9e1e55db380a702098169ae11a3bc.webp b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_51a9e1e55db380a702098169ae11a3bc.webp new file mode 100644 index 0000000..a423d5e Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_51a9e1e55db380a702098169ae11a3bc.webp differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_5acd8aac25492e71779c23ba9dc6742d.webp b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_5acd8aac25492e71779c23ba9dc6742d.webp new file mode 100644 index 0000000..871c9fc Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_5acd8aac25492e71779c23ba9dc6742d.webp differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..6e9ace5 Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_720x2500_fit_q80_lanczos.jpg b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_720x2500_fit_q80_lanczos.jpg new file mode 100644 index 0000000..57c9386 Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_720x2500_fit_q80_lanczos.jpg differ diff --git a/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..c2d9e3b Binary files /dev/null and b/resources/_gen/images/publication/preprint/featured_hu559a5add5185b02575aa8333502ab2cc_220813_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp new file mode 100644 index 0000000..46ea2d9 Binary files /dev/null and b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp differ diff --git a/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..8e89221 Binary files /dev/null and b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..0050d65 Binary files /dev/null and b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp new file mode 100644 index 0000000..93fab5c Binary files /dev/null and b/resources/_gen/images/teaching/js/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp differ diff --git a/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp new file mode 100644 index 0000000..46ea2d9 Binary files /dev/null and b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_64c2ef085162ca523b275147f8d451dc.webp differ diff --git a/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..8e89221 Binary files /dev/null and b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_655x655_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg new file mode 100644 index 0000000..0050d65 Binary files /dev/null and b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_960x540_fill_q80_lanczos_center.jpg differ diff --git a/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp new file mode 100644 index 0000000..93fab5c Binary files /dev/null and b/resources/_gen/images/teaching/python/featured_hu02aa61ae1d9de35cbe238d2676170cb9_173745_f6b44c6f8d5dcf1d4fefa177ca1d0b31.webp differ diff --git a/static/uploads/resume.pdf b/static/uploads/resume.pdf new file mode 100644 index 0000000..23611c7 Binary files /dev/null and b/static/uploads/resume.pdf differ