Make the filename word separator from an underscore to a hyphen, in

all wiki article's filenames.

Signed-off-by: keyboardan <keyboardan@tilde.club>
This commit is contained in:
keyboardan
2026-07-28 19:36:27 +00:00
committed by deepend
parent e677189742
commit a8e9a8bb4a
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
title: finding your index.html
category: tutorials
---
There are some basic command line commands you'll want to Google and learn, but for this tutorial you only need a few:
`ls` = list files and folders in current directory
`cd` = change directories
`vim`, `emacs`, `nano` = a text editor
Type: `ls` to see where you are; you should see a directory called "public_html"
Type: `cd public_html` to browse into that folder
Type: `ls` to see where you are; you should see your index.html file