<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Orchid</title>
    <description>The latest articles on DEV Community by Orchid (@orchidhq).</description>
    <link>https://dev.to/orchidhq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1619%2F7fe961e2-4e78-4bd2-9fba-30fcc7c06eba.png</url>
      <title>DEV Community: Orchid</title>
      <link>https://dev.to/orchidhq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/orchidhq"/>
    <language>en</language>
    <item>
      <title>0.21.0 Released</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Mon, 01 Jun 2020 18:47:50 +0000</pubDate>
      <link>https://dev.to/orchidhq/0-21-0-released-2cb6</link>
      <guid>https://dev.to/orchidhq/0-21-0-released-2cb6</guid>
      <description>&lt;p&gt;Being stuck at home may not be the most exciting, but it has given me lots of time to fix bugs and make Orchid better
for you! This latest release, 0.21.0, includes many bug fixes identified (and sometimes fixed!) by the community, and
also boasts some significant internal changes which improve Orchid's overall performance and prepare a major portion of
its functionality to be pulled into a standalone library (which you'll absolutely want to check out when it's released).&lt;/p&gt;

&lt;p&gt;This is the official Orchid newsletter, the newest and best documentation site generator. There is a growing need to
keep the community up-to-date on all the happenings around Orchid, and here I will share Orchid's progress, milestones,
and future plans! Follow along with this series to stay on top of Orchid's newest features, track adoption on Github,
and see who's using Orchid!&lt;/p&gt;

&lt;h2 id="on-github"&gt;
On Github&lt;/h2&gt;

&lt;p&gt;The Orchid community is growing larger all the time, and the repo is now at 367 stars!&lt;/p&gt;

&lt;p&gt;Orchid also received contributions from &lt;a href="https://github.com/vmj"&gt;Mikko Värri&lt;/a&gt; for improvements to sitemaps, and
&lt;a href="https://github.com/JavierSegoviaCordoba"&gt;Javier Segovia Córdoba&lt;/a&gt; with documentation fixes.&lt;/p&gt;

&lt;p&gt;And thank you to everyone else who has been giving Orchid a try, reaching out with questions and feedback, and generally
supporting this growing community!&lt;/p&gt;

&lt;h2 id="whats-new"&gt;
What's New?&lt;/h2&gt;

&lt;p&gt;Full release notes and a migration guide are available &lt;a href="/changelog"&gt;here&lt;/a&gt;. Here's a summary of what to
expect in 0.21.0:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Experimental sourcedocs are now enabled by default and do not need a CLI flag to use.&lt;/li&gt;
&lt;li&gt;Sourcedocs modules can now cross-link between each other for multi-module projects, or those with multiple interlinked
sourcesets (like Kotlin MPP).&lt;/li&gt;
&lt;li&gt;Collections have become the base unit of organizing groups of pages in Orchid, and there is now a &lt;code&gt;collectionPages&lt;/code&gt;
menu item to display pages from a collection from any plugin.&lt;/li&gt;
&lt;li&gt;Asset management is greatly improved, and support for downloading and inlining CSS and JS assets is now available from
&lt;code&gt;config.yml&lt;/code&gt; as well as from plugin code.&lt;/li&gt;
&lt;li&gt;Diagnostic output across the board is generally improved. Pebble templates are now more descriptive about errors with
better line-number tracking (to aid in resolving specific Pebble template issues), and &lt;code&gt;OrchidTest&lt;/code&gt; now only shows
HTML selectors from the test instead of the entire rendered page.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id="in-progress"&gt;
In Progress&lt;/h1&gt;

&lt;p&gt;Continued work is underway to support relative URLs (for viewing an Orchid site without needing a local fileserver). In
addition, Orchid's resource/file management is a core subsystem that would do well to be a separate library, and work is
in progress to move it out of Orchid and into Arcana, it's own library. This library will be Kotlin
multiplatform-enabled, bringing Orchid's simple and flexible file-management APIs to Android, iOS, JS, and of course,
pure JVM.&lt;/p&gt;




&lt;p&gt;Are you interested in getting started with Orchid? There simply is no better way to manage all the documentation for
your project, and I'd love to help you get set up!&lt;/p&gt;

&lt;p&gt;If you have an open-source project that needs docs, are building a new portfolio, or are building any other kind of
static site, I want to work with you to get you set up with Orchid! Comment on this post, send me a PM here on Dev.to,
reach out on &lt;a href="https://gitter.im/JavaEden/Orchid"&gt;Gitter&lt;/a&gt;, or &lt;a href="https://www.caseyjbrooks.com/contact/"&gt;contact me here&lt;/a&gt;
and I will be with you every step of the way.&lt;/p&gt;

&lt;p&gt;And as always, let me know if you start using Orchid so I can feature you in the next update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>jamstack</category>
      <category>webdev</category>
    </item>
    <item>
      <title>New Snippets plugin, 0.20.0 Released</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Mon, 30 Mar 2020 17:33:59 +0000</pubDate>
      <link>https://dev.to/orchidhq/new-snippets-plugin-0-20-0-released-1m32</link>
      <guid>https://dev.to/orchidhq/new-snippets-plugin-0-20-0-released-1m32</guid>
      <description>&lt;p&gt;The next major version of Orchid, 0.20.0, is now available! It includes the first introduction of the long-awaited
&lt;a href="/plugins/orchidsnippets"&gt;Snippets&lt;/a&gt; plugin, as well as a number of smaller quality-of-life improvements throughout.
Check out the full release notes &lt;a href="/changelog"&gt;here&lt;/a&gt;, and stick around for a general update of the
development and community around Orchid!&lt;/p&gt;

&lt;p&gt;This is the official Orchid newsletter, the newest and best documentation site generator. There is a growing need to
keep the community up-to-date on all the happenings around Orchid, and here I will share Orchid's progress, milestones,
and future plans! Follow along with this series to stay on top of Orchid's newest features, track adoption on Github,
and see who's using Orchid!&lt;/p&gt;

&lt;h2 id="on-github"&gt;
On Github&lt;/h2&gt;

&lt;p&gt;Orchid is now at 343 stars on Github, and since the last newsletter has received a PR from
&lt;a href="https://github.com/BrunoVernay"&gt;Bruno Vernay&lt;/a&gt; with some improvements to the formatting of blog post filenames.&lt;/p&gt;

&lt;p&gt;I also want to give a special thanks to everyone who provided feedback and suggestions for the new Snippets plugin! Both
on the proposal issue and on Gitter, your suggestions are what decided the features to include in this first release,
and it's my hope that it will provide exactly the solution you're looking for!&lt;/p&gt;

&lt;p&gt;And thank you to everyone else who has been giving Orchid a try, reaching out with questions and feedback, and generally
supporting this growing community!&lt;/p&gt;

&lt;h2 id="whats-new"&gt;
What's New?&lt;/h2&gt;

