Skip to content

Personal Website. Build in Gatsby using the Lumen template

License

Notifications You must be signed in to change notification settings

samcat116/personal-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

This is the repository for my personal site and blog. It is currently published via the new Cloudflare Pages product.

Running in development

Change into this directory and run gatsby develop.

Publishing a new post

This blog will render and publish any markdown file that is put in the content directory. The pages directory is for different static pages used on the site, while the posts directory is for actual blog posts. For post formatting, just append the following header chunk to any markdown document:

---
title: // the post title
date: // the published date
template: 'post'
draft: false // set this to false for it to be live
slug: // something catchy
category: // used for site categorization
tags:
  - // list
  - // like
  - // this
description: // short description used for certain embeds 
---

Note that you should remove the H1 header (a single # in Markdown) from your post before you append the header, otherwise the post looks weird

About

Personal Website. Build in Gatsby using the Lumen template

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.7%
  • SCSS 19.4%
  • Shell 1.9%