Code Monkey home page Code Monkey logo

Comments (1)

sandypockets avatar sandypockets commented on August 19, 2024

Hey @faierbol thanks for reaching out, happy to hear you like the starter!

There are a few ways that you could go about setting that up, but my first thought would be to add the tags or category to the front matter of each post.

Then how you interact with the tags/data is up to you. One way might be to write a script that runs on build (or in development even), and creates a list of all the post slugs and tags they contain. Then you could use that list data for the search functionality you want to add. You can see how the front matter is pulled in from each post in the lib/api.js file, using gray-matter.

Other options might be to read from the disk, or to store the post slug and tags in state, however those would both be less performant than generating a list of post slugs and tags on build, as that would be a much smaller data set that you could automatically hard code on each build with the script.

How do you feel about getting something like that set up? Let me know if you have questions or get stuck.

from nextjs-blog-starter.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.