diff --git a/.gitignore b/.gitignore index 0c3e5abb..2d2eb810 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +.DS_Store diff --git a/1209/2327/index.md b/1209/2327/index.md new file mode 100644 index 00000000..336f3edc --- /dev/null +++ b/1209/2327/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ⌧ Bootloader Device +owner: ktec +license: CC BY-SA 4.0 (hardware) / GPLv3 (firmware, software) +site: https://github.com/ktec-hq +source: https://github.com/kairyu/lufa +--- +K.T.E.C. ⌧ Bootloader Device diff --git a/1209/2328/index.md b/1209/2328/index.md new file mode 100644 index 00000000..68f51fed --- /dev/null +++ b/1209/2328/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: ⌨ Keyboard Device +owner: ktec +license: CC BY-SA 4.0 (hardware) / GPLv3 (firmware, software) +site: https://github.com/ktec-hq +source: https://github.com/kairyu/tmk_keyboard_custom +--- +K.T.E.C. ⌨ Keyboard Device diff --git a/1209/4096/index.md b/1209/4096/index.md new file mode 100644 index 00000000..a54d37b2 --- /dev/null +++ b/1209/4096/index.md @@ -0,0 +1,8 @@ +--- +layout: pid +title: Cynara +owner: CynaraKrewe +license: MIT +site: https://github.com/CynaraKrewe/Cynara +source: https://github.com/CynaraKrewe/Cynara +--- \ No newline at end of file diff --git a/1209/FACE/index.me b/1209/FACE/index.md similarity index 100% rename from 1209/FACE/index.me rename to 1209/FACE/index.md diff --git a/_layouts/pid.html b/_layouts/pid.html index c2a7c456..f71bb49a 100644 --- a/_layouts/pid.html +++ b/_layouts/pid.html @@ -6,7 +6,7 @@ {% assign pid = urlparts[2] %} -{% capture title %}{{page.vid}}/{{page.pid|upcase}} {{page.title}}{% endcapture %} +{% capture title %}{{vid}}/{{pid|upcase}} {{page.title}}{% endcapture %} {% include head.html title=title %}