-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Jekyll to generate site #3
Conversation
Awesome! I guess I need to install jykell locally to check this out before deployment. Will look into this asap. |
We could setup a service like netlify to automatically build previews of the site for pull requests. I've enabled it on my fork for testing purposes, and it appears to work fine. Here is an example pull request with a link to a preview site: cmfcmf#1 https://deploy-preview-1--reverent-sinoussi-f065ff.netlify.app/ |
That looks great, need to check it out. Btw - I created a development branch and changed this pull request to the new branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Keep going :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [F series MTP](http://www.padauk.com.tw/en/product/index.aspx?kind=42) (MTP = *multiple time programmable*) | ||
|
||
Padauk µCs are extremely cheap (as cheap as $0.03 per µC), which is why | ||
David from the EEVblog made the [first video](https://youtu.be/VYhAGnsnO7w) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He is actually named "Dave" :)
anyways - pushing this as it is definitely a huge leap over the current state. Can add more changes later. |
You're right. I initially restricted the height of the pinout diagrams so that a potential detailed description of the µC would not be too far down the page. I opened #7 to instead move potential descriptions above the pinout diagrams and removed the height restriction on them.
🙈 |
This PR introduces Jekyll to generate the documentation site.
Jekyll is automatically used by GitHub pages - no additional build step is required.