<?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: Casey Brooks</title>
    <description>The latest articles on DEV Community by Casey Brooks (@cjbrooks12).</description>
    <link>https://dev.to/cjbrooks12</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%2Fuser%2Fprofile_image%2F66227%2F6e81450b-870b-492c-b7ad-ae964c7c0006.jpeg</url>
      <title>DEV Community: Casey Brooks</title>
      <link>https://dev.to/cjbrooks12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cjbrooks12"/>
    <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>
    <item>
      <title>Orchid Newsletter: Summer Recap</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Wed, 11 Sep 2019 17:11:21 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/monthly-orchid-update-summer-recap-2gbl</link>
      <guid>https://dev.to/cjbrooks12/monthly-orchid-update-summer-recap-2gbl</guid>
      <description>&lt;p&gt;Sorry for the absence, it's been a very busy summer for me! Lots of stuff going on both for me and for Orchid, so stick around to see what's coming up!&lt;/p&gt;

&lt;p&gt;This is a monthly newsletter around Orchid, the newest and best static site generator for the JVM. 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 during the previous month! 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;h1&gt;
  
  
  On Github
&lt;/h1&gt;

&lt;p&gt;As of the time of writing, Orchid is at 233 stars on Github, thank you so much for all the support! And a special thanks goes to the following individuals who submitted pull requests to Orchid!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Sumo99"&gt;Sumo99&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/jmfayard"&gt;Jean-Michel Fayard&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've also been preparing for &lt;a href="https://hacktoberfest.digitalocean.com"&gt;Hacktoberfest&lt;/a&gt;, which is coming up in less than a month. I've curated a bunch of new issues labeled for &lt;a href="https://github.com/JavaEden/Orchid/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A"&gt;first-time contributors&lt;/a&gt;, how about getting a head-start on Hacktoberfest and helping out with some of these issues? 😎 Feel free to hold off on your PR until Hacktoberfest officially begins, just comment on the issue so others know what you're working on.&lt;/p&gt;

&lt;h1&gt;
  
  
  What's New?
&lt;/h1&gt;

&lt;p&gt;Orchid is now at version &lt;a href="https://github.com/JavaEden/Orchid/releases/tag/0.17.4"&gt;0.17.4&lt;/a&gt;. 0.17.0, which came out at the end of May, was a really big update and included a handful of new "integrations" projects. These integrations make it easy to create wikis from Github and Gitlab wikis, and to publish your site to Gitlab Pages and Bitbucket Cloud (in addition to the already-supported Github and Netlify publishers). &lt;/p&gt;

&lt;h1&gt;
  
  
  In Progress
&lt;/h1&gt;

