mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
start importing wiki articles from github
This commit is contained in:
17
wiki/source/finding_index.md
Normal file
17
wiki/source/finding_index.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: finding your index.html
|
||||
---
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user