Giter Club home page Giter Club logo

Comments (6)

thiagodemellobueno avatar thiagodemellobueno commented on June 19, 2024

@surajdalvi you may want to look at metalsmith-json

from collections.

woodyrew avatar woodyrew commented on June 19, 2024

@surajdalvi Do you want the json as metadata of a collection or to have collections based on the json?

An example of the json and what you're expecting might be useful.

from collections.

virajsoni06 avatar virajsoni06 commented on June 19, 2024

Hey @woodyrew, I'm facing a similar problem. What I'm trying to do is have a collection based on the json data

I'm fairly new to Metalsmith and I'm not sure where to begin with

I have the following code in my plugins for generating files from json

"plugins": {
"metalsmith-markdown": {
"smartypants": true,
"smartLists": true,
"gfm": true,
"tables": true
},
"metalsmith-permalinks": {},
"metalsmith-json-to-files": {
"source_path": "./json/"
},
"metalsmith-collections": {
"jsonTest": {}
},
"metalsmith-layouts": {
"engine": 'handlebars',
"directory": './templates',
"partials": './templates/partials',
"default": 'index.hbs'
}
}

And my markdown file has the following YAML matter

title: Albums
layout: portfolio.hbs
json_files:
source_file: jsonTest
filename_pattern: portfolio/:data.slug
as_permalink: true
layout: single.hbs
title: data.slug
pageTitle: data.slug
pageTitle2: data.title.rendered
collection: jsonTest

The problem here is, I have a header.hbs partial in which I want to render the title for the single pages as well. But when I run metalsmith, it is not adding any title in the generated file

Thanks.

from collections.

woodyrew avatar woodyrew commented on June 19, 2024

@virajsoni06 Do you have a repository I could look at?

from collections.

virajsoni06 avatar virajsoni06 commented on June 19, 2024

@woodyrew Sorry for the late response, but I figured it out. I added json as metadata into collections

"metalsmith-collections": {
    "posts": {
        "metadata": "./json/blog.json",
        "sortBy":  "date"
    },
},

from collections.

woodyrew avatar woodyrew commented on June 19, 2024

@lambtron This issue can be closed. (Sorry if you're not the correct person to reference). Could the repo be moved to the metalsmith org?

from collections.

Related Issues (20)

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.