&lt;p&gt;Y'all. Some big things are just up the road for Orchid. Really big. Like, &lt;em&gt;Texas-sized big&lt;/em&gt;. I'm talking about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A completely redesigned documentation site (you can preview it &lt;a href="https://new-docs--orchid.netlify.com"&gt;here&lt;/a&gt;, I'd greatly appreciate any feedback on it!)&lt;/li&gt;
&lt;li&gt;Mutli-module code documentation&lt;/li&gt;
&lt;li&gt;Completely decoupling code documentation from Orchid with &lt;a href="https://github.com/copper-leaf/kodiak"&gt;Kodiak&lt;/a&gt;, to vastly simplify the process of supporting new languages and ensure consistency of usage across all languages&lt;/li&gt;
&lt;li&gt;Some much-needed refactoring of core Orchid functionality&lt;/li&gt;
&lt;li&gt;A new framework for automated testing of Orchid plugins and themes&lt;/li&gt;
&lt;li&gt;Migrating to GitHub Actions for continuous releases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All this will be coming in the upcoming 0.18.0 release. While I don't want to put a date on this release (I don't want to release it until it's 100% ready-to-go), I can say that I'm nearly code-complete with the changes I wanted to add. From here, it's mostly just adding the finishing touches to the new site, documenting the new functionality, and testing everything thoroughly. &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 next month's update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>static</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Orchid Newsletter: In Bloom</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Tue, 07 May 2019 21:08:12 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/monthly-orchid-update-in-bloom-21l8</link>
      <guid>https://dev.to/cjbrooks12/monthly-orchid-update-in-bloom-21l8</guid>
      <description>&lt;p&gt;April has just ended, which means summer is coming! April in Texas means lots of rain, the first hot days of summer, and bluebonnets in bloom along every highway. It's also been a relatively slow month for Orchid, but lots of really cool stuff is just about to bloom here too!&lt;/p&gt;

&lt;p&gt;This is a monthly newsletter around Orchid, the newest and best static site generator for the JVM. 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 during the previous month! 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;h1&gt;
  
  
  On Github
&lt;/h1&gt;

&lt;p&gt;As of the time of writing, Orchid is at 196 stars on Github. Just 4 more stars until the next major milestone of 200, will you help us get there?&lt;/p&gt;

&lt;h1&gt;
  
  
  What's New?
&lt;/h1&gt;

&lt;p&gt;Orchid is now at version &lt;a href="https://github.com/JavaEden/Orchid/releases/tag/0.16.10"&gt;0.16.10&lt;/a&gt;, with a few minor updates released throughout the month. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Orchid no longer includes any Lombok code, for a more stable codebase and a better roadmap for converting the remaining Java code to Kotlin. &lt;/li&gt;
&lt;li&gt;Relative base URLs are now supported&lt;/li&gt;
&lt;li&gt;Adds &lt;code&gt;baseUrl&lt;/code&gt; and &lt;code&gt;homepageUrl&lt;/code&gt; filters to be more tolerant when formatting ad-hoc URLs&lt;/li&gt;
&lt;li&gt;Updates to Pebble 3.0.9, which includes the &lt;a href="https://pebbletemplates.io/wiki/tag/embed/"&gt;&lt;code&gt;embed&lt;/code&gt;&lt;/a&gt; tag I contributed to that project. This will go a long way in improving theme development in Orchid&lt;/li&gt;
&lt;li&gt;Improved error-handling&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  In Progress
&lt;/h1&gt;

&lt;p&gt;I've been pretty busy in April and haven't had as much time to dedicate to Orchid development. One of my other hobbies is woodworking, and I've been taking some time in this nice weather to build a new coffee table as a late Christmas present to my wife. I'm pretty proud of my work on it, it's teaching me some skills that are valuable in software development, and you can keep an eye out for a blog post on that! Here's my progress on this build so far:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3I7UHBmd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ur5u51trpnk2ugquizpj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3I7UHBmd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ur5u51trpnk2ugquizpj.png" alt="Design in SketchUp"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ozMhFMOn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/z0r4l8l1xbu9ddj82gmt.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ozMhFMOn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/z0r4l8l1xbu9ddj82gmt.jpg" alt="Tabletop in Progress"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But despite that, I'm also making some great progress toward the next major release, 0.17.0! This will be a significant refactoring and improvement of the wiki and deployment features in Orchid to allow better integrations with all the major Git hosting platforms and pave the way for easier integration of similar features in the future.&lt;/p&gt;

&lt;p&gt;It's a pretty significant change and is taking a lot of work, but I have a goal of finally getting it out this month! Here's the full list of features that you can expect in this release:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Netlify deploys optimized for really large sites, and able to upload &lt;a href="https://www.netlify.com/products/functions/"&gt;serverless Functions&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Deploy site to GitHub, Bitbucket, GitLab, or Azure DevOps (currently, only GitHub is supported)&lt;/li&gt;
&lt;li&gt;Import wiki content directly from GitHub Wikis&lt;/li&gt;
&lt;/ul&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, 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 next month's update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>static</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Orchid Newsletter: March Madness</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Wed, 03 Apr 2019 15:56:32 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/monthly-orchid-update-march-madness-1622</link>
      <guid>https://dev.to/cjbrooks12/monthly-orchid-update-march-madness-1622</guid>
      <description>&lt;p&gt;I love watching basketball, which makes March one of the best months of the year as the NCAA National Championship, March Madness, takes place. My top pick, Michigan State, has already defeated Duke and is well on their way to becoming the National Champions!&lt;/p&gt;

&lt;p&gt;It has also been quite a "mad" month for Orchid too, with lots of big changes in progress. From being able to publish your site to Gitlab and Bitbucket, to integration with Github Wikis, and a re-theming of the documentation site all underway, it's safe to say that I've been quite busy!&lt;/p&gt;

&lt;p&gt;This is a monthly newsletter around Orchid, the newest and best static site generator for the JVM. 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 during the previous month! 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://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/orchidhq" rel="noopener noreferrer"&gt;
        orchidhq
      &lt;/a&gt; / &lt;a href="https://github.com/orchidhq/Orchid" rel="noopener noreferrer"&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 noopener noreferrer"&gt;
    &lt;img width="460" src="https://camo.githubusercontent.com/ca6aee83d19616fd54d9211e3c5fa59401357134971279fd50df1b1a805e713e/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://search.maven.org/artifact/io.github.copper-leaf.orchid/orchid-core" rel="nofollow noopener noreferrer"&gt;
    &lt;img alt="Maven Central (Releases)" src="https://camo.githubusercontent.com/e94d5cea229b55d56c216f3a01c9f2122981d72cebe06efbec66cae7e3870de8/68747470733a2f2f696d672e736869656c64732e696f2f6d6176656e2d63656e7472616c2f762f696f2e6769746875622e636f707065722d6c6561662e6f72636869642f6f72636869642d636f72653f6c6162656c3d52656c65617365"&gt;
  &lt;/a&gt;
  &lt;a href="https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/copper-leaf/orchid/orchid-core" rel="nofollow noopener noreferrer"&gt;
    &lt;img alt="Sonatype Nexus (Snapshots)" src="https://camo.githubusercontent.com/a615a72d603a27235d9f9b7fa7ebaa566c15362ef2467aeaea0de5333f28ce60/68747470733a2f2f696d672e736869656c64732e696f2f6e657875732f732f696f2e6769746875622e636f707065722d6c6561662e6f72636869642f6f72636869642d636f72653f6c6162656c3d536e617073686f74267365727665723d68747470732533412532462532467330312e6f73732e736f6e61747970652e6f7267"&gt;
  &lt;/a&gt;
  &lt;a href="https://github.com/orchidhq/Orchid/actions/workflows/push_dev.yml" rel="noopener noreferrer"&gt;
    &lt;img src="https://github.com/orchidhq/Orchid/actions/workflows/push_dev.yml/badge.svg?branch=dev" title="Build Status" alt="Build Status"&gt;
  &lt;/a&gt;
  &lt;a href="https://github.com/orchidhq/OrchidLicense.md" rel="noopener noreferrer"&gt;
    &lt;img src="https://camo.githubusercontent.com/93ca07ea63e4649ae72b87de86d82eedeab50e744fa6e07ee95e5344779fb930/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076332d626c75652e737667" title="License: GPL-3.0" alt="License: GPL-3.0"&gt;
  &lt;/a&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/ba127f7c52e25c8bcbe664be9fd3b4e8c276e625aad9c373554dbed70ebc369f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a444b2d382d2d31362d7265643f7374796c653d666c6174266c6f676f3d6a617661"&gt;&lt;img src="https://camo.githubusercontent.com/ba127f7c52e25c8bcbe664be9fd3b4e8c276e625aad9c373554dbed70ebc369f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a444b2d382d2d31362d7265643f7374796c653d666c6174266c6f676f3d6a617661" title="JDK: 8-16" alt="JDK: 8-16"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart" rel="nofollow noopener noreferrer"&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 noopener noreferrer"&gt;Documentation&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://orchid.run/wiki/learn" rel="nofollow noopener noreferrer"&gt;Tutorials&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://orchid.run/showcase" rel="nofollow noopener noreferrer"&gt;Showcase&lt;/a&gt;
  &lt;span&gt;•&lt;/span&gt;
  &lt;a href="https://gitter.im/JavaEden/Orchid" rel="nofollow noopener noreferrer"&gt;Support&lt;/a&gt;
&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Quick-Start&lt;/h2&gt;
&lt;/div&gt;

&lt;p&gt;&lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#gradle" rel="nofollow noopener noreferrer"&gt;&lt;br&gt;
  &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Forchidhq%2FOrchiddocs%2Fsrc%2Forchid%2Fresources%2Fassets%2Fsvg%2Fgradle.svg" title="Gradle" alt="Gradle" width="200" height="50"&gt;&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#maven" rel="nofollow noopener noreferrer"&gt;&lt;br&gt;
  &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Forchidhq%2FOrchiddocs%2Fsrc%2Forchid%2Fresources%2Fassets%2Fsvg%2Fmaven.svg" title="Maven" alt="Maven" width="200" height="50"&gt;&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="https://orchid.run/wiki/user-manual/getting-started/quickstart#sbt" rel="nofollow noopener noreferrer"&gt;&lt;br&gt;
  &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Forchidhq%2FOrchiddocs%2Fsrc%2Forchid%2Fresources%2Fassets%2Fsvg%2Fsbt.svg" title="SBT" alt="SBT" width="200" height="50"&gt;&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="https://app.netlify.com/start/deploy?repository=https://github.com/orchidhq/OrchidStarter" rel="nofollow noopener noreferrer"&gt;&lt;br&gt;
  &lt;img src="https://camo.githubusercontent.com/8ef0cc1d083b2d67eb72500031401d9b52c3ecb9fb4c4405f46afd0d0aba02d6/68747470733a2f2f7777772e6e65746c6966792e636f6d2f696d672f6465706c6f792f627574746f6e2e737667" title="Deploy to Netlify" alt="Deploy to Netlify" width="200" height="50"&gt;&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;Orchid 0.X.X versions are published to &lt;a href="https://jcenter.bintray.com/" rel="nofollow noopener noreferrer"&gt;JCenter&lt;/a&gt; at artifact coordinates like &lt;code&gt;io.github.javaeden.orchid:OrchidCore:0.21.1&lt;/code&gt; or &lt;code&gt;io.github.javaeden.orchid:OrchidWiki:0.21.1&lt;/code&gt;. JCenter is deprecated, and once Orchid 1.0.0 is published, so will all 0.X.X versions.&lt;/p&gt;

&lt;p&gt;Starting with version 1.0.0, Orchid will be published to &lt;a href="https://repo1.maven.org/maven2/" rel="nofollow noopener noreferrer"&gt;MavenCentral&lt;/a&gt; under new artifact coordinates, like &lt;code&gt;io.github.copper-leaf.orchid:orchid-core:1.0.0&lt;/code&gt; or &lt;code&gt;io.github.copper-leaf.orchid:orchid-wiki-feature:1.0.0&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;In-development snapshot versions will be available in &lt;a href="https://s01.oss.sonatype.org/content/repositories/snapshots/" rel="nofollow noopener noreferrer"&gt;Sonatype's new (s01) snapshots repository&lt;/a&gt;. Snapshots are published after every successful build on the &lt;code&gt;dev&lt;/code&gt; branch.&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Documentation&lt;/h2&gt;
&lt;/div&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 noopener noreferrer"&gt;Documentation&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Tutorials&lt;/h2&gt;
&lt;/div&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" rel="noopener noreferrer"&gt;OrchidTutorials repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://orchid.run/wiki/learn" rel="nofollow noopener noreferrer"&gt;Tutorials&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Showcase&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;View…&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" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h1&gt;
  
  
  On Github
&lt;/h1&gt;

&lt;p&gt;As of the time of writing, Orchid is at 175 stars on Github. And this month, in particular, I have been absolutely blown away at the growth on Github. With 4 pull requests by 3 contributors, numerous issues opened and questions asked across Github, Twitter, and Gitter, and more than FOUR TIMES as many downloads on Bintray this month as last month, Orchid is seeing unprecedented growth that I could never have imagined. &lt;/p&gt;

&lt;p&gt;Thank you all so much, I certainly could not keep working this hard without your incredible support! But these successes are entirely because of you, and I love to give credit where it is due, so let's drill into this a bit deeper.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contributions
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/alejandrohdezma" rel="noopener noreferrer"&gt;@alejandrohdezma&lt;/a&gt; helped out to fix a bug using the wrong FontAwesome icon (&lt;a href="https://github.com/JavaEden/Orchid/pull/239" rel="noopener noreferrer"&gt;#239&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/Sumo99" rel="noopener noreferrer"&gt;@ Sumo99&lt;/a&gt; got rid of the last of Lombok, paving the way for a pure-Kotlin future! They also helped remove Google Plus social links now that the service is officially dea. (&lt;a href="https://github.com/JavaEden/Orchid/pull/243" rel="noopener noreferrer"&gt;#243&lt;/a&gt; and &lt;a href="https://github.com/JavaEden/Orchid/pull/249" rel="noopener noreferrer"&gt;#249&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/dkowis" rel="noopener noreferrer"&gt;@ dkowis&lt;/a&gt; fixed a broken documentation link (&lt;a href="https://github.com/JavaEden/Orchid/pull/252" rel="noopener noreferrer"&gt;#252&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4x Downloads Increase
&lt;/h2&gt;

&lt;p&gt;The 31-day period ending February 28th saw a bit shy of 700 downloads.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F24lbbw6euqnbd2mgkpvn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F24lbbw6euqnbd2mgkpvn.png" alt="February downloads"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The stats show that downloads really started to take off around the end of the month, which is when I published the tutorial on how to use Orchid to document a Kotlin project. I would highly recommend you check it out if you haven't already.&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/cjbrooks12" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F66227%2F6e81450b-870b-492c-b7ad-ae964c7c0006.jpeg" alt="cjbrooks12"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/cjbrooks12/how-to-document-a-kotlin-project-edc" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How To Document A Kotlin Project&lt;/h2&gt;
      &lt;h3&gt;Casey Brooks ・ Feb 18 '19&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#kotlin&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#documentation&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#orchid&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Meanwhile, The 31-day period ending March 31st saw more than 2600 downloads! And questions from y'all on how to use it have increased to match, and I'm so excited to be able to help solve your problems with Orchid!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fpk0bsb0byg2d857xetng.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fpk0bsb0byg2d857xetng.png" alt="March downloads"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All of these statistics are freely available on Bintray, &lt;a href="https://bintray.com/beta/#/javaeden/Orchid/OrchidCore?tab=statistics" rel="noopener noreferrer"&gt;go here&lt;/a&gt; to check it out for yourself.&lt;/p&gt;

&lt;h1&gt;
  
  
  What's New?
&lt;/h1&gt;

&lt;p&gt;Orchid is currently at version &lt;a href="https://github.com/JavaEden/Orchid/releases/tag/0.16.7" rel="noopener noreferrer"&gt;0.16.7&lt;/a&gt;. There have been no major changes since last month, mostly just a series of bugfixes on the Copper theme and minor usability improvements.&lt;/p&gt;

&lt;h1&gt;
  
  
  Coming Soon
&lt;/h1&gt;

&lt;h2&gt;
  
  
  New Docs
&lt;/h2&gt;

&lt;p&gt;Orchid's docs are getting a reboot! When I started work on Orchid, Bootstrap was the only CSS framework I knew of. I had no idea there were so many great options out there, and ultimately I have come to really enjoy Bulma for its simplicity and flexibility. &lt;/p&gt;

&lt;p&gt;And so, I've been building the "Copper" theme, based on Bulma, to serve as the home for all of Orchid's own documentation, and also of its supplemental libraries. Here's a preview:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://new-docs--orchid.netlify.com/" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fsvynj5ko32iwvpgfuuo4.png" alt="New Docs"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also coming with the new theme will be a major overhaul in the &lt;em&gt;content&lt;/em&gt; on the docs site, as I continue to iterate upon the docs and figure out the best way to present the information to you. &lt;/p&gt;

&lt;h2&gt;
  
  
  More Integrations
&lt;/h2&gt;

&lt;p&gt;From the very beginning, Orchid was created to be infinitely flexible, able to work with a wide variety of different systems and content structures, but until now it has been fairly closely tied to just Netlify and GitHub. I myself regularly use Microsft Azure and BitBucket at work and want to use Orchid in those places, and I can imagine y'all do as well.&lt;/p&gt;

&lt;p&gt;So work is currently under way to make it easier to integrate Orchid into those different Git platforms, so you do not need to change your current processes to fully utilize Orchid's power! Soon, you'll be able to use the native Wikis on Github, Bitbucket, Gitlab, and Azure DevOps as a headless CMS, and you'll also be able to deploy directly to their static hosting platforms and create releases!&lt;/p&gt;

&lt;h1&gt;
  
  
  Get Involved
&lt;/h1&gt;

&lt;p&gt;You don't have to be an expert in Java, Kotlin, Orchid, or anything else to help out the Orchid project. There are a number of ways you can contribute right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fixing typos and improving the clarity of documentation articles&lt;/li&gt;
&lt;li&gt;converting Java classes to Kotlin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, I am currently looking for more skilled help with a couple specific areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I'm looking for people who currently use the features of the git platforms I'm imtegrating with, to help build their integrations:

&lt;ul&gt;
&lt;li&gt;GitLab

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/JavaEden/Orchid/blob/features/integrations/integrations/OrchidGitlab/src/main/kotlin/com/eden/orchid/gitlab/wiki/GitlabWikiAdapter.kt" rel="noopener noreferrer"&gt;Wiki adapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/JavaEden/Orchid/blob/features/integrations/integrations/OrchidGitlab/src/main/kotlin/com/eden/orchid/gitlab/publication/GitlabPagesPublisher.kt" rel="noopener noreferrer"&gt;GitLab Pages Publisher&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Bitbucket

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/JavaEden/Orchid/blob/features/integrations/integrations/OrchidBitbucket/src/main/kotlin/com/eden/orchid/bitbucket/wiki/BitbucketWikiAdapter.kt" rel="noopener noreferrer"&gt;Wiki adapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/JavaEden/Orchid/blob/features/integrations/integrations/OrchidBitbucket/src/main/kotlin/com/eden/orchid/bitbucket/publication/BitbucketCloudPublisher.kt" rel="noopener noreferrer"&gt;Bitbucket Cloud Publisher&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Azure DevOps

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/JavaEden/Orchid/blob/features/integrations/integrations/OrchidAzure/src/main/kotlin/com/eden/orchid/azure/wiki/AzureWikiAdapter.kt" rel="noopener noreferrer"&gt;Wiki adapter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;I would also love the help of a designer to make a really great home page and a new logo for Orchid.&lt;/p&gt;

&lt;p&gt;Please &lt;a href="https://www.caseyjbrooks.com/contact/" rel="noopener noreferrer"&gt;reach out to me&lt;/a&gt; if you're interested in contributing to the project for any of these specific issues, I (and the whole community!) would really appreciate it!&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, or &lt;a href="https://www.caseyjbrooks.com/contact/" rel="noopener noreferrer"&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 next month's update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>static</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Orchid Newsletter: One Love</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Sat, 02 Mar 2019 20:39:07 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/monthly-orchid-update-one-love-33he</link>
      <guid>https://dev.to/cjbrooks12/monthly-orchid-update-one-love-33he</guid>
      <description>&lt;p&gt;Ah February, a month to celebrate love in all of its meanings: Valentines Day to celebrate love with your significant other, Black History Month to love and celebrate those different from us, and for Orchid, hippie love with new support for the Groovy programming language.&lt;/p&gt;

&lt;p&gt;This is a monthly newsletter around Orchid, the newest and best static site generator for the JVM. 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 during the previous month! 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;h1&gt;
  
  
  On Github
&lt;/h1&gt;

&lt;p&gt;As of the time of writing, Orchid is at 157 stars on Github. This was a really great month, with Orchid's new features and a blog post here garnering quite a bit of attention. Thanks for all the support!&lt;/p&gt;

&lt;h1&gt;
  
  
  In The Media
&lt;/h1&gt;

&lt;p&gt;After releasing 0.16.0, I published a post here on Dev.to detailing how to use Orchid to document Kotlin projects from beginning-to-end. It got quite a bit of attention and is definitely the best place to start if you're wanting t get started using Orchid for any of your projects. Be sure to check it out if you haven't already!&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/cjbrooks12" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bV2FWT7N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--n_9Lfu-w--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/66227/6e81450b-870b-492c-b7ad-ae964c7c0006.jpeg" alt="cjbrooks12"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/cjbrooks12/how-to-document-a-kotlin-project-edc" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How To Document A Kotlin Project&lt;/h2&gt;
      &lt;h3&gt;Casey Brooks ・ Feb 18 '19 ・ 14 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#kotlin&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#documentation&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#orchid&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;h1&gt;
  
  
  What's New?
&lt;/h1&gt;

&lt;p&gt;Orchid is now at version &lt;a href="https://github.com/JavaEden/Orchid/releases/tag/0.16.1"&gt;0.16.1&lt;/a&gt;, a bugfix version after 0.16.0, which brought with it a ton of cool new features that I teased with last month's entry. All of these features have been released and are ready for you to use!&lt;/p&gt;

&lt;h3&gt;
  
  
  New theme: &lt;strong&gt;Copper&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kXqzCv1r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/orchid/image/upload/v1549253492/themes/copper/1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kXqzCv1r--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/orchid/image/upload/v1549253492/themes/copper/1.png" alt="Copper Theme Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The theme I built for my own site, now you can use for yours! Based on Bulma, this theme is great for showcasing the best projects for your portfolio, but is equally good for documentation.&lt;/p&gt;

&lt;p&gt;For examples of Orchid sites using this new theme, checkout &lt;a href="https://www.caseyjbrooks.com/"&gt;caseyjbrooks.com&lt;/a&gt; or the &lt;a href="https://copper-leaf.github.io/trellis/"&gt;Trellis docs&lt;/a&gt; and &lt;a href="https://copper-leaf.github.io/dokka-json/"&gt;JSON Documentation Formatters docs&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  New bundle: &lt;strong&gt;Orchid Docs&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;After setting up many of my other library projects with Orchid documentation, I've noticed myself adding the same plugins over and over to each project. To make it easier for others to get started with Orchid as a documentation tool, I've created a new Bundle, &lt;code&gt;OrchidDocs&lt;/code&gt;, which contains the following plugins:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;OrchidCore&lt;/code&gt;: The core Orchid framework&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidEditorial&lt;/code&gt;: A default theme (subject to change in a later version)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidPages&lt;/code&gt;: Static pages to hold changelogs, contact forms, project license, etc.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidWiki&lt;/code&gt;: The full wiki documentation for the site&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidForms&lt;/code&gt;: Easily add contact or bug report forms&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidChangelog&lt;/code&gt;: Manage project versions, and update Github releases automatically on deploy&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidSearch&lt;/code&gt;: Enable full-text search of your docs&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidDiagrams&lt;/code&gt;: Describe your project with diagrams and flow charts &lt;/li&gt;
&lt;li&gt;
&lt;code&gt;OrchidSyntaxHighlighter&lt;/code&gt;: Your choice of either server-side or Javascript-based highlighting&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  New plugin: &lt;strong&gt;Groovydoc&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Delivered by request, Groovy will be an officially-supported language for Orchid code documentation. The Groovy plugin allows you to easily document your Groovy and Java source code and embed it in any Orchid theme you like.&lt;/p&gt;

&lt;h1&gt;
  
  
  Coming Soon
&lt;/h1&gt;

&lt;p&gt;Orchid is currently in the aftermath of releasing a major version, which typically means focusing on bugfixes, tests, and documentation. You can expect increasing stability and theme improvements over the next few weeks/months. &lt;/p&gt;

&lt;p&gt;In addition, adding the Groovydoc plugin helped me understand better how Orchid &lt;em&gt;should&lt;/em&gt; handle code documentation, and work is underway to greatly improve this for all languages. Work is underway that will make it significantly easier to add additional programming languages that Orchid can work with, and also make it easier and more flexible for you to document your projects. You can follow the work toward this goal in the following issue on Github.&lt;/p&gt;


&lt;div class="ltag_github-liquid-tag"&gt;
  &lt;h1&gt;
    &lt;a href="https://github.com/orchidhq/Orchid/issues/232"&gt;
      &lt;img class="github-logo" alt="GitHub logo" 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"&gt;
      &lt;span class="issue-title"&gt;
        Modularize and unify code documentation plugins
      &lt;/span&gt;
      &lt;span class="issue-number"&gt;#232&lt;/span&gt;
    &lt;/a&gt;
  &lt;/h1&gt;
  &lt;div class="github-thread"&gt;
    &lt;div class="timeline-comment-header"&gt;
      &lt;a href="https://github.com/cjbrooks12"&gt;
        &lt;img class="github-liquid-tag-img" src="https://res.cloudinary.com/practicaldev/image/fetch/s--3HwYt8nU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://avatars2.githubusercontent.com/u/6157866%3Fv%3D4" alt="cjbrooks12 avatar"&gt;
      &lt;/a&gt;
      &lt;div class="timeline-comment-header-text"&gt;
        &lt;strong&gt;
          &lt;a href="https://github.com/cjbrooks12"&gt;cjbrooks12&lt;/a&gt;
        &lt;/strong&gt; posted on &lt;a href="https://github.com/orchidhq/Orchid/issues/232"&gt;&lt;time&gt;Feb 22, 2019&lt;/time&gt;&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag-github-body"&gt;
      &lt;p&gt;This is the beginning of a major reworking of how Orchid handles code documentation. These changes are mostly structural, and I expect only minor changes to be needed by end-users when it is complete.&lt;/p&gt;
&lt;h1&gt;
&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;Abstract&lt;/h1&gt;
&lt;p&gt;Instead of having separate plugins which each provide their own generators/templates/menu items/etc., Orchid should have a single plugin that does the work of configuring and generating all the Orchid stuff needed. The language plugins then just need to provide adapters to that common "code documentation" model to work.&lt;/p&gt;
&lt;p&gt;Specifically, the &lt;a href="https://github.com/copper-leaf/dokka-json"&gt;copper-leaf/dokka-json&lt;/a&gt; will provide a common interface and configuration strategy that the main Orchid plugin will work with, and the individual languages in that repo each provide the adapters needed to work with it.&lt;/p&gt;
&lt;p&gt;By including the main code documentation plugin and the individual language adapters needed, no additional Orchid-specific work needs to be done to support new languages. All that would be required is creating a language model that conforms to the copper-leaf/dokka-json common interface, which is tool-agnostic.&lt;/p&gt;
&lt;h1&gt;
&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;Requirements&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;[x] 1. Get all languages currently supported by Orchid moved to the model used in the copper-leaf/kodiak project&lt;/li&gt;
&lt;li&gt;[X]     1.1. Java&lt;/li&gt;
&lt;li&gt;[X]     1.2. Kotlin&lt;/li&gt;
&lt;li&gt;[X]     1.3. Groovy&lt;/li&gt;
&lt;li&gt;[x]     1.4. Swift&lt;/li&gt;
&lt;li&gt;[x] 2. Create a common interface in the copper-leaf/dokka-json project that Orchid will eventually read. Make all supported languages conform to this common specification&lt;/li&gt;
&lt;li&gt;[x] 3. Create a common "code doc" plugin in Orchid that reads the abstract model and can generate anything code it needs. It should have a way to register the individual language extensions (potentially using Java Service Locators for Orchid-independence)&lt;/li&gt;
&lt;li&gt;[x]     3.1. Generate doc pages similar to existing plugins (but namespaced)&lt;/li&gt;
&lt;li&gt;[x]     3.2. Allow multiple modules for each source type, each with multiple source dirs&lt;/li&gt;
&lt;li&gt;[x]     3.3. Landing pages with &lt;code&gt;README&lt;/code&gt; page content for each module&lt;/li&gt;
&lt;li&gt;[x]     3.4. Menu items&lt;/li&gt;
&lt;li&gt;[x]         3.4.1. Page links (link to IDs on a single page)&lt;/li&gt;
&lt;li&gt;[x]         3.4.2. Module pages (link to subpages of a single module)&lt;/li&gt;
&lt;li&gt;[x]         3.4.3. Modules (link to homepages of each module)&lt;/li&gt;
&lt;li&gt;[x]     3.5. Collections&lt;/li&gt;
&lt;li&gt;[x]         3.5.1. Pages by node-kind for each module&lt;/li&gt;
&lt;li&gt;[x]         3.5.2. All doc pages each module&lt;/li&gt;
&lt;li&gt;[x]         3.5.3. Landing pages for all modules&lt;/li&gt;
&lt;li&gt;[x] 4. Deprecate and remove existing code doc plugins, in favor of using the unified and modularized approach above.&lt;/li&gt;
&lt;li&gt;[x]     4.1. Deprecate existing plugins, but keep around for 0.18.0 release&lt;/li&gt;
&lt;li&gt;[ ]     4.2. Completely remove existing plugins in 0.19.0 release&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;
&lt;span class="octicon octicon-link"&gt;&lt;/span&gt;New Code Documentation Approach&lt;/h1&gt;
&lt;p&gt;Currently, each code documentation plugin takes multiple source directories and creates a single "documentation module" per-language. This might cause an issue where code that is separated into multiple modules would be displayed in Orchid as if they were not. Furthermore, code docs from different languges don't necessarily play well together.&lt;/p&gt;
&lt;p&gt;Instead of having a separate generator for each language, there will be a single generator. The configuration for that generator specifies a list of "code modules". Each module is given its source language(s), and it will generate the pages for each module in isolation. But it will also create a "module index" and related menu items, etc. You could, for example, create separate modules in your Orchid docs for each Gradle module in the project, where each module is processed separately, even though they have the same source language.&lt;/p&gt;
&lt;p&gt;This will also provide a better system for putting code API at subdirectories of your site, while still being able to index and reference external API docs. This will involve publishing a registry of your sites modules in &lt;code&gt;meta/code-modules.json&lt;/code&gt; (or something like that), and at runtime reading an external site's &lt;code&gt;code-modules.json&lt;/code&gt; file, using that to index the pages rendered by each module, and then the page lookups performed when rendering its own site will look in the metadata of those individual modules rather than relying on a specific folder structure of the external site.&lt;/p&gt;

    &lt;/div&gt;
    &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/orchidhq/Orchid/issues/232"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&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, 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 next month's update!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>orchid</category>
      <category>static</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Help Me Learn Design Skills!</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Mon, 25 Feb 2019 16:43:31 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/help-me-learn-design-skills-125h</link>
      <guid>https://dev.to/cjbrooks12/help-me-learn-design-skills-125h</guid>
      <description>&lt;p&gt;I am typically a mobile/static web developer, and I fully admit that I am not a designer. If you give me a mockup, I can pretty well create a website or Android app to match, but ask me to make the mockup and I don't even know where to start. But I &lt;em&gt;want&lt;/em&gt; to be able to do design, even at just a basic level. &lt;/p&gt;

&lt;p&gt;Does anyone have any good resources for learning design? I'm wanting to learn Figma, but I've never used these kinds of design tools and I don't even really know what the different buttons do and how to actually use them, so some tutorials on design tools, in general, would be great. And then, of course, articles on the fundamentals of design.&lt;/p&gt;

&lt;p&gt;Specifically, my main goal is to create a new landing page for &lt;a href="https://orchid.netlify.com/"&gt;Orchid&lt;/a&gt; and revamp its documentation theme, so resources more focused on responsive web and landing pages are appreciated. Thanks!&lt;/p&gt;

</description>
      <category>requestforpost</category>
    </item>
    <item>
      <title>How To Document A Kotlin Project</title>
      <dc:creator>Casey Brooks</dc:creator>
      <pubDate>Mon, 18 Feb 2019 17:28:46 +0000</pubDate>
      <link>https://dev.to/cjbrooks12/how-to-document-a-kotlin-project-edc</link>
      <guid>https://dev.to/cjbrooks12/how-to-document-a-kotlin-project-edc</guid>
      <description>&lt;p&gt;Documentation is far from being the sexiest thing about software development, but it is certainly necessary. Think back to all the libraries and tools you use every day; they all must have some pretty good documentation, otherwise, you would have never learned how to use them.&lt;/p&gt;

&lt;p&gt;So if you're building a library, and you want people to use it, it should also have good documentation. And if that library happens to be written in Kotlin, you're in luck because creating a great documentation website is actually much easier than you might think with the help of a new tool called &lt;a href="https://orchid.netlify.com/"&gt;Orchid&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This tutorial will walk you through how to create a basic documentation site for your Kotlin project with Orchid, including Dokka code docs, a wiki, and changelogs, and get it deployed Github Pages. If you want to jump right into a working project, you can find everything described here in the &lt;a href="https://github.com/JavaEden/OrchidTutorials/tree/master/kotlin-site"&gt;OrchidTutorials example project&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Table of Contents
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;
Getting Started

&lt;ul&gt;
&lt;li&gt;App Setup&lt;/li&gt;
&lt;li&gt;Orchid Setup&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
Adding Content

&lt;ul&gt;
&lt;li&gt;Homepage&lt;/li&gt;
&lt;li&gt;Site Info/Theme Configuration&lt;/li&gt;
&lt;li&gt;Wiki&lt;/li&gt;
&lt;li&gt;Changelog&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
Kotlin Code Docs

&lt;ul&gt;
&lt;li&gt;Setting Up The Plugin&lt;/li&gt;
&lt;li&gt;Creating The Menus&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Deploy On Github Pages&lt;/li&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;We'll be using Gradle for this project, but the process will be nearly identical if you prefer Maven. &lt;/p&gt;

&lt;p&gt;To start, we'll need a Kotlin project to work with. Ideally, it will be in its own Gradle subproject, such as &lt;code&gt;:app&lt;/code&gt;, while the documentation will be in another subproject like &lt;code&gt;:docs&lt;/code&gt;. For illustration purposes I am going to quickly set up an example application, but you are free to just follow along using your own library and skip directly to the &lt;em&gt;Orchid Setup&lt;/em&gt; section.&lt;/p&gt;

&lt;h3&gt;
  
  
  App Setup
&lt;/h3&gt;

&lt;p&gt;Starting with a basic Gradle project, we'll need to create our two subprojects. This involves telling Gradle about our projects in &lt;code&gt;settings.gradle&lt;/code&gt;, and setting up the Kotlin plugin in the &lt;code&gt;:app&lt;/code&gt; project's &lt;code&gt;build.gradle&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight groovy"&gt;&lt;code&gt;&lt;span class="c1"&gt;// settings.gradle&lt;/span&gt;
&lt;span class="n"&gt;rootProject&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;name&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;'Kotlin Project'&lt;/span&gt;

&lt;span class="n"&gt;include&lt;/span&gt; &lt;span class="s1"&gt;':app'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight groovy"&gt;&lt;code&gt;&lt;span class="c1"&gt;// app/build.gradle&lt;/span&gt;
&lt;span class="n"&gt;plugins&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;id&lt;/span&gt; &lt;span class="s1"&gt;'org.jetbrains.kotlin.jvm'&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="s1"&gt;'1.3.21'&lt;/span&gt;
    &lt;span class="n"&gt;id&lt;/span&gt; &lt;span class="s1"&gt;'application'&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="n"&gt;repositories&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;jcenter&lt;/span&gt;&lt;span class="o"&gt;()&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="n"&gt;dependencies&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;compile&lt;/span&gt; &lt;span class="s1"&gt;'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.21'&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="n"&gt;application&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;mainClassName&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;'com.example.MainKt'&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now we're ready to start adding and running Kotlin files. For simplicity, we're using the &lt;code&gt;application&lt;/code&gt; plugin so we can run a &lt;code&gt;main&lt;/code&gt; method in our Kotlin project. We'll set up the application as an &lt;code&gt;Application&lt;/code&gt; interface, an &lt;code&gt;ExampleApplication&lt;/code&gt; class that implements that interface, and have the main method run that app. Though it is quite simplistic, it will work well enough as an example of the kind of documentation Orchid will generate for it.&lt;/p&gt;

&lt;p&gt;So let's get these all set up!&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight java"&gt;&lt;code&gt;&lt;span class="c1"&gt;// app/src/main/kotlin/main.kt&lt;/span&gt;
&lt;span class="kn"&gt;package&lt;/span&gt; &lt;span class="nn"&gt;com.example&lt;/span&gt;

&lt;span class="cm"&gt;/**
 * Run the ExampleApplication
 */&lt;/span&gt;
&lt;span class="n"&gt;fun&lt;/span&gt; &lt;span class="nf"&gt;main&lt;/span&gt;&lt;span class="o"&gt;()&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="nc"&gt;ExampleApplication&lt;/span&gt;&lt;span class="o"&gt;().&lt;/span&gt;&lt;span class="na"&gt;run&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
        &lt;span class="n"&gt;println&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"Running $name version $version..."&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="n"&gt;start&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"3"&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="n"&gt;println&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"Finished!"&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;span class="cm"&gt;/**
 * An Application that can be run with arbitrary arguments.
 */&lt;/span&gt;
&lt;span class="kd"&gt;interface&lt;/span&gt; &lt;span class="nc"&gt;Application&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;

    &lt;span class="cm"&gt;/**
     * The name of the application
     */&lt;/span&gt;
    &lt;span class="n"&gt;val&lt;/span&gt; &lt;span class="nl"&gt;name:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt;

    &lt;span class="cm"&gt;/**
     * The current application version
     */&lt;/span&gt;
    &lt;span class="n"&gt;val&lt;/span&gt; &lt;span class="nl"&gt;version:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt;

    &lt;span class="cm"&gt;/**
     * Run this application with the arguments provided
     *
     * @param args the args to configure the application
     */&lt;/span&gt;
    &lt;span class="n"&gt;fun&lt;/span&gt; &lt;span class="nf"&gt;start&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;vararg&lt;/span&gt; &lt;span class="nl"&gt;args:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;span class="kd"&gt;class&lt;/span&gt; &lt;span class="nc"&gt;ExampleApplication&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nc"&gt;Application&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;override&lt;/span&gt; &lt;span class="n"&gt;val&lt;/span&gt; &lt;span class="nl"&gt;version:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"1.0.0"&lt;/span&gt;
    &lt;span class="n"&gt;override&lt;/span&gt; &lt;span class="n"&gt;val&lt;/span&gt; &lt;span class="nl"&gt;name:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s"&gt;"Example Application"&lt;/span&gt;

    &lt;span class="n"&gt;override&lt;/span&gt; &lt;span class="n"&gt;fun&lt;/span&gt; &lt;span class="nf"&gt;start&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;vararg&lt;/span&gt; &lt;span class="nl"&gt;args:&lt;/span&gt; &lt;span class="nc"&gt;String&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
        &lt;span class="k"&gt;for&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;i&lt;/span&gt; &lt;span class="n"&gt;in&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;..&lt;/span&gt;&lt;span class="na"&gt;args&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;first&lt;/span&gt;&lt;span class="o"&gt;().&lt;/span&gt;&lt;span class="na"&gt;toInt&lt;/span&gt;&lt;span class="o"&gt;())&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
            &lt;span class="n"&gt;println&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"$i..."&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
            &lt;span class="nc"&gt;Thread&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;sleep&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1000&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
        &lt;span class="o"&gt;}&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now we can run &lt;code&gt;./gradlew :app:run&lt;/code&gt; and Gradle will compile the Kotlin sources and run its main method. You should see the following output:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;./gradlew :app:run

