Restore specific commit point
Go back to specific commit
Go back to specific commit
Sticky Header const onScroll = ( event, siteHeaderTag = “#masthead”, className = “scrolling” ) => { // Get siteHeader const siteHeader = document.querySelector(siteHeaderTag); // If siteHeader does exists and more than one return false if (!siteHeader || document.querySelectorAll(siteHeaderTag).length > 1) { // Bail out return false; } // Get the amount of scroll let scrollY …
Photo by madartzgraphics How To Install an SSL Certificate to Digital Ocean (Ubuntu Apache) How To Install an SSL Certificate to Digital Ocean (Ubuntu Apache) Requirements: Digital Ocean account Domain Name SSL Certificate Create a folder for your keys and certificates mkdir /etc/apache-sp/appname Generate a CSR and Private Key Navigate to the newly created directory …
How To Install an SSL Certificate to Digital Ocean + Serverpilot (Ubuntu Apache) Read More »