Post-Cancellation, Pre-Nisei Netrunner Rotation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Regular Flolloping
  2. Post-Netrunner Rotation, currently hosted at [Protocol Seven](https://anr.p7.co.nz)
  3. ## Getting Started
  4. What you need to get the generator up and running.
  5. ### Prerequisites
  6. Built using Nix.
  7. Nix can be installed with:
  8. ```
  9. curl https://nixos.org/nix/install | sh
  10. ```
  11. ### Dependencies
  12. `imagemagick` is required for the favicons.
  13. ### Installing
  14. Compile the generator
  15. ```
  16. nix-build p7.nix
  17. ```
  18. Enter the build environment
  19. ```
  20. nix-shell --pure
  21. ```
  22. Generate the site
  23. ```
  24. ./result/site rebuild
  25. ```
  26. And test it out
  27. ```
  28. ./result/site watch
  29. ```
  30. The site will now be avaliable at `localhost:8000`
  31. ## Deployment
  32. Site will be completely static, so simply point your server to the `_site` directory
  33. ## Built With
  34. * [Hakyll](https://jaspervdj.be) - The web framework used
  35. * [hakyll-favicon](https://github.com/elaye/hakyll-favicon) - Thanks Elie!
  36. * [Nix](https://nixos.org) - Package Management
  37. * [Cabal](https://cabal.readthedocs.io) - Build System
  38. ## Versioning
  39. Is very airy fairy and mainly based on what I think constitutes major / minor updates.
  40. ## Authors
  41. * **Shaun Kerr** - [tA](https://github.com/techieAgnostic)
  42. ## License
  43. This project is licensed under the BSD3 License - see the [LICENSE](LICENSE) file for details
  44. ## Acknowledgments
  45. * Chris Hay for coming up with the idea
  46. * Elie Génard for their favicon library, very easy to use.
  47. * Serial Experiments Lain for being amazing and the source of the name
  48. * ***NOT*** Wizards of the Coast, because those [REDACTED] cancelled the game >:[
  49. * You, for reading this :)