diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc3c5bf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# samsapti.dev + +This site is not deployed yet. \ No newline at end of file diff --git a/config.toml b/config.toml index 407f601..6fb565f 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ enableEmoji = true name = "RSS" icon = "fa fa-2x fa-rss" weight = 4 - url = "/index.xml" + url = "posts/index.xml" target = "_blank" rel = "alternate" type = "application/rss+xml" diff --git a/content/about.md b/content/about.md index 7cf86ca..824832e 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,5 @@ --- title: "About me" -date: 2022-05-23T17:12:30+02:00 -draft: true --- # Overview diff --git a/content/contact.md b/content/contact.md index 64af2e1..1ba8e50 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,6 +1,13 @@ --- title: "Contact information" -date: 2022-05-23T17:12:37+02:00 -draft: true --- +# Email + +My email address is [sam@sapti.me](mailto:sam@sapti.me). This is my +primary contact method. + +# Signal + +I use Signal for messaging. If you have my number, feel free to message +me there. If not, you can get it by emailing me. \ No newline at end of file diff --git a/content/posts.md b/content/posts.md index 21a12b1..454153d 100644 --- a/content/posts.md +++ b/content/posts.md @@ -1,7 +1,5 @@ --- title: "Blog" -date: 2022-05-23T19:26:22+02:00 -draft: true --- -This page is quite empty, huh? [Go to homepage](/). \ No newline at end of file +This page is quite empty, huh? [Return home](/). \ No newline at end of file