&amp;gt; Task :app:run
Running Example Application version 1.0.0...
1...
2...
3...
Finished!

BUILD SUCCESSFUL in 4s
2 actionable tasks: 2 executed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Orchid Setup
&lt;/h3&gt;

&lt;p&gt;Now let's get our project ready to use Orchid. Orchid is a new static site generator, written in Kotlin, which specializes in generating code documentation. It supports Kotlin sources but also has plugins for Java, Groovy, and Swift, which all work very similar to this tutorial. &lt;/p&gt;

&lt;p&gt;Orchid runs as a Gradle plugin and is best if it is given its own Gradle subproject. So let's get our &lt;code&gt;settings.gradle&lt;/code&gt; setup with a new &lt;code&gt;:docs&lt;/code&gt; project, and we'll also set up the &lt;code&gt;docs/build.gradle&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight groovy"&gt;&lt;code&gt;&lt;span class="c1"&gt;// settings.gradle&lt;/span&gt;
&lt;span class="n"&gt;rootProject&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;name&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;'Kotlin Project'&lt;/span&gt;

&lt;span class="n"&gt;include&lt;/span&gt; &lt;span class="s1"&gt;':app'&lt;/span&gt;
&lt;span class="n"&gt;include&lt;/span&gt; &lt;span class="s1"&gt;':docs'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight groovy"&gt;&lt;code&gt;&lt;span class="c1"&gt;// docs/build.gradle&lt;/span&gt;
&lt;span class="c1"&gt;// 1. Apply Orchid plugin&lt;/span&gt;
&lt;span class="n"&gt;plugins&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;id&lt;/span&gt; &lt;span class="s2"&gt;"com.eden.orchidPlugin"&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="s2"&gt;"0.16.0"&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;span class="c1"&gt;// 2. Include Orchid dependencies&lt;/span&gt;
&lt;span class="n"&gt;dependencies&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;orchidRuntime&lt;/span&gt; &lt;span class="s2"&gt;"io.github.javaeden.orchid:OrchidDocs:0.16.0"&lt;/span&gt;
    &lt;span class="n"&gt;orchidRuntime&lt;/span&gt; &lt;span class="s2"&gt;"io.github.javaeden.orchid:OrchidKotlindoc:0.16.0"&lt;/span&gt;
    &lt;span class="n"&gt;orchidRuntime&lt;/span&gt; &lt;span class="s2"&gt;"io.github.javaeden.orchid:OrchidPluginDocs:0.16.0"&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;span class="c1"&gt;// 3. Get dependencies from JCenter and Kotlinx Bintray repo&lt;/span&gt;
