Go to file
2023-06-12 13:21:39 -07:00
content Adding aws cert details 2023-06-12 13:21:39 -07:00
drafts * Never found a place for this but then again theres a lot of stuff alreayd 2021-11-05 17:32:22 -07:00
scripts Moving verification script to a proper location 2023-03-14 20:48:28 -07:00
static/images + New opengraph image 2022-01-26 12:00:40 -08:00
themes/resume * Support for certificate links and certificate id 2022-02-01 13:11:11 -08:00
.gitattributes * New banner image that isnt ripped from clippable lmao 2021-10-25 16:31:58 -07:00
.gitignore + Adding socials to social link cluster 2021-12-09 11:13:32 -08:00
.gitlab-ci.yml Fixing image name for aws-cli 2023-03-14 20:46:03 -07:00
config.toml + New opengraph image 2022-01-26 12:00:40 -08:00
LICENSE.txt ! Finalized ready for mainline 2021-11-05 20:03:02 -07:00
readme.md * Better docs for when the theme is split off later 2021-11-04 17:32:53 -07:00

Source for online resume

Here are the configuration files that go into building my online resume page, hosted here.

If you have any questions feel free to email me at alejandros714@protonmail.com.

Building

Requires Hugo version: 0.89-extended

Theme is built into the repo so no extra deps are required.

Configuring

Ordering By File rank

The following only applies to markdown that take a rank parameter.

The markdown file with the smallest rank is listed first, while the markdown with the largest rank is listed last. For this reason I personally label things from -1 to -n since it makes it visually easier to understand when reading.

Projects

These do not have any kind of order so whatever Hugo normally uses to sort pages is what is used.

Each entry takes the following header parameters:

  • link : plain string Link to project
  • img : plain string(url) URL target for the image
  • title : plain string Title/name of the project
  • slogan : plain string Short 1-liner to desribe the project

Experience

Each entry in experience is its own markdown file the header should contain the following[name: type]:

  • company : plain string
  • when : plain string
  • title : plain string
  • rank : number

Education

Each file entry in the education folder requires the following fields:

  • institution : plain string
  • when : plain string
  • degree : plain string
  • rank : number