Skip to content

Commit

Permalink
Merge branch 'feature/aboutme' into published
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmancuso committed Jan 3, 2024
2 parents 9567d6d + 41b860f commit b75266c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add gcc g++ make ruby-full ruby-dev
RUN gem install jekyll bundler
RUN apk add ruby-dev alpine-sdk jekyll
RUN gem install bundler
ADD src $HOME/_site
WORKDIR $HOME/_site
RUN bundle install
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions src/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ display_header_contact_info: "true"

resume_header_intro: "<p>
Welcome! My name is Logan and this is my website where I post my most
relevant work experience and display my technical knowledge.I speicalize
relevant work experience and display my technical knowledge. I speicalize
in Infrastrucuter as Code (IaC) and automations, primarily using
Terraform on AWS and Azure.
Terraform on AWS and Azure.
</br> </br>
My personal projects typically consist of solving an automation problem.
My personal projects typically consist of solving automation problems.
We are often faced with small repetitive tasks that could otherwise be
handed off to a machine. Most recently, I am implementing and contributing
to the development of a Proxmox provider for Terraform. This project
Expand Down Expand Up @@ -60,7 +60,7 @@ resume_section_experience: true
resume_section_projects: true
resume_section_skills: true
resume_section_recognition: true
resume_section_links: false
resume_section_links: true
resume_section_associations: false
resume_section_interests: true

Expand Down
5 changes: 2 additions & 3 deletions src/_data/interests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Interests
- description: Homelab and OpenSource Projects such as HomeAssistant, Jellyfin, and NextCloud

- description: HomeLab and Automation using OpenTofu
- description: OpenSource Projects such as HomeAssistant, Jellyfin, and Seafile
- description: 3D Printing, additive manufacturing

- description: Machine Learning, object detection and recognition
5 changes: 2 additions & 3 deletions src/_data/links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# links
- url: "#"
description:

- url: "https://loganmancuso_public.gitlab.io/proxmox-wiki"
description: Proxmox Project using OpenTofu

0 comments on commit b75266c

Please sign in to comment.