&lt;span class="n"&gt;repositories&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;jcenter&lt;/span&gt;&lt;span class="o"&gt;()&lt;/span&gt;
    &lt;span class="n"&gt;maven&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt; &lt;span class="n"&gt;url&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"https://kotlin.bintray.com/kotlinx/"&lt;/span&gt; &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;span class="c1"&gt;// 4. Use the 'Editorial' theme, and set the URL it will have on Github Pages&lt;/span&gt;
&lt;span class="n"&gt;orchid&lt;/span&gt; &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="n"&gt;theme&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"Editorial"&lt;/span&gt;
    &lt;span class="n"&gt;baseUrl&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"http://username.github.io/project"&lt;/span&gt;
    &lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s2"&gt;"1.0.0"&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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 wiki and tell it where to find our Kotlin code, but you can run Orchid right now with &lt;code&gt;./gradlew :docs:orchidServe&lt;/code&gt; and view the site on &lt;a href="http://localhost:8080"&gt;http://localhost:8080&lt;/a&gt;. It should give you an output like the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&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: http://username.github.io/project
-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

[WARN] Warnings:
[WARN] WikiGenerator: 
[WARN]     - Could not find wiki summary page in 'wiki/'


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

&lt;/div&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--FDEExEMJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/0w4awux9ya5vm1a84z5i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FDEExEMJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/0w4awux9ya5vm1a84z5i.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&gt;
  
  
  Adding Content
