Re-introduce standalone pages

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-11-29 19:44:05 +05:30
parent 2c0625817d
commit afb40dddfd
4 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,8 @@
+++
title = "Contact Me"
id = "contact"
type = "standalone"
layout = "standalone"
+++
Quickest way to reach me is [Twitter](https://twitter.com/MSF_Jarvis), but I am also on [Telegram](https://t.me/msfjarvis) and [Keybase](https://keybase.io/msf_jarvis). For any email correspondence, please use msfjarvis at gmail dot com.

View File

@ -1,6 +1,8 @@
+++
title = "Projects"
id = "projects"
type = "standalone"
layout = "standalone"
+++
Over the years I have worked on and contributed to various projects in the Android community. My personal projects can be found on [GitHub](https://github.com/msfjarvis),

View File

@ -1,6 +1,8 @@
+++
title = "Viscerion Privacy Policy"
id = "viscerion-privacy"
type = "standalone"
layout = "standalone"
+++
## Privacy Policy

View File

@ -0,0 +1,6 @@
{{ define "main" -}}
<div class="post">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
{{- end }}