Delphinai Corporation

Delphinai Website Generator

This repository hosts templates, scripts and contents for the generation of the business website for Delphinai Corporation.

The repository uses the mkdocs tooling to generate and manage the website.

Getting Started

The site uses Python (suggest 3.10 or better) and mkdocs. Assuming that you have python and pip installed on your machine, create a suitable virtual environment, then install the requirements (including mkdocs) as follows:

pip install -r requirements.txt

The repository already has core mkdocs configuration and layout, within which additional content may be added.

The following mkdocs commands are useful for the work:

Project layout

The Translator mkdocs documentation is hierarchically structured as follows:

mkdocs.yml         # The configuration file.
docs/
    index.md       # the website landing page.
    license.md

with some utility resources:

    img/          # shared images
    includes/     # shared site abbreviation file, etc
    stylesheets/  # CSS styles for the site