&lt;/h2&gt;

&lt;h3&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;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;// docs/src/orchid/resources/homepage.md
&lt;span class="gh"&gt;# Kotlin Project&lt;/span&gt;

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

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5vatUsgK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/q9olagjvmkeud0jwxgnh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5vatUsgK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/q9olagjvmkeud0jwxgnh.png" alt="Orchid Site with Homepage content"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A common thing to add to the homepage is your project's &lt;code&gt;README&lt;/code&gt;, which has things like badges, basic setup instructions, etc. We don't want to have to copy everything from the README to our Homepage file, so let's just tell Orchid to include the README on the homepage for us!&lt;/p&gt;

&lt;p&gt;To do this, we will add a &lt;strong&gt;Front Matter&lt;/strong&gt; section to the top of the homepage file, and add the "Readme" &lt;strong&gt;Component&lt;/strong&gt; to the homepage in that Front Matter. If you've previously used Jekyll or another static site generator, Orchid handles Front Matter in the exact same way: YAML between a pair of triple-dashes lines.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;// docs/src/orchid/resources/homepage.md
--------
&lt;/span&gt;components:
&lt;span class="p"&gt;  -&lt;/span&gt; type: 'pageContent'
&lt;span class="gh"&gt;  - type: 'readme'
--------
# Kotlin Project&lt;/span&gt;

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

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cNFJZ-qM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/p6yuklpfg3fxf2x5inzj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cNFJZ-qM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/p6yuklpfg3fxf2x5inzj.png" alt="Homepage with Readme contents"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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. Here, we've added the &lt;code&gt;readme&lt;/code&gt; component, which searches for the README in your project and adds it to the page. We also added 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 components you'll have to add it yourself.&lt;/p&gt;

