changed all occurances of teh to the
This commit is contained in:
parent
ad79fb617d
commit
72dcdb1203
6 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ Uses [mkdocs][2] to generate the site.
|
||||||
|
|
||||||
|
|
||||||
## Hooks
|
## Hooks
|
||||||
Run this command to set up the hooks properly so teh git information can be stored within the repo
|
Run this command to set up the hooks properly so the git information can be stored within the repo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git config --local core.hooksPath .githooks/
|
git config --local core.hooksPath .githooks/
|
||||||
|
|
2
src/assets/highlight.min.js
vendored
2
src/assets/highlight.min.js
vendored
|
@ -1009,7 +1009,7 @@ className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]
|
||||||
end:/#>/}],contains:[{className:"doctag",variants:[{
|
end:/#>/}],contains:[{className:"doctag",variants:[{
|
||||||
begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/
|
begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/
|
||||||
},{
|
},{
|
||||||
begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/
|
begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotheelprunspace|externalhelp)\s+\S+/
|
||||||
}]}]}),c={className:"class",beginKeywords:"class enum",end:/\s*[{]/,
|
}]}]}),c={className:"class",beginKeywords:"class enum",end:/\s*[{]/,
|
||||||
excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},l={className:"function",
|
excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},l={className:"function",
|
||||||
begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,
|
begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Forgejo is an online git repo host.
|
Forgejo is an online git repo host.
|
||||||
Like [Gitlab](./gitlab.md) it is self hostable meaning that Skynet has its own instance of it.
|
Like [Gitlab](./gitlab.md) it is self hostable meaning that Skynet has its own instance of it.
|
||||||
Structure wise it has more in common with Github with teh flatter ``owner/repo`` structure as well as being compatible with Github Actions
|
Structure wise it has more in common with Github with the flatter ``owner/repo`` structure as well as being compatible with Github Actions
|
||||||
|
|
||||||
Honestly I (@silver) just love the slogan of Forgejo:
|
Honestly I (@silver) just love the slogan of Forgejo:
|
||||||
> Beyond coding. We Forge.
|
> Beyond coding. We Forge.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
3. Enter the same email used for UL Wolves.
|
3. Enter the same email used for UL Wolves.
|
||||||
* This is the ``Preferred Contact Email`` on your [profile page][profile].
|
* This is the ``Preferred Contact Email`` on your [profile page][profile].
|
||||||
4. You will get an email to verify your address, follow the link in the email.
|
4. You will get an email to verify your address, follow the link in the email.
|
||||||
* You may need to check teh spam folder.
|
* You may need to check the spam folder.
|
||||||
* It may also take up to 15 min to be delivered.
|
* It may also take up to 15 min to be delivered.
|
||||||
5. Choose a ``username`` and ``password``.
|
5. Choose a ``username`` and ``password``.
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ nano config
|
||||||
Or open up in a text editor.
|
Or open up in a text editor.
|
||||||
|
|
||||||
### Windows/Linux
|
### Windows/Linux
|
||||||
This is what we want to have in teh file.
|
This is what we want to have in the file.
|
||||||
```
|
```
|
||||||
Host *.skynet.ie
|
Host *.skynet.ie
|
||||||
User $USERNAME
|
User $USERNAME
|
||||||
|
@ -91,7 +91,7 @@ Host *.skynet.ie
|
||||||
|
|
||||||
|
|
||||||
## Add key to account
|
## Add key to account
|
||||||
Go to [the modify SSH page](https://account.skynet.ie/modify_ssh) and paste in teh contents of ``$USERNAME.pub``.
|
Go to [the modify SSH page](https://account.skynet.ie/modify_ssh) and paste in the contents of ``$USERNAME.pub``.
|
||||||
|
|
||||||
You will now be able to SSH into Skynet like so:
|
You will now be able to SSH into Skynet like so:
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Instructions to do so can be found [on the Create Skynet Account page](./create_
|
||||||
Modern involves using source control to version your site.
|
Modern involves using source control to version your site.
|
||||||
This is then leveraged to automatically deploy to your Skynet account/website.
|
This is then leveraged to automatically deploy to your Skynet account/website.
|
||||||
|
|
||||||
The core repo for this is [here][deploy_user], it contains all teh required info to get it working.
|
The core repo for this is [here][deploy_user], it contains all the required info to get it working.
|
||||||
If this does not suit your needs you can take a look at the [forks which cover different tools][deploy_user_forks].
|
If this does not suit your needs you can take a look at the [forks which cover different tools][deploy_user_forks].
|
||||||
|
|
||||||
[deploy_user]: https://forgejo.skynet.ie/Skynet/deploy_user
|
[deploy_user]: https://forgejo.skynet.ie/Skynet/deploy_user
|
||||||
|
|
Loading…
Add table
Reference in a new issue