Skip to content

alexdzm/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Install MkDocs and required plugins:

    pip install mkdocs mkdocs-material
    
  2. Clone this repository:

    git clone https://github.com/yourusername/your-repo-name.git
    cd your-repo-name
    

Usage

  • Run development server:

    mkdocs serve
    
  • Build the site:

    mkdocs build
    
  • Deploy to GitHub Pages:

    mkdocs gh-deploy
    

Structure

  • docs/: Contains all pages and blog posts
  • mkdocs.yml: Configuration file

Adding Content

  1. Add new pages to docs/
  2. Add blog posts to docs/posts/
  3. Update mkdocs.yml as needed

For more details, refer to the MkDocs documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages