phenomic
phenomic copied to clipboard
DEPRECATED. Please use Next.js instead.

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...
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`....
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...
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',...
https://phenomic.io/showcase/ should be redirected to https://phenomic.io/en/showcase/?
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...
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...