Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 821 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 821 Bytes

im-sticky.github.io

This is the repository for my personal website which is built with Next.js and hosted using GitHub Pages. I wrote a blog post about hosting a static Next.js site on GitHub pages.

While much of the content and code is for personal use, if you would like an easy to setup and deploy website or blog, the structure is available to view here.

Local development

To run local development server:

npm install
npm run dev

Deploying

Deploying is automatic whenever any commits are pushed to the main branch. It is managed through GitHub Actions and the workflow is here.