{"version":"https://jsonfeed.org/version/1","title":"Blog name","home_page_url":"http://localhost/","feed_url":"http://localhost/feed.json","description":"General description of the blog","items":[{"id":"http://localhost/posts/instructions/","url":"http://localhost/posts/instructions/","title":"How to install this theme","content_html":"<p><strong>Simple blog</strong> is a clean and minimal blog theme for Lume, with support for\ntags and authors. It allows you to build your own blog <strong>in seconds</strong>, and\nprovides Atom and JSON feeds for your subscribers.</p>\n<!--more-->\n<p>The <strong>fastest and easiest</strong> way to configure this theme is the\n<a href=\"https://deno.land/x/lume_init\">Lume init command</a>, which you can also copy\neasily from the <a href=\"https://lume.land/theme/simple-blog/\">Simple Blog theme page</a>.\nRunning:</p>\n<pre><code class=\"language-bash\">deno run -A https://lume.land/init.ts --theme=simple-blog\n</code></pre>\n<p>will create a new project with Simple Blog configured. Edit the <code>_data.yml</code> file\nin your blog root folder with your data to customize the site title,\ndescription, and metadata.</p>\n<p>Posts must be saved in the <code>posts</code> folder. For example,\n<code>posts/my-first-posts.md</code>.</p>\n<h2 id=\"install-as-a-remote-theme\" tabindex=\"-1\"><a href=\"http://localhost/posts/instructions/#install-as-a-remote-theme\" class=\"header-anchor\">Install as a remote theme</a></h2>\n<p>To add the theme to an existing Lume project, import it in your <code>_config.ts</code>\nfile as a remote module. Update it by changing the version number in the import\nURL:</p>\n<pre><code class=\"language-ts\">import lume from &quot;lume/mod.ts&quot;;\nimport blog from &quot;https://deno.land/x/lume_theme_simple_blog@v0.15.6/mod.ts&quot;;\n\nconst site = lume();\n\nsite.use(blog());\n\nexport default site;\n</code></pre>\n<p>Copy the\n<a href=\"https://github.com/lumeland/theme-simple-blog/blob/main/src/_data.yml\"><code>_data.yml</code></a>\nfile to your blog root folder and edit it with your data.</p>\n<h2 id=\"customization\" tabindex=\"-1\"><a href=\"http://localhost/posts/instructions/#customization\" class=\"header-anchor\">Customization</a></h2>\n<div class=\"markdown-alert markdown-alert-tip\">\n<p class=\"markdown-alert-title\">Tip</p>\n<p>You can use <a href=\"https://lume.land/cms\">lumeCMS</a> to customize the blog and add\ncontent easily</p>\n</div>\n","date_published":"Sun, 12 Jun 2022 00:00:00 GMT"},{"id":"http://localhost/posts/firstpost/","url":"http://localhost/posts/firstpost/","title":"This is a post with mastodon comments","content_html":"<p>Leverage agile frameworks to provide a robust synopsis for high level overviews.\nIterative approaches to corporate strategy foster collaborative thinking to\nfurther the overall value proposition. Organically grow the holistic world view\nof disruptive innovation via workplace diversity and empowerment.</p>\n<!--more-->\n<pre><code class=\"language-js\">// this is a command\nfunction myCommand() {\n  let counter = 0;\n\n  counter++;\n}\n\n// Test with a line break above this line.\nconsole.log(&quot;Test&quot;);\n</code></pre>\n<p>Bring to the table win-win survival strategies to ensure proactive domination.\nAt the end of the day, going forward, a new normal that has evolved from\ngeneration X is on the runway heading towards a streamlined cloud solution. User\ngenerated content in real-time will have multiple touchpoints for offshoring.</p>\n<h2 id=\"section-header\" tabindex=\"-1\"><a href=\"http://localhost/posts/firstpost/#section-header\" class=\"header-anchor\">Section Header</a></h2>\n<p>Capitalize on low hanging fruit to identify a ballpark value added activity to\nbeta test. Override the digital divide with additional clickthroughs from\nDevOps. Nanotechnology immersion along the information highway will close the\nloop on focusing solely on the bottom line.</p>\n<p>Here is a footnote reference,<sup><a class=\"footnote-ref\" href=\"http://localhost/posts/firstpost/#fn-1\" id=\"fnref-1\">1</a></sup> and <sup><a class=\"footnote-ref\" href=\"http://localhost/posts/firstpost/#fn-2\" id=\"fnref-2\">2</a></sup>another. And this<sup><a class=\"footnote-ref\" href=\"http://localhost/posts/firstpost/#fn-3\" id=\"fnref-3\">3</a></sup> is a long note.</p>\n","date_published":"Thu, 23 Aug 2018 00:00:00 GMT"}]}