aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-02-03 11:25:17 +0100
committerKaran Jayachandra <me@karanj.com>2026-02-03 11:25:17 +0100
commit0d7a67c304f96dd66b84a854cbaee6be6951b63c (patch)
treee28a2b10087b4e7f6a7fc1afdfca4d91b843c5e9
parent372bd4d2ab2e4780d322279f8da2327ad0c379fa (diff)
Updated references
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f487e0..66d21e9 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,8 @@ For quite some time, CSS had been my least favourite amongst HTML, JS and CSS. I
## Deployment
Any text content that is repeatedly edited is source controlled on my machines. This includes this website because I need to change the content based on changes in my life. I use git and store my files on GitLab. GitLab also offers a free functionality to host websites for each of your repositories via GitLab pages. It also offers free server resources to convert your markdown files to HTML via the static site generator discussed earlier. This is accomplished via [pipelines](https://docs.gitlab.com/ci/pipelines/). Pipelines allow you to run commands on a machine temporarily available to you on change to the git repository automatically. This allows me to make changes to the markdown documents and push these changes to GitLab. The pipeline automatically converts these files into HTML and hosts them on a website owned by GitLab. I didn't want to stop here though because the site that gitlab provides is "karanjayachandra.gitlab.io" but I wanted my own. So I bought the domain "karanj.com" and [connected](https://docs.gitlab.com/user/project/pages/custom_domains_ssl_tls_certification/) it to my page. A by product of buying this domain was that I also got a [nice email address](https://support.apple.com/en-us/102540).
+
+## References
+
+- [Raj Thilak Rajan's Homepage](https://www.rtrajan.com/)
+- [Luke Smith - Get a Website Now! Don't be a Web Peasant!](https://www.youtube.com/watch?v=bdKZVIGRAKQ) (I don't endorse any of the views here) \ No newline at end of file