16 lines
3.3 KiB
JavaScript
16 lines
3.3 KiB
JavaScript
import { _ as _export_sfc, c as createElementBlock, o as openBlock, a8 as createStaticVNode } from "./chunks/framework.B9AX-CPi.js";
|
||
const __pageData = JSON.parse('{"title":"Learning Resources","description":"","frontmatter":{},"headers":[],"relativePath":"newbs_learn_more_resources.md","filePath":"newbs_learn_more_resources.md","lastUpdated":null}');
|
||
const _sfc_main = { name: "newbs_learn_more_resources.md" };
|
||
const _hoisted_1 = /* @__PURE__ */ createStaticVNode('<h1 id="learning-resources" tabindex="-1">Learning Resources <a class="header-anchor" href="#learning-resources" aria-label="Permalink to "Learning Resources""></a></h1><p>These resources are aimed at giving new members in the QMK community more understanding to the information provided in the Newbs docs.</p><h3 id="qmk-resources" tabindex="-1">QMK resources <a class="header-anchor" href="#qmk-resources" aria-label="Permalink to "QMK resources""></a></h3><ul><li><a href="https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/" target="_blank" rel="noreferrer">Thomas Baart's QMK Basics Blog</a> – A user-created blog covering the basics of how to use QMK Firmware, as seen from a new user's perspective.</li></ul><h3 id="command-line-resources" tabindex="-1">Command Line resources <a class="header-anchor" href="#command-line-resources" aria-label="Permalink to "Command Line resources""></a></h3><ul><li><a href="https://www.codecademy.com/learn/learn-the-command-line" target="_blank" rel="noreferrer">Good General Tutorial on Command Line</a></li><li><a href="https://www.guru99.com/must-know-linux-commands.html" target="_blank" rel="noreferrer">Must Know Linux Commands</a><br></li><li><a href="https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html" target="_blank" rel="noreferrer">Some Basic Unix Commands</a></li></ul><h3 id="text-editor-resources" tabindex="-1">Text Editor resources <a class="header-anchor" href="#text-editor-resources" aria-label="Permalink to "Text Editor resources""></a></h3><p>Not sure which text editor to use?</p><ul><li><a href="https://learntocodewith.me/programming/basics/text-editors/" target="_blank" rel="noreferrer">a great introduction to the subject</a></li></ul><p>Editors specifically made for code:</p><ul><li><a href="https://www.sublimetext.com/" target="_blank" rel="noreferrer">Sublime Text</a></li><li><a href="https://code.visualstudio.com/" target="_blank" rel="noreferrer">VS Code</a></li></ul><h3 id="git-resources" tabindex="-1">Git resources <a class="header-anchor" href="#git-resources" aria-label="Permalink to "Git resources""></a></h3><ul><li><a href="https://www.codecademy.com/learn/learn-git" target="_blank" rel="noreferrer">Great General Tutorial</a></li><li><a href="https://github.com/k88hudson/git-flight-rules" target="_blank" rel="noreferrer">Flight Rules For Git</a></li><li><a href="https://learngitbranching.js.org/" target="_blank" rel="noreferrer">Git Game To Learn From Examples</a></li></ul>', 13);
|
||
const _hoisted_14 = [
|
||
_hoisted_1
|
||
];
|
||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||
return openBlock(), createElementBlock("div", null, _hoisted_14);
|
||
}
|
||
const newbs_learn_more_resources = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||
export {
|
||
__pageData,
|
||
newbs_learn_more_resources as default
|
||
};
|