Xipus is a static site generator developed to simplify the process of creating static websites. Built with a focus on ease of use and efficiency, Xipus harnesses the power of HTML, CSS, JavaScript, and the 11ty (Eleventy) templating engine. This project is inspired by a template crafted by Kewin Powell, enhancing the developer experience in generating static content.
11ty (Eleventy): Xipus utilizes the popular 11ty templating engine, allowing for flexible and dynamic content generation. HTML, CSS, JS: Crafted with standard web technologies, Xipus ensures simplicity and compatibility. Template by Kewin Powell: Xipus integrates a template by Kewin Powell, providing a solid foundation for building static sites. Nunjucks (njk): The Nunjucks templating language is employed for efficient and expressive templating.
Clone the Repository:
git clone https://github.com/Anzi15/Xipus.git
Xipus is designed to be customizable to fit your specific needs. Here's a brief overview of the project structure:
src/: This directory contains your source files, including HTML templates, CSS styles, and JavaScript scripts. public/: The generated static site will be available in this directory after running the build process. Acknowledgments Kewin Powell: The template by Kewin Powell serves as the foundation for Xipus. Check out Kewin's work for more inspiring templates. Contributing Contributions are welcome! If you have ideas for improvements or new features, feel free to submit a pull request. For major changes, please open an issue first to discuss the proposed changes.
License This project is licensed under the MIT License - see the LICENSE file for details.