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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. ### Installing
  12. Enter the build environment
  13. ```
  14. nix-shell --attr env rf.nix
  15. ```
  16. Compile the generator
  17. ```
  18. nix-build rf.nix
  19. ```
  20. Generate the site
  21. ```
  22. ./result/site clean
  23. ./result/site build
  24. ```
  25. And test it out
  26. ```
  27. ./result/site watch
  28. ```
  29. The site will now be avaliable at `localhost:8000`
  30. ## Deployment
  31. Site will be completely static, so simply point your server to the `_site` directory
  32. ## Built With
  33. * [Hakyll](https://jaspervdj.be) - The web framework used
  34. * [hakyll-favicon](https://github.com/elaye/hakyll-favicon) - Thanks Elie!
  35. * [Nix](https://nixos.org) - Package Management
  36. * [Cabal](https://cabal.readthedocs.io) - Build System
  37. ## Versioning
  38. Is very airy fairy and mainly based on what I think constitutes major / minor updates.
  39. ## Authors
  40. * **Shaun Kerr** - [tA](https://github.com/techieAgnostic)
  41. ## License
  42. This project is licensed under the BSD3 License - see the [LICENSE](LICENSE) file for details
  43. ## Acknowledgments
  44. * Hakyll for having an incredible default, of which ~~90% was kept~~ i gutted for a crappy light on dark style
  45. * Elie Génard for their favicon library, very easy to use.
  46. * Douglas Adam's for providing the name
  47. * You, for reading this :)