This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: $title | |
layout: reference | |
--- | |
<!-- HTML header for doxygen 1.8.9.1--> | |
... more typical doxygen stuff here... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |