Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 565 Bytes

File metadata and controls

25 lines (16 loc) · 565 Bytes

USIPS is a website for the United States Internet Preservation Society.

It is built with Zola and the custom USIPS theme.

Getting Started

  1. Clone the repository
  2. Run zola serve to serve the site
  3. Run zola build to build the site
  4. Run zola serve --drafts to serve the site with drafts

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments