mirror of
https://github.com/tildeclub/site.git
synced 2026-03-15 07:40:17 +00:00
start importing wiki articles from github
This commit is contained in:
35
wiki/finding_index.html
Normal file
35
wiki/finding_index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>finding your index.html</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<style type="text/css">
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<a href="/wiki/">< back to wiki home</a>
|
||||
<header>
|
||||
<h1 class="title">finding your index.html</h1>
|
||||
|
||||
|
||||
</header>
|
||||
<p>There are some basic command line commands you’ll want to Google and learn, but for this tutorial you only need a few:</p>
|
||||
<p><code>ls</code> = list files and folders in current directory</p>
|
||||
<p><code>cd</code> = change directories</p>
|
||||
<p><code>vim</code>, <code>emacs</code>, <code>nano</code> = a text editor</p>
|
||||
<p>Type: <code>ls</code> to see where you are; you should see a directory called “public_html”</p>
|
||||
<p>Type: <code>cd public_html</code> to browse into that folder</p>
|
||||
<p>Type: <code>ls</code> to see where you are; you should see your index.html file</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user