&lt;p&gt;This latest release is a continuation of the "quality-of-life" improvements that have been suggested by the you and are
making Orchid better and easier to use. Some of these changes required breaking the internal API (thus the major version
bump to 0.20.0), but this version does not include any deprecations or breaking changes to the public, end-user
features. Below are the new features available in 0.19.0:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New Snippets plugin allows you to lookup and embed snippets from code, files, and even external webpages!&lt;/li&gt;
&lt;li&gt;The Admin Panel layout got a minor makeover to make it easier to use and more flexible.&lt;/li&gt;
&lt;li&gt;Forms and snippets located during the site build are care listed and can be previewed in the admin panel.&lt;/li&gt;
&lt;li&gt;Allows Forms to be embedded with a new &lt;code&gt;form&lt;/code&gt; tag, instead of only as Components as before.&lt;/li&gt;
&lt;li&gt;Replaces default accordion markup with details/summary HTML5 tag for best usage in all themes&lt;/li&gt;
&lt;li&gt;Tabbed TemplateTags can now be rendered dynamically! You can now use loops and conditionals to add individual tabs to
the body of tabbed tags, instead of having to have them be statically-determined.&lt;/li&gt;
&lt;li&gt;Both the base URL and your theme can now be set in &lt;code&gt;config.yml&lt;/code&gt;, instead of needing to be set in your Gradle or Maven
build scripts.&lt;/li&gt;
&lt;li&gt;Improvements to base URL management now allow plugins to provide "helpers" for determining the base URL, such as
OrchidNetlify detecting when Orchid is running on Netlify's CI platform and using its build environment variables
to find the base URL.&lt;/li&gt;
&lt;li&gt;OrchidPosts now relaxes slightly the strict filename requirements for post files.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full release notes and a migration guide are available &lt;a href="/changelog"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h1 id="in-progress"&gt;
In Progress&lt;/h1&gt;

&lt;p&gt;The changes allowing base URLs to be set from &lt;code&gt;config.yml&lt;/code&gt;, instead of being a flag from the CLI or build plugins,
brings us closer to having &lt;em&gt;relative&lt;/em&gt; urls for generated links instead &lt;em&gt;absolute&lt;/em&gt; as they are now. Relative URLs don't
include a base URL, but instead provide a path from the current page to the linked one, and will make it possible to
view an Orchid site directly in the filesystem instead of needing to start an HTTP server to view it.&lt;/p&gt;

&lt;p&gt;There is still work to be done on this, but it's now considered a mid- to short-term goal for Orchid instead of a
long-term one, and it will be a &lt;em&gt;huge&lt;/em&gt; win for those of you using Orchid for documentation. Thank you to everyone who
has been asking for this, I hope to be able to provide this feature for you soon!&lt;/p&gt;




&lt;p&gt;Are you interested in getting started with Orchid? There simply is no better way to manage all the documentation for
your project, and I'd love to help you get set up!&lt;/p&gt;

&lt;p&gt;If you have an open-source project that needs docs, are building a new portfolio, or are building any other kind of
static site, I want to work with you to get you set up with Orchid! Comment on this post, send me a PM here on Dev.to,
reach out on &lt;a href="https://gitter.im/JavaEden/Orchid"&gt;Gitter&lt;/a&gt;, or &lt;a href="https://www.caseyjbrooks.com/contact/"&gt;contact me here&lt;/a&gt;
and I will be with you every step of the way.&lt;/p&gt;

&lt;p&gt;And as always, let me know if you start using Orchid so I can feature you in the next update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>jamstack</category>
      <category>webdev</category>
    </item>
    <item>
      <title>0.19.0 Released</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Sun, 23 Feb 2020 23:37:10 +0000</pubDate>
      <link>https://dev.to/orchidhq/0-19-0-released-1c00</link>
      <guid>https://dev.to/orchidhq/0-19-0-released-1c00</guid>
      <description>&lt;p&gt;The next major version of Orchid, 0.19.0, is now available! Check out the full release notes
&lt;a href="https://orchid.run/changelog"&gt;here&lt;/a&gt;, and stick around for a general update of the development and community around Orchid!&lt;/p&gt;

&lt;p&gt;This is the official Orchid newsletter, the newest and best documentation site generator. There is a growing need to
keep the community up-to-date on all the happenings around Orchid, and here I will share Orchid's progress, milestones,
and future plans! Follow along with this series to stay on top of Orchid's newest features, track adoption on Github,
and see who's using Orchid!&lt;/p&gt;

&lt;h2 id="on-github"&gt;
On Github&lt;/h2&gt;

&lt;p&gt;Orchid is now at 329 stars on Github, and since the last newsletter has received a PR from
&lt;a href="https://github.com/tomb50"&gt;tomb50&lt;/a&gt; to improve Orchid's Asciidoctor integration. And thank you to everyone else who has
been giving Orchid a try, reaching out with questions and feedback, and generally supporting this growing community!&lt;/p&gt;

&lt;h2 id="whats-new"&gt;
What's New?&lt;/h2&gt;

&lt;p&gt;Since the release of 0.18.0, I've been able to work on many smaller "quality-of-life" improvements to Orchid that have
been suggested by the community. Some of these changes required breaking the internal API (thus the major version bump
to 0.19.0), but the last few releases have mainly just been smaller new features and improvements to existing plugins.
Below are the new features available in 0.19.0:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improve Asciidoc formatting. Specifically, other files relative to the source file can now be included.&lt;/li&gt;
&lt;li&gt;Automatically add &lt;code&gt;CNAME&lt;/code&gt; files to GithubPages deploys, if not already present in the deployed site. The CNAME value
will be inferred from the base URL of the site during the deploy.&lt;/li&gt;
&lt;li&gt;Adds &lt;code&gt;feedLinks&lt;/code&gt; metaComponent to Posts plugin, which adds &lt;code&gt;&amp;lt;link rel='alternate'&amp;gt;&lt;/code&gt; tags to page heads, pointing to
the generated feed pages.&lt;/li&gt;
&lt;li&gt;Images uploaded and referenced from GitLab wikis are now copied over automatically with the rest of the site&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full release notes and a migration guide are available &lt;a href="https://orchid.run/changelog"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h1 id="in-progress"&gt;
In Progress&lt;/h1&gt;

&lt;p&gt;Most work over the past month has been refactoring needed to support a better Asciidoctor experience, and generally
clean up some of the older parts of the Orchid codebase. This is work that will eventually be extracted to a separate
library, so be on the look-out for that!&lt;/p&gt;

&lt;p&gt;There is still work to be done with the Asciidoctor integration, but it's getting better all the time, and work on the
Snippets plugin will be picking back up soon, too. I've already had some good feedback and suggestions for this feature
which I will be taking into account as I build it out, so be sure to leave your thoughts on
&lt;a href="https://github.com/orchidhq/Orchid/issues/293"&gt;the appropriate issue&lt;/a&gt;, to make this plugin exactly what you need!&lt;/p&gt;




&lt;p&gt;Are you interested in getting started with Orchid? There simply is no better way to manage all the documentation for
your project, and I'd love to help you get set up!&lt;/p&gt;

&lt;p&gt;If you have an open-source project that needs docs, are building a new portfolio, or are building any other kind of
static site, I want to work with you to get you set up with Orchid! Comment on this post, send me a PM here on Dev.to,
reach out on &lt;a href="https://gitter.im/JavaEden/Orchid"&gt;Gitter&lt;/a&gt;, or &lt;a href="https://www.caseyjbrooks.com/contact/"&gt;contact me here&lt;/a&gt;
and I will be with you every step of the way.&lt;/p&gt;

