import more wiki articles, and exclude unmodified users from listing

This commit is contained in:
root
2019-09-21 12:05:42 -04:00
parent 29fc72c85f
commit c5671542a0
28 changed files with 725 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
---
title: Finding your index.html file
---
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