Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.18 KB

readme.org

File metadata and controls

11 lines (7 loc) · 1.18 KB

Alex Roos Portfolio Website

About

Here you can find the source code for my portfolio website. I used the static site generator Hugo along with the Terminal theme. The source for the site is actually a single .org file that I wrote in Doom Emacs. The handy package ox-hugo allows me to export the .org file to markdwon along with attachments into the appropriate directories.

I also made some minor adjustments to the Theme, like centering images or having a breakpoint for my cover image.

The hosting is done on a VPS of mine, where I use NGINX to route the requests into the public/ directory of the Hugo site.

How I use the setup

Here everything really comes together, the workflow is very fast to edit the site. For this I edit the .org file on my local machine and with the keychord SPC m e H A I export it directly into the VPS via Tramp. Afterwards I just need to ssh into the VPS, rm -rf public/ and hugo and voilà, the changes are live.