&lt;p&gt;That's about it for the Homepage. But our site is looking a bit boring, and there's some information that the theme would like us to provide. So let's go ahead and configure the theme.&lt;/p&gt;

&lt;h3&gt;
  
  
  Site Info/Theme Configuration
&lt;/h3&gt;

&lt;p&gt;Orchid handles configuration with a &lt;code&gt;config.yml&lt;/code&gt; in the root of your resources. In it, we will add some basic info about our site, and we can also configure our theme, such as changing its colors.&lt;/p&gt;

&lt;p&gt;This config file includes some configurations under &lt;code&gt;site&lt;/code&gt;, which is common info typically used by any theme you choose, and some theme-specific configuration under &lt;code&gt;Editorial&lt;/code&gt;. If you remember, this key is the same value we set as our theme in &lt;code&gt;docs/build.gradle&lt;/code&gt;. For the theme, we're changing the site's accent color, and also putting in the Github project for a social link.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;site&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;about&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;siteName&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Kotlin Project&lt;/span&gt;
    &lt;span class="na"&gt;siteDescription&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;This is a short description of this project.&lt;/span&gt;
&lt;span class="na"&gt;Editorial&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;primaryColor&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;#DE9149'&lt;/span&gt;
  &lt;span class="na"&gt;social&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;github&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username/project'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SqpZbb7W--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/d2nyfiehj7tdrdnt9ugl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SqpZbb7W--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/d2nyfiehj7tdrdnt9ugl.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. If you visit &lt;a href="http://localhost:8080/admin"&gt;http://localhost:8080/admin&lt;/a&gt; while your site is serving locally, you can view Orchid's admin panel. In here 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--vrOrccx---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dnfh7gg6cvpyryin9200.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vrOrccx---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dnfh7gg6cvpyryin9200.png" alt="Orchid Admin Panel Theme Options"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Wiki
