This article will take about 1 minute to read.
Creating a Jekyll component which looks like a series of text messages.
The texts are defined like this
- sender: other
name: Alex
text: "Hey, how's it going?"
timestamp: "10:30 AM"
- sender: me
text: "Pretty good! You?"
timestamp: "10:32 AM"
and they get rendered like this. Note that it’s just html/css! Not an image.