Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiokot/website
My website radiokot.com.ua built with Jekyl
https://github.com/radiokot/website
homepage jekyll
Last synced: about 2 months ago
JSON representation
My website radiokot.com.ua built with Jekyl
- Host: GitHub
- URL: https://github.com/radiokot/website
- Owner: Radiokot
- Created: 2022-12-16T16:54:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T19:20:40.000Z (4 months ago)
- Last Synced: 2024-10-13T23:49:34.533Z (3 months ago)
- Topics: homepage, jekyll
- Language: HTML
- Homepage: https://radiokot.com.ua
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oleg's website
This is [my website](https://radiokot.com.ua) built with Jekyll. It came to replace the [pure one](https://github.com/Radiokot/website-pure), all the styles and layouts are left intact.## Notes for the future me
- Large files, like books, must be manually placed under the "files" directory on the server
- Install the [recommended VS Code extensions](https://code.visualstudio.com/docs/editor/extension-marketplace#_recommended-extensions)
- To allow CI user SSH login, set the password with `passwd` and don't forget to set the shell in the `/etc/passwd` file instead of `/usr/sbin/nologin`### CI variables, defined in GitHub env secrets
|Name|Meaning|
|-|-|
|`HOSTNAME`|Server hostname for SSH connection|
|`DEPLOYMENT_PATH`|Absolute path on the server for the contents to be rsynced|
|`WEB_USER_NAME`|User on the server with access to `DEPLOYMENT_PATH`|
|`WEB_USER_KEY`|The corresponding user SSH key – PKCS#8 encoded, in PEM text format (`-----BEGIN RSA PRIVATE KEY-----`)|