Technical Tutorial

I’m currently a beginner in technology myself, slowly feeling my way forward on my learning journey. Going forward, I’ll be documenting my entire learning process step by step—including the little pitfalls I’ve stumbled into, the various problems I’ve encountered, and detailed approaches and solutions. The content is written in plain, easy-to-understand language, free of complex or obscure technical jargon. If you’re also just starting out in tech or are simply curious to learn more about the subject, my learning notes and records should be a great resource for you to read and refer to.

How to Batch Import a Website Using One Nav Navigation

How to Batch Import a Website Using One Nav Navigation

1. Prepare the data source (XLSX file format) Prepare your website data, including the website name, website URL, primary categories, secondary categories, website description, SEO title, SEO meta description, and website introduction article 2. Import Data Using the WP All Import Pro Plugin ① On the plugin page, select “Upload a f

cheng cheng 2026-08-22
0 0 0
How to Deploy a Simple Static Website Using Vercel

How to Deploy a Simple Static Website Using Vercel

Quick Start: This article introduces two ways to deploy a static website on Vercel: GitHub automated deployment and local upload via the Vercel CLI. Both methods are completely free, include a global CDN, and support automatic HTTPS—even beginners can complete the deployment in just 3 minutes. 📑 Table of Contents Step 1: Preparing for Deployment Prepare your static website code Sign up for GitHub and upload your project

cheng cheng 2026-04-20
0 0 0
How to Deploy a Simple Static Website Using Netlify

How to Deploy a Simple Static Website Using Netlify

Quick Overview: This article teaches you two methods for deploying a static website on Netlify: drag-and-drop upload and automatic GitHub deployment. The entire process is permanently free, comes with a global CDN and automatic HTTPS, and even beginners can get their site live in 3 minutes. 📑 Table of Contents Step 1: Preparations Before Deployment 1. Sign up for a Netlify account 2. Prepare your static website files

cheng cheng 2026-04-15
0 0 0
How to Deploy a Simple Static Website Using GitHub

How to Deploy a Simple Static Website Using GitHub

Quick Overview: This article provides a step-by-step guide to deploying AI-generated static web pages for free using GitHub Pages and GitHub Desktop—no need to purchase a server, it’s permanently free, and HTTPS certificates are issued automatically. By following these steps, you can generate a publicly accessible github.io site link in just 10 minutes. 📑 Table of Contents Step 1: Prepare Your Project Files Step 2: Deploy

cheng cheng 2026-04-01
0 0 0
How to Enable HTTP/3 for Your Website Using the Baota Panel (Nginx Tutorial)

How to Enable HTTP/3 for Your Website Using the Baota Panel (Nginx Tutorial)

Quick Overview: This article provides a step-by-step guide to enabling HTTP/3 on Baota Nginx, covering how to allow traffic on both UDP and port 443, along with a complete set of site configurations you can copy directly. It also includes a dedicated fix for the HTTP_HOST error that occurs when enabling HTTP/3 on WordPress. Once configured, you can verify online with a single click to see if it’s working. 📑 Table of Contents I. Three Prerequisites for Enabling HTTP/3 1. Nginx Version

cheng cheng 2026-03-19
0 0 1