GriffinLedingham / griffinledingham.me

πŸ“– My personal blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

griffinledingham.me

My personal blog, based on my Node.js blog template.

Check it out!

Setup

yarn install

Usage

Development

Run the blog using Nodemon and livereload.js for development.

yarn dev

Build

Build the blog into a static directory using wget magic.

yarn build

Github Actions

On push to master Github Actions will trigger a deploy to my gh-pages for this repository. This means that the blog may be managed entirely through Github's Markdown editor if desired, simply adding new blog posts in the posts/ directory, which triggers the Github Action CI flow to build static content and deploy to gh-pages.

About

πŸ“– My personal blog.


Languages

Language:HTML 42.0%Language:JavaScript 31.4%Language:CSS 26.7%