My personal digital garden and blog.
I’m using uniorg and Next.js to publish org-roam notes.
How to use:
Develop locally:
- Put your notes to ./public/roam
- Start server with: npx next dev
Server should be up and running on http:localhost:3000
vercel.
Deploy the example usingExtra functionalities:
https://github.com/tefkah/org-roam-timestamp
creation and modificatin datesMust 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:
- [-] Search component
- [ ] search through title and text
- [ ] use full text search
- flexSearch:
- over the objects like in ~/blog/src/pages/[…slug].jsx
- https://bobbyhadz.com/ Search in this blog is working really well
- [ ] 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
- [ ] Simplify way for new users to use my template
- [ ] Merge submodule to fork repo
- [ ] Describe process of creating new blog
- [X] Add dates to post
- [ ] Add neverending spiral
- [ ] Notes overlays like in https://www.gwern.net/
- [ ] Gist alike repository for every note
- [ ] Blog twitter mentions like https://bionicjulia.com/blog/add-search-functionality-nextjs-markdown-blog-part-2