&lt;/h3&gt;

&lt;p&gt;Now that our site is looking a bit more unique, we can start adding some additional content to help our users learn how to use the project. Orchid's Wiki plugin will help us here, allowing us to create an easily-navigable knowledge base, walking users through everything they need to get going with the project.&lt;/p&gt;

&lt;p&gt;This plugin starts with a &lt;code&gt;wiki/summary.md&lt;/code&gt; file. In here, we'll add relative links to the subpages in the wiki. Orchid will then create a new page in your site for each entry, and join them all together so that they link from one to the next, in the order declared in the summary.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;// docs/src/orchid/resources/wiki/summary.md
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Installation&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;installation.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Basic Configuration&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;configuration.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Features&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;features.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;  -&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Feature One&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;features/one.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;  -&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Feature Two&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;features/two.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="p"&gt;-&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nv"&gt;Extending&lt;/span&gt;&lt;span class="p"&gt;](&lt;/span&gt;&lt;span class="sx"&gt;extending.md&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;    
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I'll leave the creation of these wiki entries to you. They each work in exactly the same way as the Homepage file and can contain Markdown content and a Front Matter section with any components you wish. &lt;/p&gt;

&lt;p&gt;Now, if you visit &lt;a href="http://localhost:8080/wiki"&gt;http://localhost:8080/wiki&lt;/a&gt; you'll be able to start navigating your wiki. One of the really nice features of Orchid is the built-in static search. All of your wiki pages support full-text search, to make it easy to look up anything in your site. All the individual pages of the wiki are also linked together with forward and backward links.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--O-7x9A9i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/5r4apzo10ip7wtnpqxos.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--O-7x9A9i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/5r4apzo10ip7wtnpqxos.png" alt="Wiki summary with search results"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ru-RGq42--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/nlpgex5lkcx1gjv8seur.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ru-RGq42--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/nlpgex5lkcx1gjv8seur.png" alt="Wiki entry with next and previous page links"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The last thing we need to do is start setting up our site menus, and include a link to this wiki. You can do this in &lt;code&gt;config.yml&lt;/code&gt;. Change it to look like the following:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;site&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;about&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;siteName&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Kotlin Project&lt;/span&gt;
    &lt;span class="na"&gt;siteDescription&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;This is a short description of this project.&lt;/span&gt;

&lt;span class="na"&gt;Editorial&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;primaryColor&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;#DE9149'&lt;/span&gt;
  &lt;span class="na"&gt;social&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;github&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username/project'&lt;/span&gt;
  &lt;span class="na"&gt;menu&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;separator'&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;Wiki'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;wiki'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I've added a &lt;code&gt;menu&lt;/code&gt; property to the &lt;code&gt;Editorial&lt;/code&gt; theme config. Similar to components, a menu contains a list of menu item types which are rendered in order. A single menu item configuration may produce more than one entry in the actual menu as in the &lt;code&gt;wiki&lt;/code&gt; item, which adds a link to the sidebar for each page in your wiki.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Wstg6o0n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/k7f8mvcoyjojnw00htyd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Wstg6o0n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/k7f8mvcoyjojnw00htyd.png" alt="Wiki Page with Wiki Menu Items"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Changelog
&lt;/h3&gt;

&lt;p&gt;That last piece of content we want to add to our site is a changelog. This way, users can track the changes you've been making to the project, and Orchid can also use this same information to create Releases on Github.&lt;/p&gt;

&lt;p&gt;Changelog entries are each set up as a file in your resources &lt;code&gt;changelog&lt;/code&gt; directory. Each entry should have a Front Matter section with a &lt;code&gt;version&lt;/code&gt; property with the version name (as semantic versioning). So let's go ahead and create some changelog entries, such as &lt;code&gt;changelog/1.0.0.md&lt;/code&gt;, and maybe a few others if you want:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;// docs/src/orchid/resources/changelog/1.0.0.md
--------
version: '1.0.0'
--------
&lt;/span&gt;&lt;span class="p"&gt;-&lt;/span&gt; Project is now ready for production!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The Changelog plugin does not create a page for the list of changelog entries by default, but we can create a &lt;em&gt;Static Page&lt;/em&gt; to display the list of changelog entries. Static pages are markdown files, just like the wiki and homepage files, in the &lt;code&gt;pages&lt;/code&gt; directory. We will create a &lt;code&gt;changelog.md&lt;/code&gt; file and give it the &lt;code&gt;changelog&lt;/code&gt; component to render our versions in order on the page &lt;a href="http://localhost:8080/changelog:"&gt;http://localhost:8080/changelog:&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;// docs/src/orchid/resources/pages/changelog.md
--------
&lt;/span&gt;components:
&lt;span class="gh"&gt;  - type: changelog
--------
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yyvQu7Qb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/hmwr5trhhzyszyubzesz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yyvQu7Qb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/hmwr5trhhzyszyubzesz.png" alt="Changelog entries"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's also add this to our site menu, so users can easily find the recent changes:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;site&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;about&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;siteName&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Kotlin Project&lt;/span&gt;
    &lt;span class="na"&gt;siteDescription&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;This is a short description of this project.&lt;/span&gt;

&lt;span class="na"&gt;Editorial&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;primaryColor&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;#DE9149'&lt;/span&gt;
  &lt;span class="na"&gt;social&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;github&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username/project'&lt;/span&gt;
  &lt;span class="na"&gt;menu&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;separator'&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;Wiki'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;wiki'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;page'&lt;/span&gt;
      &lt;span class="na"&gt;itemId&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;Changelog'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ib52Z3-R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7j1ra7v0908l3rww4ib1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ib52Z3-R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7j1ra7v0908l3rww4ib1.png" alt="Menu with Changelog item"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Kotlin Code Docs
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Setting Up The Plugin
&lt;/h3&gt;

&lt;p&gt;Now we're at a point where we could start documenting our Kotlin sources. First, we need to set up the plugin and point it at our other project with Kotlin source files. The Orchid plugin is already installed as the &lt;code&gt;OrchidKotlindoc&lt;/code&gt; dependency in &lt;code&gt;docs/build.gradle&lt;/code&gt;, so we just need to update our &lt;code&gt;config.yml&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;If we pop back to our admin panel, we can find the config values we need to get going. Specifically, we need to find the "Kotlindoc" &lt;strong&gt;Generator&lt;/strong&gt; menu item in the sidebar. Clicking that shows us the available configuration values that we need to add to &lt;code&gt;config.yml&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hc6MIQ2W--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ae0099ddden8rvvbvbv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hc6MIQ2W--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ae0099ddden8rvvbvbv1.png" alt="Kotlindoc docs page in Orchid admin panel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This tells us that we can add the following snippet to &lt;code&gt;config.yml&lt;/code&gt;, and that's all we need! We'll set &lt;code&gt;sourceDirs&lt;/code&gt; to the relative file path from the docs site resources to the app project's Kotlin sources.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;kotlindoc&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;sourceDirs&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;./../../../../app/src/main/kotlin'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now, Orchid will hook into &lt;a href="https://github.com/Kotlin/dokka"&gt;Dokka&lt;/a&gt; to get the info it needs, and then generate pages for each class and package it finds in your source directories (both Java and Kotlin). The fully-qualified name creates nested directories with that same path, so &lt;code&gt;com.example.ExampleApplication&lt;/code&gt; will create &lt;a href="http://localhost:8080/com/example/ExampleApplication"&gt;http://localhost:8080/com/example/ExampleApplication&lt;/a&gt; in your site. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gv7pDPat--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/36vmgvls13dg68rgbo4y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gv7pDPat--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/36vmgvls13dg68rgbo4y.png" alt="Kotlin Class page"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Currently, this page doesn't look that great. The default markup is based on Bootstrap, but the theme is not. No worries, however, we can just tell Orchid to add a trimmed-down Bootstrap stylesheet to our Kotlin doc pages! &lt;/p&gt;

