kale-stew / kylieis.online

My professional landing page, featuring my resume and web development works

Home Page:https://kylieis.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kylieis.online

This website serves as my professional landing page, as well as my technical blog, where I post about the various programming things I've learned or am actively learning.

Now built with ✨nextjs!

Development

Social Preview Images

Social previews are built using resoc, which takes mustache html and css templates to create open-graph standard images.

In order to test out those changes locally, run one of the following commands:

# default previews
npx itdk view resoc-templates/default/resoc.manifest.json

# landing previews
npx itdk view resoc-templates/landing/resoc.manifest.json

# blog item previews
npx itdk view resoc-templates/blog/resoc.manifest.json

This will launch an editor at localhost:8080, where you can see your changes in real-time.

Adding a New Blog Post

All blog posts live in the content/ directory. Every new post requires a title, YYYY-MM-DD formatted date, and category string to properly compile.

Adding a New Talk

Talks are sourced from my all-talks repo here on Github.

Deployment

Vercel's deployment pipeline takes care of publication on merge to main.

About

My professional landing page, featuring my resume and web development works

https://kylieis.online


Languages

Language:JavaScript 87.0%Language:CSS 9.3%Language:Mustache 3.1%Language:HTML 0.5%