/blog

digital garden and blog based on my org-roam notes

Primary LanguageJavaScript

My personal digital garden and blog.

I’m using uniorg and Next.js to publish org-roam notes.

How to use:

Develop locally:

  1. Put your notes to ./public/roam
  2. Start server with: npx next dev

Server should be up and running on http:localhost:3000

Deploy the example using vercel.

Extra functionalities:

creation and modificatin dates https://github.com/tefkah/org-roam-timestamp

Must have

  • [X] Compile only tag “PUBLIC”
  • [X] List all posts
  • [X] Tailwind styling
    • [X] notes
    • [X] index
      • [X] notes listing header
      • [X] nav responsive
    • [X] code styling
  • [X] automatically fetch github submodule https://mayashavin.com/articles/github-actions-deploy-nuxt
  • [X] Style links better
  • [X] Put “recently created notes” section on the main page
  • [X] Calculate reading time
  • [X] Notes tags handling
  • [X] Local and production environment for example for notes path
  • [ ]
  • [X] Move “Welcome!” section to about
  • Nav bar should show where you are right now
  • [-] Add search functionality to blog, requirements:
  • [ ] About section
  • [ ] Social media links
    • [ ] figure out where to place it
    • [ ] is it sufficient to place it in the header or at the bottom of page or should it be also added to about section
  • [ ] Footer with info creted using template

Nice to have