phenomic icon indicating copy to clipboard operation
phenomic copied to clipboard

DEPRECATED. Please use Next.js instead.

Results 16 phenomic issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8517618/83947372-e12a7d00-a7ec-11ea-8027-fd122d5214d4.png)

Thanks again for this library. I use it for a public facing project I have. For this reason I am invested in the project at least for the reasonml side...

Hi I am playing with the tutorial, the generated paths for the static version `npm run build` have incorrectly escaped slash `%2F` ``` http://localhost:3000/phenomic/content%2Fposts/by-default/1/desc/date/limit-2/after-MDItc2Vjb25kLXBvc3Q%3D.json ``` It works if I manually...

bug
needs investigation

If I may revive the topic introduced in #881. As of the v1.0.0 release, I do not see a mechanism to return the complete body associated with a content node....

https://github.com/phenomic/phenomic/blob/master/packages/preset-react-app/docs/getting-started/5.md When we tell people to add this section to their component after the list, it creates two nodes that are not contained. It is a `ul` and a `div`....

docs
enhancement

Hi, In phenomic 0.X it was possible to generate custom urls from markdown front-matter. In phenomic 1.X, it is not possible. The generated url depend of the folders arborescence. For...

feature request

My permalinks don't match the routes I've defined (the rest works fine, only the RSS feed is affected). ### phenomic.config.js ```jsx module.exports = { content: { pages: { root: 'content',...

bug

https://phenomic.io/showcase/ should be redirected to https://phenomic.io/en/showcase/?

enhancement

I have a named parameter in a route like this one ```js ``` It works flawlessly on dev mode build static build can't resolve it. This is what the folder...

enhancement

After copying text from Illustrator directly into a markdown blog post example, the content wasn't parsed correctly anymore (it didn't show up in `posts.node.list` anymore) but there was no error...

bug
needs investigation