mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
baseURL: "https://avinal.space/"
|
|
languageCode: en-us
|
|
title: Avinal's blog
|
|
sitename: "Avinal's blog"
|
|
enableRobotsTXT: true
|
|
|
|
module:
|
|
mounts:
|
|
- source: "../static/content"
|
|
target: content
|
|
excludeFile: posts.json
|
|
- source: "../static/images/"
|
|
target: "static/images"
|
|
- source: "./static/css"
|
|
target: "static/css"
|
|
- source: "./static/font"
|
|
target: "static/font"
|
|
|
|
markup:
|
|
highlight:
|
|
style: github
|
|
|
|
author:
|
|
name: Avinal Kumar
|
|
email: ripple@avinal.space
|
|
|
|
params:
|
|
github: "https://github.com/avinal"
|
|
keywords: ["avinal", "website", "redhat", "tekton", "gsoc", "elm"]
|
|
twitter: "@Avinal_"
|
|
enableDuckDuckGoSearchBox: false
|
|
toc: true
|
|
dateFormat: "January 2, 2006"
|
|
rootFontSize: "120%"
|
|
showWordCount: true
|
|
showReadingTime: true
|
|
emphasisWithDots: true
|
|
self:
|
|
name: Avinal Kumar
|
|
link: https://avinal.space/pages/about-me
|
|
navs:
|
|
- name: Home
|
|
link: https://avinal.space
|
|
- name: About
|
|
link: https://avinal.space/pages/about-me
|
|
- name: Blog
|
|
link: https://avinal.space/posts
|
|
- name: Projects
|
|
link: https://avinal.space/pages/projects
|
|
- name: GitHub
|
|
link: https://github.com/avinal
|
|
- name: LinkedIn
|
|
link: https://linkedin.com/in/avinal
|
|
- name: Twitter
|
|
link: https://twitter.com/Avinal_
|
|
footnote: ""
|
|
|
|
disableKinds: ["taxonomy", "taxonomyTerm", "home", "section"]
|