Skip to content

Instantly share code, notes, and snippets.

View dqlobo's full-sized avatar
🤙

David dqlobo

🤙
View GitHub Profile
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"chrome","request":"launch","name":"Launch Chrome against localhost","url":"http://localhost:3000","webRoot":"${workspaceFolder}"}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}
---
title: $title
layout: reference
---
<!-- HTML header for doxygen 1.8.9.1-->
... more typical doxygen stuff here...
git clone https://github.com/<USER>/<REPO>.git
cd <REPO>
git checkout -b master
mkdir docs
echo "Jekyll Freckle" >> docs/index.md
git add .
git commit -m"Initial Pages Commit"
git push origin master