Remove about.html
article thumbnail

Basic & Essential Command Lines Every Web Designers Should Know

HONGKIAT

To rename index.html to about.html , you would use: mv index.html about.html Read Also: How to Use mv in Linux Copying Files To copy a file, the cp command (or copy on Windows) is used.

article thumbnail

How to Beautify HTML Files (in Bulk) on Mac

HONGKIAT

DOCTYPE html><html><head><title>Example Website</title> <link rel="stylesheet" href="style.css"></head><body> <div class="header"><h1>Welcome to our Website</h1><nav><ul><li> <a href="index.html">Home</a></li><li><a (..)

Coding 94
article thumbnail

Building The SSG I’ve Always Wanted: An 11ty, Vite And JAM Sandwich

Smashing Magazine Graphics

So if we renamed index.html to about.html , we would visit [link] (yes, you’ll need a trailing slash!). Just run vite (or npx vite if the command didn’t get configured in your terminal), and you’ll see this helpful output: vite vX.X.X dev server running at: > Local: [link] > Network: use `--host` to expose ready in Xms.