#That's beyond the point if you show it

1 messages ยท Page 1 of 1 (latest)

deep mortar
#

Sure, but like I say, it's just components that aren't styled. At the moment, I have:

  • categories
  • all posts
  • post
  • hero component, getting only posts containing media and displaying that

For all posts:

  • images are converted to a 400x300.jpg
  • it shows a few posts at a time, and you can go to the next page

Inside the posts:

  • blocks for media, content and code
  • code syntax highlighted (I don't like using libraries, but I used one here)
  • writing is serialized, meaning if you do an h2 in the admin, it will do an h2 on the front end

In the admin panel, excerpts of the post are shown for all posts, so that you don't need to get too much data from the database.

deep mortar
#

some design ideas but idk