Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.8 KB

TL;DR

During a Sunday afternoon in quarantine I decided to give this whole Jamstack hype a try. As a static site generator I chose Hugo.

drawing


drawing

I wrote a small personal introduction card with randomly selected job position titles, taken from a Silicon Valley Job Title Generator. Base theme is hugo-identity-theme.

Check the site.

Motivation

Well, as of writing this, it is like -5° celcius. Plus a pandemic going on. So, not many alternatives of leisure time activities.

Plus, I stumbled upon the websites of @kantholtz and @tderleth and want to be part of the club!

Running

Get yourself Hugo

brew install hugo

And run the local server

hugo server -D

Deployment

In general it is straighforward to deploy Jamstack projects, as the result is just static html, js and css. You basically just need a web server pointing at the files.

Still, I wanted to give Netlify a try as this seems the way to go with a Jamstack project.

I linked my Github account and selected this repository, the site was live within five minutes. At a first glance Netlify seems pretty convenient for smaller projects and sites.

Open Tasks

  • Let someone with skills create nice avatars
  • Fancy text animations with anime

License

WTFPL license
WTFPL