1
1
mirror of https://github.com/srid/rib.git synced 2024-11-27 01:12:09 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
2fd9488f5b Run stylish-haskell 2019-06-30 17:48:33 -04:00
Sridhar Ratnakumar
5a236d331e Simplify settings configuration 2019-06-30 17:41:00 -04:00
Sridhar Ratnakumar
ef669dc14e
Split Main.hs into sensible modules (#9)
* Split Main.hs into sensible modules

* Update README

* intro
2019-06-30 16:36:17 -04:00
Sridhar Ratnakumar
235b7cbd98
blaze & mustache -> reflex-dom (#8)
Include our own pandoc AST renderer, and skylighting handling.

Remove all static files except images.
2019-06-30 11:50:14 -04:00
Sridhar Ratnakumar
74e2c17204
Serve with warp + auto regeneration (#7) 2019-06-28 18:06:37 -04:00
Sridhar Ratnakumar
d361be29c1
Use reflex-platform (#6)
Best way to get reflex and friends.

Also remove package.yaml
2019-06-28 10:06:58 -04:00
Sridhar Ratnakumar
a43fe67ea2 Simplify Main.hs a bunch 2019-06-27 12:56:57 -04:00
Sridhar Ratnakumar
ece148787b Content edit 2019-06-27 08:58:54 -04:00
Sridhar Ratnakumar
fb5681add9 Simplify post listing style 2019-06-22 20:09:47 -04:00
Sridhar Ratnakumar
5c035d4e49 Rename this article because site is generic 2019-06-22 18:11:49 -04:00
Sridhar Ratnakumar
c53dcfcf80 Categorize posts into programming vs other 2019-06-22 18:08:13 -04:00
Sridhar Ratnakumar
9b8e14cbca Add link to main site 2019-06-22 17:49:26 -04:00
Sridhar Ratnakumar
ef3fa8965c Revamp life article 2019-06-22 17:46:07 -04:00
Sridhar Ratnakumar
0e0519a857
Make this my primary website (#5)
* Change branding

* Import two articles from notes site

* Port 2 more

* Add the last article
2019-06-22 17:30:21 -04:00
Sridhar Ratnakumar
272274e2b5 Improve nix tutorial 2019-06-22 15:52:15 -04:00
Sridhar Ratnakumar
98e5a05857
Initial site design (#4)
* Remove sidebar and some stuff

* Remove all the css spam

* Remove ".html" suffix from post URLs

Gonna use node's serve package to serve these.

* Get rid of "posts/" directory

Just put files in root.

* use SemUI

* Header and footer tweaks

* More semui, header ...

* Add breadcrumb

* More UI simplification

* Pretty things using ribbons

* Post listing, with description
2019-06-22 10:34:03 -04:00
Sridhar Ratnakumar
65f1dfa5c4
Obelisk -> static site generator (#3)
* Drop obelisk files

* Add example of Slick

* Add articles to Slick's layout

* remove chris

* develop instructions
2019-06-20 19:16:03 -04:00
Sridhar Ratnakumar
78a72b51a1 Fix the submodule mess, and change megaparsec by one rev
To force rebuild
2019-06-19 14:52:27 -04:00
Sridhar Ratnakumar
1deea0c876 +article 2019-06-19 14:22:38 -04:00
Sridhar Ratnakumar
8c00db5b11
Markdown rendering (#1)
* Import old Markdown code (from revue)

* Upgrade mmaark

* Hook up everything

* Fix most build issues

* Go back to rendering in backend

mmark borks (ghcjs TH bug) on frontend build
2019-06-18 21:43:13 -04:00
Sridhar Ratnakumar
861c02448b Begin writing; and developing the app itself 2019-06-17 19:04:04 -04:00
Sridhar Ratnakumar
50a762797c Initial commit 2019-06-17 18:20:49 -04:00