first commit

This commit is contained in:
phanes
2023-05-28 22:19:01 -04:00
commit c47a66f162
7 changed files with 109 additions and 0 deletions

28
source/conf.py Normal file
View File

@@ -0,0 +1,28 @@
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'Dark Horse Linux'
copyright = '2023, SILO GROUP LLC'
author = 'SILO GROUP LLC'
release = 'PreAlpha'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_static_path = ['_static']

16
source/index.rst Normal file
View File

@@ -0,0 +1,16 @@
.. Dark Horse Linux documentation master file, created by
sphinx-quickstart on Sun May 28 19:23:41 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Dark Horse Linux Documentation
===============================
.. toctree::
:maxdepth: 2
:caption: Contents:
installation

9
source/installation.rst Normal file
View File

@@ -0,0 +1,9 @@
Installation
============
Getting started
---------------
There is currently no installer image for Dark Horse Linux. One is being created, so stay tuned for updates.
In the meantime, feel free to play around with the livecd, obtainable through the downloads section of the website.