https://github.com/epoberezkin/poberezkin.com
My blog
https://github.com/epoberezkin/poberezkin.com
Last synced: 10 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/epoberezkin/poberezkin.com
- Owner: epoberezkin
- License: mit
- Created: 2020-04-29T06:56:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T17:07:11.000Z (over 1 year ago)
- Last Synced: 2024-10-18T10:28:12.440Z (6 months ago)
- Language: CSS
- Homepage: https://www.poberezkin.com
- Size: 1.45 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poberezkin.com
Site is generated by [Hakyll](https://jaspervdj.be/hakyll/).
## Build
```sh
cabal build
cabal run my-site -- build
```## Executable posts
To build the executable posts uncomment some of the sections in `my-site.cabal` and set compiler in cabal.project to GHC 8.6.5. Please note that this GHC version is not available on ARM Macs.
- `cabal run users-api`: example from [Haskell — a higher order language](http://www.poberezkin.com/posts/2020-03-15-haskell-a-higher-order-language.html).
- `cabal run elevator`: example from [Modeling state machines with dependent types in Haskell: Part 1](https://www.poberezkin.com/posts/2020-06-29-modeling-state-machine-dependent-types-haskell-1.html).
- `cabal run atm`: example from [Dependent types to code are what static types to data (state machines: part 2)](https://www.poberezkin.com/posts/2020-09-04-dependent-types-to-code-are-what-static-types-to-data.html).## License
Content - Creative Commons Attribution-ShareAlike [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)
Code - [MIT](https://github.com/epoberezkin/poberezkin.com/blob/master/LICENSE)