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.
 
 
 
 

18 lines
1.1 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("Web Server Maintenance", "Personal Project", "Routine Tasks"));
main.append(addSubHeader("Backing Up the Server"));
main.append(addParagraph("There are a number of different ways to backup a server. In this case, I am going to clone the Micro SD Card in the server using a USB Micro SD/SD Card with a 64GB Micro SD Card following a guide on <a href='https://all3dp.com/2/back-up-raspberry-pi-sd-card/'>A333DP.com</a>."))
addSidebar("raspberrypi");