&lt;p&gt;Let's download &lt;a href="https://gist.github.com/cjbrooks12/7b3942d6fe18a1151aae4cfe9ed9cedb#file-orchidkotlindoc-css"&gt;this gist&lt;/a&gt; to a file named &lt;code&gt;assets/css/orchidKotlindoc.scss&lt;/code&gt;. This is a SCSS file, and Orchid will automatically compile it to CSS for us and add it to our Kotlin doc pages with the following snippet in &lt;code&gt;config.yml&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;kotlindoc&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;sourceDirs&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;./../../../../app/src/main/kotlin'&lt;/span&gt;
  &lt;span class="na"&gt;pages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;extraCss&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
      &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;assets/css/orchidKotlindoc.scss'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;There we go, now the pages are looking much better!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4Ggbnh8h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/26oxcx6tz6fft746f9p1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4Ggbnh8h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/26oxcx6tz6fft746f9p1.png" alt="Kotlin Class page with improved styling"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We can navigate from this Class page to its package page as well, which looks very similar. And just as the full-text search worked on our wiki pages, it also will find matches within our code comments on these pages as well!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3THyVdLz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/079z6mit8d762sgpx38i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3THyVdLz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/079z6mit8d762sgpx38i.png" alt="Kotlin Package page with search results"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Creating The Menus
&lt;/h3&gt;

&lt;p&gt;We're nearly done setting up our site, there's just one more piece to the puzzle we need: menu links to our Kotlin doc pages! We'll start by adding links to all the classes and packages in our project to the sidebar. This gets added to the same menu list we used earlier for wiki pages in &lt;code&gt;config.yml&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;site&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;about&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;siteName&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;Kotlin Project&lt;/span&gt;
    &lt;span class="na"&gt;siteDescription&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;This is a short description of this project.&lt;/span&gt;

&lt;span class="na"&gt;Editorial&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;primaryColor&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;#DE9149'&lt;/span&gt;
  &lt;span class="na"&gt;social&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;github&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username/project'&lt;/span&gt;
  &lt;span class="na"&gt;menu&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;separator'&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;Wiki'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;wiki'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;page'&lt;/span&gt;
      &lt;span class="na"&gt;itemId&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;Changelog'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;separator'&lt;/span&gt;
      &lt;span class="na"&gt;title&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;API&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;Docs'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;kotlindocPackages'&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;kotlindocClasses'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--14IPiomR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7otue9dcg8y1h21jmpru.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--14IPiomR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7otue9dcg8y1h21jmpru.png" alt="Menu item links for all Kotlin class and package pages"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There's one more menu that is nice to include here as well. Just as the theme has a menu, &lt;em&gt;each page&lt;/em&gt; in Orchid can also have its own menu, so that menus may change slightly on different parts of the site, highlighting relevant content. So let's add a menu to all our Kotlin doc pages with links to each method, constructor, etc. on each page. Clicking one of these menu items will link you to the appropriate &lt;em&gt;anchor&lt;/em&gt; on the page rather than taking you to a new page.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;kotlindoc&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;sourceDirs&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;./../../../../app/src/main/kotlin'&lt;/span&gt;
  &lt;span class="na"&gt;pages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;extraCss&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
      &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;assets/css/orchidKotlindoc.scss'&lt;/span&gt;
    &lt;span class="na"&gt;menu&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
      &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;kotlindocClassLinks"&lt;/span&gt;
        &lt;span class="na"&gt;includeItems&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="no"&gt;true&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D_GUzUii--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/hjw96uidterf187zj7qf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D_GUzUii--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/hjw96uidterf187zj7qf.png" alt="Kotlindoc Class Links"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Deploy On Github Pages
&lt;/h2&gt;

&lt;p&gt;Our site is now ready to be deployed! For most projects, Github Pages is a great place to host your docs. All you have to do is push static files to the &lt;code&gt;gh-pages&lt;/code&gt; branch of a repository and Github will host it for you. &lt;/p&gt;

&lt;p&gt;While many static site generators expect you to commit and push your site to this branch manually, Orchid actually makes it incredibly simple for you by providing you with a simple deployment pipeline. So let's get the Github Pages publication set up. Add the following snippet to &lt;code&gt;config.yml&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;services&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;publications&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;stages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
      &lt;span class="na"&gt;ghPages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
        &lt;span class="na"&gt;branch&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;gh-pages&lt;/span&gt;
        &lt;span class="na"&gt;repo&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;project'&lt;/span&gt;
        &lt;span class="na"&gt;username&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In addition, we will need to authenticate with Github in order to actually succeed in pushing to that branch. To do that, you need to create a &lt;a href="https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/"&gt;Github Personal Access Token&lt;/a&gt; and set it to the &lt;code&gt;githubToken&lt;/code&gt; environment variable.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;githubToken&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;...
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now, instead of running &lt;code&gt;./gradlew :docs:orchidServe&lt;/code&gt; simply run &lt;code&gt;./gradlew :docs:orchidDeploy -Penv=prod&lt;/code&gt;, and Orchid will build your site using your production base URL, and after a successful build push the built site to the &lt;code&gt;gh-pages&lt;/code&gt; branch of your repo.&lt;/p&gt;

&lt;p&gt;But let's take this just one step further. We always want to make sure that our doc site is up-to-date with the Releases on Github, so no one ever gets misleading or conflicting information. Fortunately, Orchid has another publisher that will create a Github Release based on the latest changelog version! It's just as simple to set up and uses the same &lt;code&gt;githubToken&lt;/code&gt; environment variable as the &lt;code&gt;ghPages&lt;/code&gt; publisher.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# docs/src/orchid/resources/config.yml&lt;/span&gt;
&lt;span class="na"&gt;services&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="na"&gt;publications&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
    &lt;span class="na"&gt;stages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
      &lt;span class="na"&gt;ghPages&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
        &lt;span class="na"&gt;branch&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;gh-pages&lt;/span&gt;
        &lt;span class="na"&gt;repo&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;project'&lt;/span&gt;
        &lt;span class="na"&gt;username&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username'&lt;/span&gt;
      &lt;span class="na"&gt;githubReleases&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
        &lt;span class="na"&gt;repo&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;username/project'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;And with all that, our Kotlin project's doc 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 automatically pulls in the README&lt;/li&gt;
&lt;li&gt;Wiki that links forward and backward between its entries&lt;/li&gt;
&lt;li&gt;A changelog that gets ordered by semantic versioning&lt;/li&gt;
&lt;li&gt;Source-code documentation for all your Kotlin and Java sources&lt;/li&gt;
&lt;li&gt;Full-text search of your wiki and your KDoc comments&lt;/li&gt;
&lt;li&gt;Automatically-generated menu items linking to each page in your wiki and each class and package in your source code.&lt;/li&gt;
&lt;li&gt;Easy links to specific methods, properties, etc. on your class and package pages&lt;/li&gt;
&lt;li&gt;Deploy the rendered site to Github Pages&lt;/li&gt;
&lt;li&gt;Create a Release on Github with the latest changelog version&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's a lot of stuff! And specifically, that's a lot that would normally need a separate tool/build process/3rd-party service for each. In fact, for basic projects Orchid combines all the following tools into its one, unique, integrated platform:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Jekyll&lt;/li&gt;
&lt;li&gt;Gitbook&lt;/li&gt;
&lt;li&gt;Algolia&lt;/li&gt;
&lt;li&gt;Dokka&lt;/li&gt;
&lt;li&gt;Custom deployment scripts to publish to Github Pages&lt;/li&gt;
&lt;li&gt;Manual Release creation on Github on every release&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, blogs, and much more. Check out the full list of plugins &lt;a href="https://orchid.netlify.com/group/plugins"&gt;here&lt;/a&gt;, or you can even make your own!&lt;/p&gt;

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




&lt;p&gt;Cover photo by &lt;a href="https://unsplash.com/photos/3ym6i13Y9LU?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Mike Tinnion&lt;/a&gt; on &lt;a href="https://unsplash.com/"&gt;Unsplash&lt;/a&gt; with modifications by &lt;a href="https://www.caseyjbrooks.com/"&gt;Casey Brooks&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>documentation</category>
      <category>orchid</category>
    </item>
  </channel>
</rss>
