43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
baseURL: https://thecurlybraces.com
|
|
languagecode: en
|
|
defaultcontentlanguage: en
|
|
title: Abijeet Patro
|
|
theme: PaperMod
|
|
|
|
params:
|
|
author: Abijeet Patro
|
|
description: Abijeet's personal website
|
|
since: 2015
|
|
colorScheme: auto
|
|
|
|
assets:
|
|
favicon: "/images/fav-32x32.png"
|
|
favicon16x16: "/images/fav-16x16.png"
|
|
favicon32x32: "/images/fav-32x32.png"
|
|
|
|
profileMode:
|
|
enabled: true
|
|
subtitle: "Full stack developer and an open source contributor"
|
|
imageUrl: "/images/profile-pic.jpg" # optional
|
|
imageWidth: 240 # custom size
|
|
imageHeight: 240 # custom size
|
|
|
|
socialIcons: # optional
|
|
- name: GitHub
|
|
url: https://github.com/abijeet/
|
|
- name: "Twitter"
|
|
url: https://twitter.com/abijeetpatro/
|
|
- name: LinkedIn
|
|
url: https://www.linkedin.com/in/abijeet-patro/
|
|
- name: StackOverflow
|
|
url: https://stackoverflow.com/users/903324/abijeet-patro?tab=profile
|
|
|
|
menu:
|
|
main:
|
|
- name: About
|
|
weight: 1
|
|
url: https://blog.thecurlybraces.com/about/
|
|
- name: Blog
|
|
weight: 3
|
|
url: https://blog.thecurlybraces.com
|