From 4e2dbeec002e3cf8498ce98a3099f569d160a6e2 Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 22:45:54 -0500 Subject: [PATCH 1/6] Set theme jekyll-theme-slate --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file From cfecb98344738795e9256a5c2e9e017bd8c6437f Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 22:46:30 -0500 Subject: [PATCH 2/6] Delete index.html --- docs/index.html | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 3f5c902..0000000 --- a/docs/index.html +++ /dev/null @@ -1,4 +0,0 @@ - - - hello - \ No newline at end of file From f15adc0ed11c8daa1a37bcec15d7d8ab29359766 Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 22:47:01 -0500 Subject: [PATCH 3/6] Set theme jekyll-theme-merlot --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index c741881..c50ff38 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-slate \ No newline at end of file +theme: jekyll-theme-merlot \ No newline at end of file From d2b97115ca469f728a599077b94fcaa3ad394a67 Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 22:56:03 -0500 Subject: [PATCH 4/6] Delete _config.yml --- docs/_config.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index c50ff38..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-merlot \ No newline at end of file From 1cb2e8cb09063f5ba06a8fdc37f4244e8c8322de Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 22:56:32 -0500 Subject: [PATCH 5/6] Set theme jekyll-theme-slate --- docs/_config.yml | 1 + docs/index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 docs/_config.yml create mode 100644 docs/index.md diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..da5d8b7 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/robstave/trinketM0Synth/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/robstave/trinketM0Synth/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. From a1e49f425ab02c57341f1b7daf02c070d2fd49b9 Mon Sep 17 00:00:00 2001 From: Rob Stave Date: Wed, 3 Apr 2019 23:00:32 -0500 Subject: [PATCH 6/6] Update index.md --- docs/index.md | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/docs/index.md b/docs/index.md index da5d8b7..6d3d587 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,37 +1,7 @@ -## Welcome to GitHub Pages +## trinketM0Synth -You can use the [editor on GitHub](https://github.com/robstave/trinketM0Synth/edit/master/docs/index.md) to maintain and preview the content for your website in Markdown files. +The purpose of this repo is to learn how to use the Adafruit Trinket MO as a MIDI device. Im not really doing this as full blown tutorial, but rather, a notebook for what I learned. I will capture as much as I can as I experiment using this as a Native USB MIDI device for both making sounds and as a controller. -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. -### Markdown -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/robstave/trinketM0Synth/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. +