&lt;p&gt;And as always, let me know if you start using Orchid so I can feature you in the next update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>jamstack</category>
      <category>webdev</category>
    </item>
    <item>
      <title>January 2020 Orchid Newsletter: Gaining Traction</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Thu, 23 Jan 2020 16:08:40 +0000</pubDate>
      <link>https://dev.to/orchidhq/orchid-is-now-on-producthunt-1il3</link>
      <guid>https://dev.to/orchidhq/orchid-is-now-on-producthunt-1il3</guid>
      <description>&lt;p&gt;It's so incredible to see this project grow from a tiny seedling to the maturing sprout it is now. Especially since the
0.18.0 release, I've seen more people try out Orchid and adopt it for their documentation sites, and I'm so incredibly
grateful for each and every download. But this is only the beginning, Orchid still has lots of growing-up to do, so why
don't you come along for the ride and help shape the future of Orchid!&lt;/p&gt;

&lt;p&gt;This is the official Orchid newsletter, the newest and best documentation site generator. There is a growing need to
keep the community up-to-date on all the happenings around Orchid, and here I will share Orchid's progress, milestones,
and future plans! Follow along with this series to stay on top of Orchid's newest features, track adoption on Github,
and see who's using Orchid!&lt;/p&gt;

&lt;h2 id="on-github"&gt;
On Github&lt;/h2&gt;

&lt;p&gt;Orchid has been growing so much since December's 0.18.0 release! Its now at 313 stars and version 0.18.2, with more
downloads, new sites, and issues created than ever before! And it's all thanks to this wonderful community of
individuals believing in a better way to do documentation, so thank you all!&lt;/p&gt;

&lt;p&gt;The holidays were fairly quiet in terms of new releases and contributions, but &lt;a href="https://github.com/tomb50"&gt;Tom Beadman&lt;/a&gt;
helped immensely with improving the asciidoctor integration. A small PR with huge impact for improving the
quality-of-life for Asciidoctor fans, which now includes support for &lt;code&gt;include::[]&lt;/code&gt; macros!&lt;/p&gt;

&lt;p&gt;I also merged work &lt;a href="https://github.com/DanySK"&gt;Danilo Pianini&lt;/a&gt; had done for improving the YouTube tag to support
aspect-ratios instead of fixed sized.&lt;/p&gt;

&lt;h2 id="whats-new"&gt;
What's New?&lt;/h2&gt;

&lt;p&gt;Now that 0.18.0 is released, I've been able to work on some smaller features I've been wanting to support for a while. I
had to restrain myself from working on them for 0.18.0 to prevent feature-creep, but it's been nice finally getting to
add the following features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;a href="https://orchid.run/plugins/orchidbible"&gt;OrchidBible&lt;/a&gt; plugin has been broken for some time, as the APIs driving it had been decommissioned.
I have removed the previously-broken &lt;code&gt;bible()&lt;/code&gt; function, which pre-rendered Bible verses, and replaced it with a new
&lt;a href="https://faithlife.com/products/reftagger"&gt;Faithlife Reftagger&lt;/a&gt; meta-component, which will automatically create
popups for all Bible verses it finds on the page!&lt;/li&gt;
&lt;li&gt;Support for &lt;a href="https://mermaid-js.github.io/mermaid"&gt;Mermaid JS&lt;/a&gt; markup has been added to the
&lt;a href="https://orchid.run/plugins/orchiddiagrams"&gt;OrchidDiagrams&lt;/a&gt; plugin. As Mermaid is a javascript library, support is added through a meta-component
instead of using pre-rendered markup like PlantUML.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;youtube&lt;/code&gt; template tag in &lt;a href="https://orchid.run/plugins/orchidwritersblocks"&gt;OrchidWritersBlocks&lt;/a&gt; can now display videos of a given aspect-ratio,
making them better-suited for responsive designs.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://orchid.run/plugins/orchidchangelog"&gt;OrchidChangelog&lt;/a&gt; now supports single-file changelogs, such as the
&lt;a href="https://keepachangelog.com/en/1.0.0/"&gt;Keep A Changelog format&lt;/a&gt; format.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id="in-progress"&gt;
In Progress&lt;/h1&gt;

&lt;p&gt;Supporting include macros for Asciidoctor was a huge step forward, but there's still work to be done to improve that
integration, and you can expect more Asciidoctor improvements in the coming weeks, with &lt;code&gt;image::[]&lt;/code&gt; being the next
target.&lt;/p&gt;

&lt;p&gt;In addition to a few more quality-of-life improvements planned for the near-future, I've begun work on a new
&lt;code&gt;OrchidSnippets&lt;/code&gt; plugin! More details will come in a future post, but I'd love to get your feedback and suggestions for
its implementation and usage in &lt;a href="https://github.com/orchidhq/Orchid/issues/293"&gt;this issue&lt;/a&gt; on GitHub!&lt;/p&gt;




&lt;p&gt;Are you interested in getting started with Orchid? There simply is no better way to manage all the documentation for
your project, and I'd love to help you get set up!&lt;/p&gt;

&lt;p&gt;If you have an open-source project that needs docs, are building a new portfolio, or are building any other kind of
static site, I want to work with you to get you set up with Orchid! Comment on this post, send me a PM here on Dev.to,
reach out on &lt;a href="https://gitter.im/JavaEden/Orchid"&gt;Gitter&lt;/a&gt;, or &lt;a href="https://www.caseyjbrooks.com/contact/"&gt;contact me here&lt;/a&gt;
and I will be with you every step of the way.&lt;/p&gt;

&lt;p&gt;And as always, let me know if you start using Orchid so I can feature you in the next update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>jamstack</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Make a Personal Blog with Orchid</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Thu, 12 Dec 2019 16:53:26 +0000</pubDate>
      <link>https://dev.to/orchidhq/make-a-personal-blog-with-orchid-24ji</link>
      <guid>https://dev.to/orchidhq/make-a-personal-blog-with-orchid-24ji</guid>
      <description>&lt;p&gt;&lt;a href="https://orchid.run"&gt;Orchid&lt;/a&gt; was created to create amazing project documentation sites, but it is by no means limited to documentation. Orchid is equally good at producing blogs for your portfolio site, or even for adding a newsletter to your docs to further&lt;br&gt;
engage with your users!&lt;/p&gt;

&lt;p&gt;This tutorial will walk you through how to create a blog, complete with archives for all your posts, and get it deployed
to Netlify. If you want to jump right into a working project, you can find everything described here in the OrchidTutorials example project.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/orchidhq"&gt;
        orchidhq
      &lt;/a&gt; / &lt;a href="https://github.com/orchidhq/OrchidTutorials"&gt;
        OrchidTutorials
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A collection of tutorial projects to help you learn how to use Orchid
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Orchid Tutorials&lt;/h1&gt;
&lt;p&gt;This repo contains the projects used in the official Orchid tutorials. Each project top-level directory here is its own
project, and can be run by navigating into that project and running the appropriate commands as described in the Orchid
tutorials.&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/orchidhq/OrchidTutorials"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;Alternatively, you can simply click the "Deploy to Netlify" button below to automatically clone, build, and deploy the
OrchidStarter repo to the Netlify CDN. Most of what is in this tutorial is also included in that site, so you can
follow along with this tutorial using the &lt;a href="https://github.com/JavaEden/OrchidStarter"&gt;starter repo&lt;/a&gt; as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://app.netlify.com/start/deploy?repository=https://github.com/orchidhq/OrchidStarter"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Gq_bfuxi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This tutorial was originally posted on &lt;a href="https://orchid.run"&gt;https://orchid.run&lt;/a&gt;. Visit the &lt;a href="https://orchid.run/wiki/learn/tutorials/how-to-blog"&gt;original tutorial&lt;/a&gt; for the most up-to-date version.&lt;/em&gt;&lt;/p&gt;

