Skip to content

Latest commit

Β 

History

History
45 lines (31 loc) Β· 1.24 KB

File metadata and controls

45 lines (31 loc) Β· 1.24 KB

pyinfra.com

The official website for pyinfra - a fast, Python-based infrastructure automation and configuration management tool.

πŸ“‚ Project Structure

pyinfra.com/
β”œβ”€β”€ index.html           # Main landing page
β”œβ”€β”€ static/
β”‚   β”œβ”€β”€ pyinfra.css     # Custom styles
β”‚   β”œβ”€β”€ github.css      # GitHub markdown styles
β”‚   └── fonts/          # Custom web fonts
└── README.md           # This file

πŸ”§ Development

Local Testing

Simply open index.html in a web browser, or use a local server:

# Python 3
python -m http.server 8000

Then navigate to http://localhost:8000

πŸ”— Links

🀝 Contributing

To suggest improvements to the website:

  1. Fork the repository
  2. Make your changes
  3. Test thoroughly (check responsiveness, SEO, accessibility)
  4. Submit a pull request with a clear description