| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
How we think about building product at Close.
To write a new blog post, simply follow the existing pattern inside _posts. GitHub will automatically build and deploy to GitHub Pages when something is pushed to master.
---
title: 'My Super Post'
date: 2019-11-06
permalink: /posts/my-super-post
author: Alex Prokop
thumbnail: ''
metaDescription: ''
tags: [Engineering, Open Source, MongoDB] # Must be written as you want them to appear in titles
---
*while not necessary for creating the post (which relies on the slug in the frontmatter) it helps file organization.
The site uses the Gatsby static site generator and is deployed with Vercel.
git clone git@github.com:closeio/making.close.com.git making.close.com
cd making.close.com
npm i
npm run dev| Back | FazBrowse Home | New Git URL |