Configuration file

As of right now config file of vulphix is very minmal. you don't get lot of features like you get from feature rich ssg like hugo or even the astro starlight. This ssg is simple, minimal and was designed for me

Unlike other SSGs I am using YAML format as the config type, because It is more elegant to look at.

config file:

title: Vulphix
domain: doc.vulphix.com # (optional)
description: this is the docs of your vulphix
handle: https://x.com/codeshaine
source: doc/src
build: dist
sidebar:
  - title: Basics
    pages:
      - - Getting started
        - /getting_started/installation
  - title: Links
    pages:
      - - Github
        - https://github.com/codeshaine
      - - Twitter
        - https://x.com/code_shaine

The config file is more self exploratory.