https://github.com/btbytes/btwebs
A Site generator using Hakyll library. Mostly for autodidactic purposes.
https://github.com/btbytes/btwebs
Last synced: 6 months ago
JSON representation
A Site generator using Hakyll library. Mostly for autodidactic purposes.
- Host: GitHub
- URL: https://github.com/btbytes/btwebs
- Owner: btbytes
- License: gpl-3.0
- Created: 2013-02-08T16:19:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-08T16:33:47.000Z (about 13 years ago)
- Last Synced: 2025-08-17T22:44:00.022Z (8 months ago)
- Language: Haskell
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
btwebs
======
A [hakyll ][hakyll] based site generator. Mostly for my own autodidactic
purposes.
## How to run?
`make cabal-install` will install the `btwebs` executable into `$HOME/bin`.
## What's in the files
* `Makefile` tells you how to install the `cabal` package.
* `btwebs.cabal` file has the package information including dependencies
* `Setup.hs` is used by Cabal to generate the binary
* `btwebs.hs` is the entry point of the program. An executable `btwebs` is generated using this file.
[hakyll]: http://jaspervdj.be/hakyll/