Skip to content

Spiffy1/rejselog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My MkDocs Repository

This is my repository for building documentation using MkDocs, a fast and simple static site generator for building project documentation. The documentation is built using the Material for MkDocs theme, which provides a modern and responsive design, a customizable color scheme, and a range of useful features.

This is my repository for building documentation using MkDocs, a fast and simple static site generator for building project documentation. The documentation is built using the Material for MkDocs theme, which provides a modern and responsive design, a customizable color scheme, and a range of useful features.

Getting Started

To get started with MkDocs, you will need to have Python and pipenv installed on your system. You can then install MkDocs using pipenv, the Python package manager:

pipenv install mkdocs

Building and Serving the Documentation

Once you have created your MkDocs project and configured the theme, you can build the documentation by running the mkdocs build command:

pipenv run build

This will build the documentation and create a site directory with the HTML, CSS, and JavaScript files for your site.

You can then serve the documentation using the mkdocs serve command:

pipenv run serve

This will start a local web server and open your documentation in your default web browser.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request. We welcome contributions of all kinds, including bug reports, feature requests, and code improvements.

References

MkDocs documentation Material for MkDocs documentation MkDocs on GitHub Material for MkDocs on GitHub

Screenshots

Here are some screenshots of the Material theme in action:

Material Theme Homepage

Material Theme Color Scheme Selector

Material Theme Sidebar Navigation

About

For now, It's just a note book

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published