An attempt to share technical content in Arabic, while continuing to develop my personal skills and share everything new I learn in a dedicated reference, away from the clutter of social media.
mkdocs.yml # The configuration file.
docs/
index.md # The blog homepage.
/about # About me and blog.
/blog # All content of my blog.
/assets # Assets of website.
requirements.txt # All python used packages.
- Python
- MkDocs
- MkDocs Material
- MkDocs Material Extensions
- MkDocs Glightbox
-
Clone this repository to your local machine:
git clone https://github.com/abokamal09/abokamal09.github.io.git
-
Navigate to the project directory:
cd abokamal09.github.io
-
Create python virtual environment:
python -m venv venv
-
Active your virtual environment:
Windows:.\venv\Scripts\activate
Linux:
source ./venv/bin/activate
If you see (venv) before the path, your environment is activated correctly.
-
Install nessery packages
pip intsll -r requirements.txt
-
Now lets check our blog
mkdocs serve
go to http://127.0.0.1:8000/ to show blog content
Feel free to fork this repository and submit pull requests. For major changes, please open an issue to discuss what you would like to change.
If you have any questions or issues, please open an issue on this repository or contact
- mail: [email protected]