tA's crappy blog
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.

README.md 1.5KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Regular Flolloping
  2. tA's Blog, currently hosted at [Regular Flolloping](https://regularflolloping.com)
  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 rf.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. * Hakyll for having an incredible default, of which ~~90% was kept~~ i gutted for a crappy light on dark style
  46. * Elie Génard for their favicon library, very easy to use.
  47. * Douglas Adam's for providing the name
  48. * You, for reading this :)