denoland / fresh-wordpress-themes

https://wp-blog-example.deno.dev/ https://wp-sweets-co.deno.dev/

Home Page:https://deno.com/blog/introducing-fresh-wordpress-themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog template tasks

kt3k opened this issue · comments

  • instruction for local dev
    • docker setup of wordpress containers
      • auto install wordpress (wp core install)
      • import blog data
      • enable non login user comment etc
  • improve in-content styling
    • basic
    • block: cover
    • block: image
    • block: button
    • block: gallery
    • block: column
  • tag page, category page titles.
  • lint in CI, license check in CI
  • comments
  • 'page' navigation (in header)
  • global style plugin
  • posts/tag/[tag] route
  • 404 page
  • posts/category/[category] route
  • show sticky item
  • pagination in bottom
  • page/[page] route
  • posts/[slug] route
  • link to post/[slug]
  • separate header component

mostly done