[{"_path":"/blog/demo1","_draft":false,"_partial":false,"_empty":false,"title":"This is the title of a blog post!","description":"This is the text of the blog post.\nProgrammers use a lot of symbols, often encoded with several characters. For the human brain, sequences like ->, <= or := are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one.\nIdeally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet.","excerpt":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"This is the text of the blog post.\nProgrammers use a lot of symbols, often encoded with several characters. For the human brain, sequences like ->, <= or := are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one.\nIdeally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet."}]},{"type":"element","tag":"p","props":{},"children":[{"type":"element","tag":"img","props":{"alt":"imagen","src":"https://cdn.dribbble.com/users/125948/screenshots/15215330/media/26988ae71f1e55b1c7b9303dd7f19896.jpg?compress=1&resize=1600x1200"},"children":[]}]},{"type":"element","tag":"code","props":{"code":"// tailwind.css.js\nmodule.exports = {\n purge: [],\n theme: {\n extend: {},\n },\n variants: {},\n plugins: [],\n}\n","language":"js"},"children":[{"type":"element","tag":"pre","props":{},"children":[{"type":"element","tag":"code","props":{"__ignoreMap":""},"children":[{"type":"text","value":"// tailwind.css.js\nmodule.exports = {\n purge: [],\n theme: {\n extend: {},\n },\n variants: {},\n plugins: [],\n}\n"}]}]}]}]},"date":"mar 2~oct 2021","body":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"This is the text of the blog post.\nProgrammers use a lot of symbols, often encoded with several characters. For the human brain, sequences like ->, <= or := are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one.\nIdeally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet."}]},{"type":"element","tag":"p","props":{},"children":[{"type":"element","tag":"img","props":{"alt":"imagen","src":"https://cdn.dribbble.com/users/125948/screenshots/15215330/media/26988ae71f1e55b1c7b9303dd7f19896.jpg?compress=1&resize=1600x1200"},"children":[]}]},{"type":"element","tag":"code","props":{"code":"// tailwind.css.js\nmodule.exports = {\n purge: [],\n theme: {\n extend: {},\n },\n variants: {},\n plugins: [],\n}\n","language":"js"},"children":[{"type":"element","tag":"pre","props":{},"children":[{"type":"element","tag":"code","props":{"__ignoreMap":""},"children":[{"type":"text","value":"// tailwind.css.js\nmodule.exports = {\n purge: [],\n theme: {\n extend: {},\n },\n variants: {},\n plugins: [],\n}\n"}]}]}]}],"toc":{"title":"","searchDepth":2,"depth":2,"links":[]}},"_type":"markdown","_id":"content:blog:demo1.md","_source":"content","_file":"blog/demo1.md","_extension":"md"},{"_path":"/blog/demo2","_draft":false,"_partial":false,"_empty":false,"title":"Another blog post","description":"Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or //, ligatures allow us to correct spacing.","excerpt":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or //, ligatures allow us to correct spacing."}]}]},"date":"mie 2~oct 2021","body":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like .. or //, ligatures allow us to correct spacing."}]}],"toc":{"title":"","searchDepth":2,"depth":2,"links":[]}},"_type":"markdown","_id":"content:blog:demo2.md","_source":"content","_file":"blog/demo2.md","_extension":"md"},{"_path":"/blog/demo3","_draft":false,"_partial":false,"_empty":false,"title":"Getting started","description":"Empower your NuxtJS application with @nuxtjs/content module: write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS.","excerpt":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Empower your NuxtJS application with "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"@nuxtjs/content"}]},{"type":"text","value":" module: write in a "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"content/"}]},{"type":"text","value":" directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a "},{"type":"element","tag":"strong","props":{},"children":[{"type":"text","value":"Git-based Headless CMS"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"writing-content"},"children":[{"type":"text","value":"Writing content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to write your "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"content/"}]},{"type":"text","value":", supporting Markdown, YAML, CSV and JSON: "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/writing","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/writing"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"fetching-content"},"children":[{"type":"text","value":"Fetching content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to fetch your content with "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"$content"}]},{"type":"text","value":": "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/fetching","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/fetching"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"displaying-content"},"children":[{"type":"text","value":"Displaying content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to display your Markdown content with the "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":""}]},{"type":"text","value":" component directly in your template: "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/displaying","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/displaying"}]},{"type":"text","value":"."}]}]},"date":"jue 2~oct 2021","body":{"type":"root","children":[{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Empower your NuxtJS application with "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"@nuxtjs/content"}]},{"type":"text","value":" module: write in a "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"content/"}]},{"type":"text","value":" directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a "},{"type":"element","tag":"strong","props":{},"children":[{"type":"text","value":"Git-based Headless CMS"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"writing-content"},"children":[{"type":"text","value":"Writing content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to write your "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"content/"}]},{"type":"text","value":", supporting Markdown, YAML, CSV and JSON: "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/writing","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/writing"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"fetching-content"},"children":[{"type":"text","value":"Fetching content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to fetch your content with "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":"$content"}]},{"type":"text","value":": "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/fetching","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/fetching"}]},{"type":"text","value":"."}]},{"type":"element","tag":"h2","props":{"id":"displaying-content"},"children":[{"type":"text","value":"Displaying content"}]},{"type":"element","tag":"p","props":{},"children":[{"type":"text","value":"Learn how to display your Markdown content with the "},{"type":"element","tag":"code-inline","props":{},"children":[{"type":"text","value":""}]},{"type":"text","value":" component directly in your template: "},{"type":"element","tag":"a","props":{"href":"https://content.nuxtjs.org/displaying","rel":["nofollow","noopener","noreferrer"],"target":"_blank"},"children":[{"type":"text","value":"https://content.nuxtjs.org/displaying"}]},{"type":"text","value":"."}]}],"toc":{"title":"","searchDepth":2,"depth":2,"links":[{"id":"writing-content","depth":2,"text":"Writing content"},{"id":"fetching-content","depth":2,"text":"Fetching content"},{"id":"displaying-content","depth":2,"text":"Displaying content"}]}},"_type":"markdown","_id":"content:blog:demo3.md","_source":"content","_file":"blog/demo3.md","_extension":"md"}]