You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><inputtype="checkbox" /><ahref="https://www.w3schools.com/html/html_favicon.asp" target="_blank">FavIcon</a><span>(small image shown in tab)</span></li>
86
+
<li><inputtype="checkbox" /><ahref="https://stackoverflow.com/a/8424811/3187492" target="_blank">Anchor links</a><span>(jump to a section of a page)</span></li>
Copy file name to clipboardExpand all lines: content/coding/cliques.html
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,13 @@ <h2 id="faq">FAQ</h2>
94
94
Forms or something similar to collect responses. Some cliques also use <ahref="https://thefanlistings.org/start/apply.php" target="_blank">fanlisting functionality</a>.
95
95
</p>
96
96
<br/>
97
+
98
+
<b>Can you add this/my clique?</b>
99
+
<p>I could, but I'd prefer it if you can added it yourself by <ahref="https://forms.gle/CEa9bg7ZZV2x3qBY8" target="_blank">filling out this form</a>!</p>
100
+
<br/>
101
+
102
+
<b>How did you make this?</b>
103
+
<p>With Google Forms, Google Sheets and the Google Sheets API. <ahref="/coding/google-sheets-api-tutorial" target="_blank">I have a tutorial here.</a></p>
If you're using <b>VSCode</b>, simply right-click the file tree on the left side of the program and choose "Open in Integrated Terminal". This will open the terminal on the bottom of the program:
Other IDEs (= programs you code in) might also have integrated terminals. If you use Notepad++ or other simple editors to work on your code you can open a Windows terminal by
149
149
<b>right-clicking in your folder in the Windows explorer and choosing "Open in Terminal"</b> (I'm using Windows 11 so it might be labelled differently for you). The Windows Powershell will open.
@@ -166,11 +166,11 @@ <h3>How to use commands</h3>
166
166
<h2id="new-project">1. Creating a new project</h2>
167
167
168
168
<p>Go to GitHub and create an empty repository. You could call it <i>my-website</i> or <i>example.neocities.org</i> or something like that. Do <b>not</b> include a .README file.</p>
<p>Open a terminal in your project folder. (If you don't have a project folder yet create it now and add at least one file.)</p>
175
175
<!-- <p>
176
176
Choose whether you want to call your primary branch <em>main</em> or <em>master</em> . (It doesn't really matter. <em>master</em> used to be the default, and is still extremely common, but
To stage only a <strong>part</strong> of a file, you can use: <code>git add -p <filename></code> and define for every line what you want to do. (y=stage,n=not stage,q=not stage and
@@ -260,7 +260,7 @@ <h3>Unstaging Files</h3>
260
260
<p>When unstaging files your changes will <b>not</b> be undone. The only thing that changes is the status of the file: It will change from staged to unstaged.</p>
261
261
<p>To un-stage files/folders, execute <code>git restore --staged <file></code> or <code>git reset HEAD -- <file></code> (They do the same thing.)</p>
262
262
<p><strong>Or: </strong>When using the VSCode UI simply press the small "-" next to any staged file to unstage it:</p>
Get your API Key for your Neocities account. (It can be found in your Site Settings on Neocities under "<spanstyle="text-transform: none">API</span>").<br/>
0 commit comments