Posts for: #Obsidian

There are differences in how pages are displayed in Obsidian versus Hugo.

Below is a screenshot of my About section.

!Image Description Below is a screenshot of the same section on my Hugo site !Image Description

Read more →

Building A Portfolio Site With Hugo

Why A Portfolio Site?

A portfolio site is necessary to showcase IT skills. A portfolio site is a great way to distinguish oneself while pursuing new opportunities in a competitive job market. Additionally, the site can potential build new connections with peers.

The Goal

  • Import markdown files from Obsidian into Hugo.
    • Automate this process with a script.
  • Build the portfolio site with Hugo and a provided theme.
  • Keep the code in a git repository for versioning control.
  • Create a GitHub action so that when Hugo is update and pushed to GitHub a GitHub actions is kicked off to sync the necessary files to S3.
  • The files in the S3 Bucket will produce a static website.

Building It All Out

Note on the S3 Bucket and Cloudfront

In a previous project predating the posts to my static website, I already set up a public S3 bucket with Cloudfront and the necessary Route53 settings. In a future version of this post, I intend to update this post with the steps neccessart to set up the public S3 bucket, Cloudfront, and Route53.

Read more →

Building A Hugo Static Site

Hugo and Obsidian

I am building a static site with Hugo . It is my hope to make the workflow using Hugo OS agnostic so that it works across macOS, Windows, and Linux. Right now I am focusing on the workflow on macOS mainly because I had to recently reinstall Windows on my main Windows laptop. However, I will update the project post with the workflow for Windows where applicable. After Windows is taken care of, I will do the same for Linux which will closely mirror the macOS.

Read more →