{"version":"https://jsonfeed.org/version/1.1","title":"Blog name","home_page_url":"http://localhost/","feed_url":"http://localhost/feed.json","description":"General description of the blog","language":"en","items":[{"id":"http://localhost/posts/instructions/","url":"http://localhost/posts/instructions/","title":"How to install this theme","language":"en","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","tags":["Instructions"],"date_published":"2022-06-12T00:00:00.000Z"}]}