Compare commits
No commits in common. "a4b2bee2d8062c01a4d6293f0960d3d88bed0b67" and "c1317d7292c87a7beb20756ca174d1406b38869c" have entirely different histories.
a4b2bee2d8
...
c1317d7292
3 changed files with 13 additions and 24 deletions
|
|
@ -12,9 +12,3 @@ We have many things. Yes.
|
||||||
- :simple-forgejo: [git.jakest.us](http://git.jakest.us)
|
- :simple-forgejo: [git.jakest.us](http://git.jakest.us)
|
||||||
- :simple-matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
|
- :simple-matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
|
||||||
- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
|
- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
|
||||||
|
|
||||||
Source code of this web site is available at
|
|
||||||
[:simple-git: my git](https://git.jakest.us/jt/saitti) .
|
|
||||||
If you find an error, please feel free to contact me at my socials
|
|
||||||
or drop a PR (if I ever open registration or you are one of the
|
|
||||||
special people...)
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
Install required stuff and things on Debian based system
|
Install required stuff and things on Debian based system
|
||||||
$ sudo apt-get install rsync
|
$ sudo apt-get install rsync
|
||||||
Make a user to have limited access
|
Make a user to have limited access
|
||||||
$ sudo useradd adduser --home /varasto/verkkojuuri --system --shell /bin/sh verkkojuuri
|
$ sudo useradd adduser --home /varasto/verkkojuuri --system verkkojuuri --shell /bin/sh
|
||||||
$ cd /varasto/verkkojuuri
|
$ cd /varasto/verkkojuuri
|
||||||
$ sudo -u verkkojuuri ssh-keygen
|
$ sudo -u verkkojuuri ssh-keygen
|
||||||
$ sudo -u verkkojuuri cat .ssh/id_rsa
|
$ sudo -u verkkojuuri cat .ssh/id_rsa
|
||||||
|
|
@ -47,9 +47,7 @@ secrets. In practise you'll make it execute
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ mkdocs build
|
$ mkdocs build
|
||||||
$ rsync -rclthv --exclude --delete-after .git site/ verkkojuuri@jakest.us:site
|
$ rsync -e "ssh -rclthv --exclude --delete-after .git site/ verkkojuuri@jakest.us:site
|
||||||
probs needs flags to allow skipping host verification key or maybe install them
|
|
||||||
using action variables
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Oh you need it more detailed, okay.
|
Oh you need it more detailed, okay.
|
||||||
|
|
|
||||||
23
mkdocs.yml
23
mkdocs.yml
|
|
@ -16,19 +16,16 @@ theme:
|
||||||
accent: amber
|
accent: amber
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: simple/mastodon
|
- icon: simple/mastodon
|
||||||
link: https://bubbler.jakest.us/@jt
|
link: https://bubbler.jakest.us/@jt
|
||||||
name: Follow me on Mastodon
|
name: Follow me on Mastodon
|
||||||
- icon: simple/matrix
|
- icon: simple/matrix
|
||||||
link: https://matrix.to/#/@jt:neo.jakest.us
|
link: https://matrix.to/#/@jt:neo.jakest.us
|
||||||
name: Chat with me on Matrix
|
name: Chat with me on Matrix
|
||||||
- icon: simple/forgejo
|
- icon: simple/forgejo
|
||||||
link: https://git.jakest.us
|
link: https://git.jakest.us
|
||||||
name: My codings on git
|
name: My codings on git
|
||||||
- icon: simple/git
|
|
||||||
link: https://git.jakest.us/jt/saitti
|
|
||||||
name: Website source code
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- extra.css
|
- extra.css
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue