summaryrefslogtreecommitdiff
path: root/config.yml
blob: b679edc4027e2c8a8ec75c55dbcc0054dd3bc33b (plain)
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
baseURL: "https://experimentsofindrajith.in"
languageCode: en-us
title: Experiments of Indrajith
theme: PaperMod
copyright: Indrajith K L
params:
  description: Personal website of Indrajith K L portraying Game Designs, Web Development and IoT experiments

menu:
  main:
    - identifier: categories
      name: Categories
      url: /categories/
      weight: 10
      
    - identifier: tags
      name: Tags
      url: /tags/
      weight: 20
      
    - identifier: archives
      name: Archives
      url: /archives/
      weight: 30