&lt;h2 id="getting-started"&gt;
Getting Started&lt;/h2&gt;

&lt;p&gt;We'll be using Gradle for this project, and Orchid runs as a Gradle plugin. So let's get our &lt;code&gt;settings.gradle&lt;/code&gt; and we'll
also set up the &lt;code&gt;build.gradle&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token comment"&gt;// settings.gradle&lt;/span&gt;
rootProject&lt;span class="token operator"&gt;.&lt;/span&gt;name &lt;span class="token operator"&gt;=&lt;/span&gt; &lt;span class="token string"&gt;'My Awesome Blog'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token comment"&gt;// build.gradle&lt;/span&gt;
&lt;span class="token comment"&gt;// 1. Apply Orchid plugin&lt;/span&gt;
plugins &lt;span class="token punctuation"&gt;{&lt;/span&gt;
    id &lt;span class="token string gstring"&gt;"com.eden.orchidPlugin"&lt;/span&gt; version &lt;span class="token string gstring"&gt;"0.18.0"&lt;/span&gt;
&lt;span class="token punctuation"&gt;}&lt;/span&gt;

&lt;span class="token comment"&gt;// 2. Include Orchid dependencies&lt;/span&gt;
dependencies &lt;span class="token punctuation"&gt;{&lt;/span&gt;
    orchidCompile &lt;span class="token string gstring"&gt;"io.github.javaeden.orchid:OrchidBlog:0.18.0"&lt;/span&gt;
    orchidCompile &lt;span class="token string gstring"&gt;"io.github.javaeden.orchid:OrchidFutureImperfect:0.18.0"&lt;/span&gt;
    orchidCompile &lt;span class="token string gstring"&gt;"io.github.javaeden.orchid:OrchidSearch:0.18.0"&lt;/span&gt;
    orchidCompile &lt;span class="token string gstring"&gt;"io.github.javaeden.orchid:OrchidPluginDocs:0.18.0"&lt;/span&gt;
&lt;span class="token punctuation"&gt;}&lt;/span&gt;

&lt;span class="token comment"&gt;// 3. Get dependencies from JCenter&lt;/span&gt;
repositories &lt;span class="token punctuation"&gt;{&lt;/span&gt;
    &lt;span class="token function"&gt;jcenter&lt;/span&gt;&lt;span class="token punctuation"&gt;(&lt;/span&gt;&lt;span class="token punctuation"&gt;)&lt;/span&gt;
&lt;span class="token punctuation"&gt;}&lt;/span&gt;

