diff --git a/docs/_config.yml b/docs/_config.yml index bb9f55d..bd2e388 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,8 +1,15 @@ title: Openhantek -description: +description: Software for Hantek and compatible (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes google_analytics: show_downloads: true theme: jekyll-theme-slate gems: - jekyll-mentions + +exclude: + - .gitignore + - CNAME + - readme.md + +logo: /img/openhantek.png diff --git a/docs/adddevice.md b/docs/adddevice.md index 131c8f7..2849c6d 100644 --- a/docs/adddevice.md +++ b/docs/adddevice.md @@ -1,3 +1,6 @@ +--- +layout: default +--- # How to add a new device We only accept new devices whoms firmware is hantek protocol compatible. Codewise you will only need to touch files within `openhantek/src/hantek`. diff --git a/docs/build.md b/docs/build.md index 514b358..244db49 100644 --- a/docs/build.md +++ b/docs/build.md @@ -1,4 +1,6 @@ - +--- +layout: default +--- ### [Linux](#linux) For debian based systems (Ubuntu, Mint) install named requirements like this: > apt install g++ cmake qttools5-dev qttools5-dev-tools libfftw3-dev binutils-dev libusb-1.0-0-dev libqt5opengl5-dev diff --git a/docs/images/openhantek.png b/docs/images/openhantek.png new file mode 100644 index 0000000..f492e4d --- /dev/null +++ b/docs/images/openhantek.png diff --git a/docs/index.md b/docs/index.md index bde7df3..8be4cb8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +layout: default +overview: true +--- # OpenHantek [](https://travis-ci.org/OpenHantek/openhantek) [](https://ci.appveyor.com/project/davidgraeff/openhantek/branch/master) OpenHantek is a free software for Hantek and compatible (Voltcraft/Darkwire/Protek/Acetech) USB digital signal oscilloscopes. @@ -5,8 +9,8 @@ OpenHantek is a free software for Hantek and compatible (Voltcraft/Darkwire/Prot It has started as an alternative to the official Hantek DSO software for Linux users. Nowadays it works under Microsoft Windows and Apple Mac OS as well.
|
- |
+ |
+ |