Skip to content

yohman/sandbox-yoh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technology Sandbox website

Installation

This site is built using the Material for MkDocs framework.

For contributors to this site, it is recommended for you to install MdDocs on your machine:

pip install mkdocs-material

Next, fork this repository to your GitHub account.

Alt text

Clone the forked repository to your computer, and make local edits. Commit as necessary, and sync fork, then contribute when you are ready to publish. Make sure to resolve all conflicts along the way.

Alt text

Setting up your development environment

Launch terminal, and navigate to the folder where the clone for your forked repository resides. Enter the following command:

mkdocs serve

Open a browser and enter the provided local URL (such as http://127.0.0.1:8000/)

All front end edits should be made in the docs folder, which will automatically update the content.

Once you are satisfied with your edits, build the site with the following command:

mkdocs build

This will update the content in the site folder, which is served to the public.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.3%
  • JavaScript 7.9%
  • CSS 3.8%