Spaces:
Runtime error
Runtime error
File size: 1,994 Bytes
2e069e5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'home/'
theme = "hugo-coder"
defaultcontentlanguage = "en"
paginate = 20
[markup.highlight]
style = "github-dark"
[params]
author = "AKHIL SHARMA"
info = "**AI Reinforcement** and **Machine Learning Engineer**"
description = "Akhil Sharma's personal website"
keywords = "Blog,developer,personal"
avatarurl = "https://avatars.githubusercontent.com/u/68015525?s=400&u=a3180b9b2d4c200fb2a5f2756fa1817aa6cb4f98&v=4"
since = 2023
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "EDA,Analysis,GameJam,GameDev,Unity,Python,C#"
author = "authors"
#Social links
[[params.social]]
name = "Email"
icon = "fa fa-envelope fa-2x"
weight = 2
url = "mailto:[email protected]"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/Akhil-Sharma30"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 1
url = "https://twitter.com/developakhil?s=21&t=ANuBglP8MJBiu2TNd_UmUg"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/akhil-sharma-👓-35a880202/"
[[params.social]]
name = "Medium"
icon = "fa fa-medium fa-2x"
weight = 1
url = "https://medium.com/@Akhilsharma30"
#Main Links
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
name = "Blog"
weight = 2
url = "post/"
[[menu.main]]
name = "Open-Source"
weight = 2
url = "opensource/"
[[menu.main]]
name = "Supervised"
weight = 2
url = "supervised/"
[[menu.main]]
name = "CV"
weight = 3
url = "cv/"
|