This repository contains the website for the Laboratory of Sensing and Communication for Smart City.
To modify the website content, you need to install the MkDocs with the Material theme. Install it using pip:
pip install mkdocs-material
To view and edit the website content in real-time, navigate to the project directory and run the following command:
mkdocs serve
This command starts a local web server that hosts the website. Any changes you make to the documentation source files will automatically rebuild the site and refresh the page in the browser.
First, update the repository to ensure you have the latest data:
git pull
Then, stage your changes and provide a descriptive commit message:
git add .
git commit -m "Describe the changes here"
Finally, push your changes to the repository:
git push
Below is a brief overview of the key files and directories in this repository:
mkdocs.yml
: The configuration file for the MkDocs project. This file includes settings for the MkDocs build and the plugins used for the website.docs/
: Directory containing the Markdown files for the website's content. Each file corresponds to a page on the website.index.md
: The homepage document.pubs.md
: Contains information about published papers.members.md
: Introductions to the project members.