Files
site/wiki/source/finding-index.md
keyboardan 49bcc06b56 Put rules on article titles.
Software words and website words are capitalized (or, as another
option, all caps), articles in the "tilde.club" category must have
most words capitalized (may capitalize word in case of doubt), and the
rest of the titles must have first word, of the title, capitalized,
with the rest of the (non-software) words, of the title, all
lowercase.

Signed-off-by: keyboardan <keyboardan@tilde.club>
2026-08-05 23:47:05 +00:00

501 B

title, category
title category
Finding your index.html 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