&lt;span class="token comment"&gt;// 4. Use the 'FutureImperfect' theme, and set the URL it will have on Github Pages&lt;/span&gt;
orchid &lt;span class="token punctuation"&gt;{&lt;/span&gt;
    theme &lt;span class="token operator"&gt;=&lt;/span&gt; &lt;span class="token string gstring"&gt;"FutureImperfect"&lt;/span&gt;
    baseUrl &lt;span class="token operator"&gt;=&lt;/span&gt; &lt;span class="token string gstring"&gt;"https://project.netlify.com"&lt;/span&gt;
    version &lt;span class="token operator"&gt;=&lt;/span&gt; &lt;span class="token string gstring"&gt;"1.0.0"&lt;/span&gt;
&lt;span class="token punctuation"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This is all that's required to run your Orchid site! There are still a few things we need to do to set up the blog, but
you can run Orchid right now with &lt;code&gt;./gradlew orchidServe&lt;/code&gt; and view the site on http://localhost:8080. It should give you
an output like the following:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;./gradlew :docs:orchidServe

&amp;gt; Task :docs:orchidServe
Using the following modules: 
--------------------
 * com.eden.orchid.StandardModule

Auto-loaded modules: 
--------------------
 * com.eden.orchid.editorial.EditorialModule
 * com.eden.orchid.impl.compilers.markdown.FlexmarkModule
 * com.eden.orchid.impl.compilers.pebble.PebbleModule
 * com.eden.orchid.kotlindoc.KotlindocModule
 * com.eden.orchid.pages.PagesModule
 * com.eden.orchid.search.SearchModule
 * com.eden.orchid.wiki.WikiModule

Flag values: 
-------------------------
-adminTheme: Default
-baseUrl: https://project.netlify.com
-defaultTemplateExtension: peb
-dest: ...
-dryDeploy: false
-environment: debug
-logLevel: VERBOSE
-port: 8080
-src: ...
-task: serve
-theme: Editorial
-version: 1.0.0

[INFO] Orchid: Running Orchid version 0.16.0, site version unspecified in debug environment
[INFO] OrchidWebserver: Webserver Running at http://localhost:8080
[INFO] OrchidWebsocket: Websocket running at http://localhost:8081/
[INFO] TaskServiceImpl: Build Starting...
[INFO] GeneratorServiceImpl: Indexing [10000: assets]
[INFO] GeneratorServiceImpl: Indexing [1000: home]
[INFO] GeneratorServiceImpl: Indexing [1000: kotlindoc]
[INFO] GeneratorServiceImpl: Indexing [1000: pages]
[INFO] GeneratorServiceImpl: Indexing [1000: wiki]
[INFO] GeneratorServiceImpl: Indexing [11: sitemap]
[INFO] GeneratorServiceImpl: Indexing [10: indices]
[INFO] GeneratorServiceImpl: Generating [10000: assets]
[INFO] GeneratorServiceImpl: Generating [1000: home]
[INFO] GeneratorServiceImpl: Generating [1000: kotlindoc]
[INFO] GeneratorServiceImpl: Generating [1000: pages]
[INFO] GeneratorServiceImpl: Generating [1000: wiki]
[INFO] GeneratorServiceImpl: Generating [11: sitemap]
[INFO] GeneratorServiceImpl: Generating [10: indices]

Build Metrics:
┌───────┬────────────┬───────────────┬─────────────────┬───────────────────────────┬─────────────────────────────┐
│       │ Page Count │ Indexing Time │ Generation Time │ Mean Page Generation Time │ Median Page Generation Time │
├───────┼────────────┼───────────────┼─────────────────┼───────────────────────────┼─────────────────────────────┤
│  home │     1      │     54ms      │      481ms      │           472ms           │            472ms            │
├───────┼────────────┼───────────────┼─────────────────┼───────────────────────────┼─────────────────────────────┤
│ TOTAL │          1 │      3s 496ms │           520ms │                     472ms │                       472ms │
└───────┴────────────┴───────────────┴─────────────────┴───────────────────────────┴─────────────────────────────┘

Build Complete
Generated 1 page in 4s 18ms


Webserver Running at http://localhost:8080
Hit [CTRL-C] to stop the server and quit Orchid
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You will also see the basic site served on localhost:8080, which looks like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zPNtqv0M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-01.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zPNtqv0M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-01.png" alt="empty Orchid site"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But let's move on to the next step: adding content to the site!&lt;/p&gt;

&lt;h2 id="adding-content"&gt;
Adding Content&lt;/h2&gt;

&lt;h3 id="homepage"&gt;
Homepage&lt;/h3&gt;

&lt;p&gt;The first thing anyone will see when landing on your site is your Homepage. Orchid creates this page based on a
&lt;code&gt;homepage.md&lt;/code&gt; file in the root of your site's &lt;em&gt;resources&lt;/em&gt;, which are located by default in &lt;code&gt;src/orchid/resources&lt;/code&gt;. Let's
start by creating this file and adding a short description of our project to it.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;// docs/src/orchid/resources/homepage.md
&lt;span class="token title important"&gt;&lt;span&gt;#&lt;/span&gt; My Blog&lt;/span&gt;

This is a short description of this blog.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OQq07yUq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-02.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OQq07yUq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-02.png" alt="Orchid Site with Homepage content"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A common thing to add to your blog homepage is a list of your latest blog posts. But before we add that, we'll need to
write some blog posts first.&lt;/p&gt;

&lt;h3 id="blog-posts"&gt;
Blog Posts&lt;/h3&gt;

&lt;p&gt;Blog posts are Markdown files in your &lt;code&gt;posts/&lt;/code&gt; directory, where each file is a separate blog post. The filename of the
post must be in the format of &lt;code&gt;YYYY-MM-DD-[post-title].md&lt;/code&gt;, with the publication date and the "slug" of the post which
will be its path in its URL.&lt;/p&gt;

&lt;p&gt;So let's add a few posts, such as &lt;code&gt;posts/2019-01-01-post-one.md&lt;/code&gt;, &lt;code&gt;posts/2019-02-01-post-two.md&lt;/code&gt;, and
&lt;code&gt;posts/2019-03-01-post-three.md&lt;/code&gt;. The contents of each file should start with a Front Matter section, where you can
specify the post's title, its tags, and other metadata, and the actual post content after that. Front Matter is a block
of YAML between pairs of triple-dashed lines.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token title important"&gt;# posts/2019-01-01-post-one.md
&lt;span&gt;---&lt;/span&gt;&lt;/span&gt;
title: Example Post 1
featuredImage: assets/media/pic01.jpg
tags:
    &lt;span class="token list punctuation"&gt;-&lt;/span&gt; one
    &lt;span class="token title important"&gt;- two
&lt;span&gt;---&lt;/span&gt;&lt;/span&gt;

Example Post 1
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;You'll now have a blog post at http://localhost:8080/2019/1/1/post-one that looks like the following;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZTmrIoZI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-03.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZTmrIoZI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-03.png" alt="Orchid blog post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now that we have some blog posts set up, we can go back and add the latest posts to our homepage. We can do by adding
a &lt;strong&gt;component&lt;/strong&gt; to the homepage's Front Matter, configured to display the latest posts. Orchid's Components are just a
list of "blocks" which are rendered to the page in order. There are many different types of components, and different
plugins can add their own. An example is the &lt;code&gt;recentPosts&lt;/code&gt; component from the OrchidPosts plugin. We can also add the
&lt;code&gt;pageContent&lt;/code&gt; component, which adds the Markdown content of the &lt;code&gt;homepage.md&lt;/code&gt;. If you don't define any components this
one is added automatically, but if you use any additional components you'll have to add it yourself.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token title important"&gt;# homepage.md
&lt;span&gt;---&lt;/span&gt;&lt;/span&gt;
components:
  &lt;span class="token list punctuation"&gt;-&lt;/span&gt; type: pageContent
  &lt;span class="token list punctuation"&gt;-&lt;/span&gt; type: recentPosts
    limit: 4
    noWrapper: true
    template:
      &lt;span class="token title important"&gt;- 'includes/postPreview_large'
&lt;span&gt;---&lt;/span&gt;&lt;/span&gt;
&lt;span class="token title important"&gt;&lt;span&gt;#&lt;/span&gt; My Blog&lt;/span&gt;

This is a short description of this blog.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--A_RPydkG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-04.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A_RPydkG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-04.png" alt="Orchid blog post"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id="creating-archives"&gt;
Creating Archives&lt;/h3&gt;

&lt;h4 id="post-archive"&gt;
Post Archive&lt;/h4&gt;

&lt;p&gt;Now, while it is nice to show the most recent posts on your site's homepage, if you've got more than a couple posts you
simply can't show a complete archive on the homepage. Instead, we can use the OrchidTaxonomies plugin to generate proper
archives.&lt;/p&gt;

&lt;p&gt;Orchid is designed around a concept of "collections" of pages. When we set up the blog posts, Orchid also created a
&lt;code&gt;posts&lt;/code&gt; collection. We can tell the Taxonomies plugin to generate an archive of any of our collections from any plugin,
making it simple to create any archives we may need.&lt;/p&gt;

&lt;p&gt;Configuring archives is done through a &lt;code&gt;config.yml&lt;/code&gt; file in our site resources. This is the main entry-point to
configuring &lt;em&gt;anything&lt;/em&gt; in our site. The following snippet will set up a &lt;em&gt;collection archive&lt;/em&gt; for all our blog posts.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token comment"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="token key atrule"&gt;taxonomies&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
  &lt;span class="token key atrule"&gt;collectionArchives&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token punctuation"&gt;-&lt;/span&gt; &lt;span class="token key atrule"&gt;collectionType&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'posts'&lt;/span&gt;
      &lt;span class="token key atrule"&gt;collectionId&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'blog'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now, if we visit http://localhost:8080/blog, we will see a listing of all our blog posts. As our blog grows, this
archive will automatically become paginated, keeping any single page from growing too large.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nBA-LDnt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-05.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nBA-LDnt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-05.png" alt="Collection Archive"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You may wish to create archives for other collections as well. If you visit http://localhost:8080/admin while your site
is serving locally, you can view Orchid's admin panel where we can see a list of all the collections that have been set
up for us.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7wvo9jf4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-06.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7wvo9jf4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-06.png" alt="Orchid Admin Panel Collections"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4 id="tag-archives"&gt;
Tag Archives&lt;/h4&gt;

&lt;p&gt;But the full listing of posts may not be the only kind of archives we want! Most blogs will also contain listings of
posts by tag (remember, we provided a list of tags to our posts earlier!). Orchid did not create a collection for these
tagged pages, but that doesn't mean we can't create an archive for them too! The Taxonomies plugin is able to generate
&lt;em&gt;any&lt;/em&gt; kind of arbitrary archive, based on the metadata attached to each post. These are called &lt;em&gt;taxonomy archives&lt;/em&gt;,
because you get to create any kind of taxonomy (or labelling) you need.&lt;/p&gt;

&lt;p&gt;Configuration of a taxonomy archive is similar to a collection archive, but instead of giving it the values for a
collection, we tell it a property to look for in our posts' Front Matter, such as &lt;code&gt;tags&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token key atrule"&gt;taxonomies&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
  &lt;span class="token key atrule"&gt;collectionArchives&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token punctuation"&gt;-&lt;/span&gt; &lt;span class="token key atrule"&gt;collectionType&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'posts'&lt;/span&gt;
      &lt;span class="token key atrule"&gt;collectionId&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'blog'&lt;/span&gt;
  &lt;span class="token key atrule"&gt;taxonomies&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token punctuation"&gt;-&lt;/span&gt; &lt;span class="token key atrule"&gt;key&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; tags
      &lt;span class="token key atrule"&gt;single&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token boolean important"&gt;false&lt;/span&gt;
      &lt;span class="token key atrule"&gt;orderBy&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
        &lt;span class="token punctuation"&gt;-&lt;/span&gt; entryCount
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This will now go through all our posts, find any that have a &lt;code&gt;tags&lt;/code&gt; property in its Front Matter, and add it to that
archive. And this will actually create &lt;em&gt;two&lt;/em&gt; archives for each "taxonomy": one listing all the pages with each tag (a
term archive), and another archive simply listing all the tags that it found (a taxonomy archive).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;http://localhost:8080/tags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xzgqdWov--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-07.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xzgqdWov--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-07.png" alt="Taxonomy Archive"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;http://localhost:8080/tags/one&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TQHXw6Jw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-08.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TQHXw6Jw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-08.png" alt="Term Archive"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id="site-infotheme-configuration"&gt;
Site Info/Theme Configuration&lt;/h3&gt;

&lt;p&gt;With the skeleton of our site content set up, it's time to make some customizations to the theme and add additional info
about your site, such as its name and the author of your posts. These can be added to &lt;code&gt;config.yml&lt;/code&gt;, just like how we
configured the archives.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token comment"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="token key atrule"&gt;site&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
  &lt;span class="token key atrule"&gt;about&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token key atrule"&gt;siteName&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; My Blog
    &lt;span class="token key atrule"&gt;siteDescription&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; This is a short description of this blog.
    &lt;span class="token key atrule"&gt;avatar&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'http://lorempixel.com/320/320/city/'&lt;/span&gt;
&lt;span class="token key atrule"&gt;theme&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
  &lt;span class="token key atrule"&gt;social&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token key atrule"&gt;github&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'username/project'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3N3Fu7-g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-09.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3N3Fu7-g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-09.png" alt="Orchid site with some configuration"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But these configuration values didn't just come out of nowhere. Going back to the admin panel, you can find all the
options available for customization for your theme, for components, and for just about anything else.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bcHi1rZb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-10.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bcHi1rZb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-10.png" alt="Orchid site with some configuration"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There's a final bit of info that we should need to &lt;code&gt;config.yml&lt;/code&gt; before finishing: setting the author for all our posts.&lt;/p&gt;

&lt;p&gt;You would normally add the necessary configuration to each post's Front Matter, but it is really difficult,
time-consuming, and error-prone to copy this data to each post file. Instead, Orchid has &lt;em&gt;Archetypes&lt;/em&gt; which allow you to
set that configuration once in &lt;code&gt;config.yml&lt;/code&gt; and have it shared amongst a bunch of pages just as if it were added to the
Front Matter of each one.&lt;/p&gt;

&lt;p&gt;For adding configuration values to all post pages, use &lt;code&gt;posts.postPages&lt;/code&gt; in the &lt;code&gt;config.yml&lt;/code&gt;. We'll add an author to the
blog by adding an item to the &lt;code&gt;posts.authors&lt;/code&gt; list, and using the archetype we'll set the author for each page to the
one you just set up:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;span class="token comment"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="token key atrule"&gt;posts&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
  &lt;span class="token key atrule"&gt;authors&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token punctuation"&gt;-&lt;/span&gt; &lt;span class="token key atrule"&gt;name&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'Author One'&lt;/span&gt;
      &lt;span class="token key atrule"&gt;avatar&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'http://lorempixel.com/320/320/animals/'&lt;/span&gt;
      &lt;span class="token key atrule"&gt;email&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'email@domain.tld'&lt;/span&gt;
  &lt;span class="token key atrule"&gt;postPages&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt;
    &lt;span class="token key atrule"&gt;author&lt;/span&gt;&lt;span class="token punctuation"&gt;:&lt;/span&gt; &lt;span class="token string"&gt;'Author One'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fuwe-NPs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-11.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fuwe-NPs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://orchid.run/wiki/learn/tutorials/media/blog-11.png" alt="Blog post with tag archive links"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2 id="deploy-on-netlify"&gt;
Deploy On Netlify&lt;/h2&gt;

&lt;p&gt;Our site is now ready to be deployed! For blogs and personal sites, you really can't go wrong with Netlify as your site
host. It offers everything you could want for both small and large sites, such as purchasing custom domains, form
handling, and automated site deploys. While Orchid has its own Netlify publisher for advanced use cases, it's far
simpler to use Netlify as intended.&lt;/p&gt;

&lt;p&gt;All you need to do is create an account at https://www.netlify.com/, add a &lt;code&gt;netlify.toml&lt;/code&gt; file to the root of your repo
with the following content, and push to GitHub.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[build]
  base    = ""
  publish = "build/docs/orchid"
  command = "./gradlew orchidBuild -Penv=prod"
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now, once you've connected that repo to Netlify, they will take care of the rest! Of course, this is just the minimum
needed to deploy, and I'd encourage you to also check out their &lt;a href="https://docs.netlify.com/#get-started"&gt;full documentation&lt;/a&gt;
for more help building and deploying your Orchid site on Netlify.&lt;/p&gt;

&lt;h2 id="conclusion"&gt;
Conclusion&lt;/h2&gt;

&lt;p&gt;And with all that, our blog site is finished! Now it may have seemed like a ton of work getting all that setup, but
let's recall all the features included in this site:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A homepage that displays our latest blog posts&lt;/li&gt;
&lt;li&gt;A full, paginated archive of all blog posts&lt;/li&gt;
&lt;li&gt;A listing of all tags in your blog&lt;/li&gt;
&lt;li&gt;An archive for all the pages with each tag&lt;/li&gt;
&lt;li&gt;Ability to set the author for each post&lt;/li&gt;
&lt;li&gt;Ability to easily change the configurations for all your blog posts from a single location, instead of copying data
to each post&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And everything outlined in this tutorial is really just a sampling of the full functionality available in Orchid! Orchid
has other plugins for different source code documentation, presentations, wikis, and much more. Check out the full list
of plugins &lt;a href="https://orchid.run/plugins"&gt;here&lt;/a&gt;, or you can even make your own!&lt;/p&gt;

&lt;p&gt;Thanks for following along, happy blogging!&lt;/p&gt;

</description>
      <category>orchid</category>
      <category>blog</category>
      <category>static</category>
    </item>
    <item>
      <title>Orchid 0.18.0, The New Face of Orchid</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Tue, 10 Dec 2019 16:12:46 +0000</pubDate>
      <link>https://dev.to/orchidhq/orchid-0-18-0-the-new-face-of-orchid-4lnd</link>
      <guid>https://dev.to/orchidhq/orchid-0-18-0-the-new-face-of-orchid-4lnd</guid>
      <description>&lt;p&gt;It's. Finally. Here. I've been working on and teasing a new major version of Orchid for several months, and it's finally
available! This release represents a major step in the maturity of Orchid, coming alongside the move to a new GitHub
organization, a completely redesigned website, and a brand new logo!&lt;/p&gt;

&lt;p&gt;This is the official Orchid newsletter, the newest and best documentation site generator. There is a growing need to
keep the community up-to-date on all the happenings around Orchid, and here I will share Orchid's progress, milestones,
and future plans! Follow along with this series to stay on top of Orchid's newest features, track adoption on Github,
and see who's using Orchid!&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/orchidhq"&gt;
        orchidhq
      &lt;/a&gt; / &lt;a href="https://github.com/orchidhq/Orchid"&gt;
        Orchid
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Build and deploy beautiful documentation sites that grow with you
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;
  &lt;a href="https://orchid.run/" rel="nofollow"&gt;
    &lt;img width="460" src="https://camo.githubusercontent.com/fa2e274788dca06bb7d7f0bfec7bd8625fbfa4f24813810a65737d0041de3e5d/68747470733a2f2f6f72636869642e72756e2f6173736574732f7376672f6f72636869642f6c6f676f5f746f705f6c696768742e737667" title="Orchid" alt="Orchid"&gt;
  &lt;/a&gt;
  &lt;br&gt;
  &lt;strong&gt;Build and deploy beautiful documentation sites that grow with you&lt;/strong&gt;
&lt;/p&gt;




&lt;p&gt;
  &lt;a href="https://bintray.com/javaeden/Orchid/OrchidCore/_latestVersion" rel="nofollow"&gt;
    &lt;img src="https://camo.githubusercontent.com/942b81bcda3514c820ea64187a233874dc8db797feabe101187758c33e58cd45/68747470733a2f2f6170692e62696e747261792e636f6d2f7061636b616765732f6a6176616564656e2f4f72636869642f4f7263686964436f72652f696d616765732f646f776e6c6f61642e737667" title="Current Version" alt="Current Version"&gt;
  &lt;/a&gt;
  &lt;a href="https://www.gnu.org/licenses/lgpl-3.0" rel="nofollow"&gt;
    &lt;img src="https://camo.githubusercontent.com/a68e3691793655c52b2d207c94ea538cfcdf9a4cf081c27b6e55ea0e4b27b936/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c25323076332d626c75652e737667" title="License: LGPL-3.0" alt="License: LGPL-3.0"&gt;
  &lt;/a&gt;
  &lt;a href="https://travis-ci.org/orchidhq/orchid" rel="nofollow"&gt;
    &lt;img src="https://camo.githubusercontent.com/d63306029d673ba3c6bf418ca9b03a4fabc4d825a34c8ba267a9447fbe94ae3d/68747470733a2f2f7472617669732d63692e6f72672f6f726368696468712f6f72636869642e7376673f6272616e63683d646576" title="Linux and Mac Build Status" alt="Linux and Mac Build Status"&gt;
  &lt;/a&gt;
  &lt;a href="https://ci.appveyor.com/project/cjbrooks12/orchid/branch/dev" rel="nofollow"&gt;
    &lt;img src="https://camo.githubusercontent.com/57c2a4126fb5e1668273b02f3494a5d7262e6c046414f487d262a140042ef809/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f3033353871646b6d6668627165646f312f6272616e63682f6465763f7376673d74727565" title="Windows Build status" alt="Windows Build status"&gt;
  &lt;/a&gt;
  &lt;a href="https://www.codacy.com/app/cjbrooks12/Orchid?utm_source=github.com&amp;amp;utm_medium=referral&amp;amp;utm_content=orchidhq/orchid&amp;amp;utm_campaign=Badge_Coverage" rel="nofollow"&gt;
    &lt;img src="https://camo.githubusercontent.com/2895406562ff2587fdea8354fcd29acaa824f8b801ac0674aa27b4dc88a478d3/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3862636137653834623630393463303361653133313632373863663633616531" title="Code Coverage" alt="Code Coverage"&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart" rel="nofollow"&gt;Quick-Start&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://orchid.run/wiki/user-manual/getting-started" rel="nofollow"&gt;Documentation&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://orchid.run/wiki/learn" rel="nofollow"&gt;Tutorials&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://orchid.run/showcase" rel="nofollow"&gt;Showcase&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://gitter.im/JavaEden/Orchid" rel="nofollow"&gt;Support&lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;
Quick-Start&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#gradle" rel="nofollow"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rCHhLiZN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/orchidhq/Orchid/dev/docs/src/orchid/resources/assets/svg/gradle.svg" title="Gradle" alt="Gradle" width="200" height="50"&gt;
    &lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#maven" rel="nofollow"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XhOJJMQN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/orchidhq/Orchid/dev/docs/src/orchid/resources/assets/svg/maven.svg" title="Maven" alt="Maven" width="200" height="50"&gt;
    &lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#sbt" rel="nofollow"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZMcQIqoz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/orchidhq/Orchid/dev/docs/src/orchid/resources/assets/svg/sbt.svg" title="SBT" alt="SBT" width="200" height="50"&gt;
    &lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;a href="https://app.netlify.com/start/deploy?repository=https://github.com/orchidhq/OrchidStarter" rel="nofollow"&gt;
      &lt;img src="https://camo.githubusercontent.com/417d890ba67c98ad5856b715343a61cdbf07d72b9bd5b79dd45d43de634c29ea/68747470733a2f2f7777772e6e65746c6966792e636f6d2f696d672f6465706c6f792f627574746f6e2e737667" title="Deploy to Netlify" alt="Deploy to Netlify" width="200" height="50"&gt;
    &lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
Documentation&lt;/h2&gt;

&lt;p&gt;Orchid's User Manual will walk you through the main features of Orchid and give you a deeper understanding of each topic
and feature.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://orchid.run/wiki/user-manual/getting-started" rel="nofollow"&gt;Documentation&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
Tutorials&lt;/h2&gt;
&lt;p&gt;There are several tutorials designed to walk you through building an Orchid site from scratch. The source for all
tutorials can also be found in the &lt;a href="https://github.com/orchidhq/OrchidTutorials"&gt;OrchidTutorials repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://orchid.run/wiki/learn" rel="nofollow"&gt;Tutorials&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
Showcase&lt;/h2&gt;
&lt;p&gt;View the Showcase to see Orchid in action.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://orchid.run/showcase" rel="nofollow"&gt;Showcase&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
Support&lt;/h2&gt;
&lt;h3&gt;
Contributors&lt;/h3&gt;
&lt;p&gt;This project exists thanks to all the people who contribute. To get involved, please see
&lt;a href="https://github.com/orchidhq/orchid/blob/dev/.github/CONTRIBUTING.md"&gt;CONTRIBUTING.md&lt;/a&gt;&lt;/p&gt;
&lt;a href="https://github.com/orchidhq/orchid/graphs/contributors"&gt;
  &lt;img src="https://camo.githubusercontent.com/a0eb788f851d0da511db102977133e78729a7fdeb7c6f3987e98a8038a6c4b05/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f636f6e7472696275746f72732e7376673f77696474683d38393026627574746f6e3d66616c7365" title="Contributors" alt="Contributors"&gt;
&lt;/a&gt;
&lt;h3&gt;
Backers&lt;/h3&gt;
&lt;p&gt;Thank you to all our backers! 🙏&lt;/p&gt;
&lt;a href="https://opencollective.com/orchidssg#backers" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/f84def209852a0fee649e47236d48c0bd42b2e7170b29f7d23bb551ac083a691/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f6261636b6572732e7376673f77696474683d383930" title="Backers" alt="Backers"&gt;
&lt;/a&gt;
&lt;h3&gt;
Sponsors&lt;/h3&gt;
&lt;p&gt;Support this project by becoming a sponsor. Your logo will show up here with a link to your website.&lt;/p&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/0/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/a3c3bddbcf41580174641a963286af81eb37e16b9b613cfb3e814111dab2b264/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f302f6176617461722e737667" title="Sponsor 1" alt="Sponsor 1"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/1/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/7c58205265ab868f49456966a9b1f89ccc6b75c0e5ced8fd8686eb7b2e619cd8/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f312f6176617461722e737667" title="Sponsor 2" alt="Sponsor 2"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/2/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/cd6c37521d6df49da09b9bf13a8041dd2c87c6e2250360f63362e15a9fa9a690/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f322f6176617461722e737667" title="Sponsor 3" alt="Sponsor 3"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/3/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/c87f59a3094255a13b9a3f66643ab780e429c6fdc75c21e6aa259be999f8077a/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f332f6176617461722e737667" title="Sponsor 4" alt="Sponsor 4"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/4/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/d57185a21a077e342b224643c4f4bbc609ed234ba4ba42356ece5bc343dc8e41/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f342f6176617461722e737667" title="Sponsor 5" alt="Sponsor 5"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/5/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/5c4821195fad8c8c63b17836de46cf9a9a94381083d4a9f6f002314e77c37926/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f352f6176617461722e737667" title="Sponsor 6" alt="Sponsor 6"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/6/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/0e674e43ef318f0e4d814ea2a592bf1888719e2f454470c0b411b52ffe7e13e1/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f362f6176617461722e737667" title="Sponsor 7" alt="Sponsor 7"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/7/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/9f84a9a789629dd9e929b7af72059ac5877070f48c6d71385a95332a86fd8ac6/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f372f6176617461722e737667" title="Sponsor 8" alt="Sponsor 8"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/8/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/b679f7ea3f552993a735833885be3261bd8fbeb3e5b475e95fcecb3cc3278e03/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f382f6176617461722e737667" title="Sponsor 9" alt="Sponsor 9"&gt;
&lt;/a&gt;
&lt;a href="https://opencollective.com/orchidssg/sponsor/9/website" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/5ef677ba90acef2047df4a077ee537956b209417c77e58850cf5574069bed5e4/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f6f72636869647373672f73706f6e736f722f392f6176617461722e737667" title="Sponsor 10" alt="Sponsor 10"&gt;
&lt;/a&gt;
&lt;h3&gt;
License&lt;/h3&gt;
&lt;p&gt;Orchid is open-source software licensed under the GNU Lesser General Public License (LGPL-3.0). Please see
&lt;a href="https://github.com/orchidhq/orchid/blob/dev/License.md"&gt;License.md&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
Contact&lt;/h3&gt;
&lt;p&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/orchidhq/Orchid"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h2 id="on-github"&gt;
On Github&lt;/h2&gt;

&lt;p&gt;As of the time of writing, Orchid is at 278 stars on Github, thank you so much for all the support!&lt;/p&gt;

&lt;p&gt;Since the last update, Orchid has had several contributions, especially during Hacktoberfest, so a special thanks goes
out to the following individuals for their help improving this project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/spind42"&gt;spind42&lt;/a&gt; - Fixed an issue running Orchid from Maven&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jmfayard"&gt;Jean-Michel Fayard&lt;/a&gt; - Added a readme badge for CodeTriage&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/singularsyntax"&gt;Steve S&lt;/a&gt; - Added a new Spotify tag to the &lt;a href="https://orchid.run/plugins/orchidwritersblocks"&gt;OrchidWritersBlocks&lt;/a&gt; plugin&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/swaldman"&gt;Steve Waldman&lt;/a&gt; - Wrote a plugin to run Orchid from SBT!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="whats-new"&gt;
What's New?&lt;/h2&gt;

&lt;p&gt;The long-awaited version &lt;a href="https://github.com/orchidhq/orchid/releases/tag/0.18.0"&gt;0.18.0&lt;/a&gt; has finally arrived!&lt;/p&gt;

&lt;p&gt;This release includes a major cleanup to Orchid's internal APIs, which will help make better plugins moving forward, but
most importantly introduces the new, completely rewritten code documentation system based on
&lt;a href="https://github.com/copper-leaf/kodiak"&gt;Kodiak&lt;/a&gt;. The new system improves consistency of generated docs among all
languages and enables multi-module documentation. It also paves the way to make it significantly easier to develop
integrations for other languages, so let me know which languages you would like to see supported by Orchid!&lt;/p&gt;

&lt;p&gt;Be sure to check out the &lt;a href="https://orchid.run/changelog"&gt;Changelog&lt;/a&gt; for the full list of changes, and the
&lt;a href="https://orchid.run/migration/0_18"&gt;Migration Guide&lt;/a&gt; for help updating to this new version.&lt;/p&gt;

&lt;p&gt;In addition, some of you may have noticed a few changes around the Orchid ecosystem! The Orchid repo has been moved to
@orchidhq on Github, and we have a completely redesigned documentation site and new logos. Together with the 0.18.0
release, this marks the biggest change in the development and ecosystem of Orchid to help cement it is as the
single-best tool for producing documentation websites.&lt;/p&gt;

&lt;p&gt;You can help spread the word about this major milestone by sharing &lt;a href="https://orchid.run"&gt;https://orchid.run&lt;/a&gt; and tagging
@OrchidSSG on Twitter!&lt;/p&gt;

&lt;h2 id="whos-using-orchid"&gt;
Who's Using Orchid?&lt;/h2&gt;

&lt;p&gt;I periodically search GitHub to find new projects getting set up with Orchid. Here are a couple great examples of
projects being documented with Orchid:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://alchemistsimulator.github.io/"&gt;The Alchemist Simulator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nhaarman.github.io/acorn/"&gt;Acorn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://camunda.github.io/camunda-rest-client-spring-boot/"&gt;Camunda&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more examples of sites using Orchid, head on over to our new &lt;a href="https://orchid.run/showcase"&gt;Showcase&lt;/a&gt;, and feel free to reach out
or submit a PR to add your site to the showcase as well!&lt;/p&gt;




&lt;p&gt;Are you interested in getting started with Orchid? There simply is no better way to manage all the documentation for
your project, and I'd love to help you get set up!&lt;/p&gt;

&lt;p&gt;If you have an open-source project that needs docs, are building a new portfolio, or are building any other kind of
static site, I want to work with you to get you set up with Orchid! Comment on this post, send me a PM here on Dev.to,
reach out on &lt;a href="https://gitter.im/JavaEden/Orchid"&gt;Gitter&lt;/a&gt;, or &lt;a href="https://www.caseyjbrooks.com/contact/"&gt;contact me here&lt;/a&gt;
and I will be with you every step of the way.&lt;/p&gt;

&lt;p&gt;And as always, let me know if you start using Orchid so I can feature you in the next update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>static</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
