You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.0 KiB

import { addBanner, addArticle, addTitle, addHeader, addParagraph, addClassParagraph, addSubHeader, addSmallHeader, addOrderedList, addUnorderedList, addBlockquote, addInset, addInsetList, addInsetCodeListing, addInsetBulletList, addImageWithCaption, addButtonGroup, addSidebar, addSyntax } from '/scripts/import.js';
const heading = document.querySelector(".heading");
const global = document.querySelector(".global_menu");
const local = document.querySelector(".local_menu");
const sidebar = document.querySelector(".sidebar");
const main = document.querySelector(".main_content");
heading.append(addTitle("Raspberry Pi"));
heading.append(addParagraph("Common Tasks"));
main.append(addSubHeader("Security Tasks"));
main.append(addSmallHeader("Granting sudo Privileges to a User"));
main.append(addSmallHeader("Deleting the Default User"));
main.append(addSubHeader("Common Command Line Tasks"));
main.append(addSmallHeader("Deleting a Directory and its Contents"));
3 months ago
addSidebar("raspberrypi");