A blog generator made with Haskell.
git clone [email protected]:augustohdias/whoareu.git # ssh
git clone https://github.com/augustohdias/whoareu.git # http
cd whoareu
stack install # Will install it inside ~/.local/bin/ directory. Make sure it is also inside your PATH.
Use init
to start a blog;
Create some md
files inside the newly created /posts
directory. Follow the template from Post.md
;
Generate the html with build
command;
Commit to github and setup github pages;
whoareu init # Starts a new blog with a raw template
whoareu build # Generate blog html
This is my blog. It was entirely generated by whoareu
.
- Generate html pages from markdown
- Generate a profile sidebar from markdown
- Generate index from markdown posts
- Basic template/theme support
- JS support
- Live-preview functionality
This is a personal project. Feel free to fork and contribute as you wish.