@@ -305,11 +305,11 @@ description: >
305305
306306The minimum frontmatter you need to provide is a title: everything else is up to
307307you! However, if you leave out the page weight, your
308- [ navigation] ( /docs/content/navigation ) may get a little disorganized. You
309- may also want to include ` description ` since Docsy uses that to generate the
310- meta ` description ` tag used by search engines. See [ Search Engine Optimization
311- (SEO) meta tags] ({{< ref "feedback#search-engine-optimization-meta-tags" >}})
312- for details.
308+ [ navigation] ( /docs/content/navigation ) may get a little disorganized. You may
309+ also want to include ` description ` since Docsy uses that to generate the meta
310+ ` description ` tag used by search engines. See [ Search Engine Optimization (SEO)
311+ meta tags] ({{< ref "feedback#search-engine-optimization-meta-tags" >}}) for
312+ details.
313313
314314## Page contents and markup
315315
@@ -360,8 +360,8 @@ markup:
360360{{% /alert %}}
361361
362362In addition to your marked-up text, you can also use Hugo and Docsy's
363- [ shortcodes] ( /docs/content/shortcodes ) : reusable chunks of HTML that you
364- can use to quickly build your pages. Find out more about shortcodes in
363+ [ shortcodes] ( /docs/content/shortcodes ) : reusable chunks of HTML that you can use
364+ to quickly build your pages. Find out more about shortcodes in
365365[ Docsy Shortcodes] ( /docs/content/shortcodes ) .
366366
367367{{% alert title="Note" color="info" %}} Hugo also supports adding content using
@@ -416,9 +416,9 @@ You can see examples of both approaches in this and our example site. For
416416example, the source for this page is just a standalone file
417417` /content/en/docs/content/adding-content.md ` . However the source for
418418[ Docsy Shortcodes] ( /docs/content/shortcodes/ ) in this site lives in
419- ` /content/en/docs/content/shortcodes/index.md ` , with the image resource
420- used by the page in the same ` /shortcodes/ ` directory. In Hugo terminology, this
421- is called a _ leaf bundle_ because it's a folder containing all the data for a
419+ ` /content/en/docs/content/shortcodes/index.md ` , with the image resource used by
420+ the page in the same ` /shortcodes/ ` directory. In Hugo terminology, this is
421+ called a _ leaf bundle_ because it's a folder containing all the data for a
422422single site page without any child pages (and uses ` index.md ` without an
423423underscore).
424424
@@ -478,8 +478,8 @@ organizing your content with Docsy in
478478By default a docs section landing page (the ` _index.md ` or ` _index.html ` in the
479479section directory) uses a layout that adds a formatted list of links to the
480480pages in the section, with their frontmatter descriptions. The
481- [ Content and Customization] ( /docs/content/ ) landing page in this site is
482- a good example.
481+ [ Content and Customization] ( /docs/content/ ) landing page in this site is a good
482+ example.
483483
484484To display a simple bulleted list of links to the section's pages instead,
485485specify ` simple_list: true ` in the landing page's frontmatter:
@@ -665,16 +665,16 @@ own custom content.
665665
666666The example site also has an About page in ` content/en/about/_index.html ` using
667667the same Docsy template. Again, this is made up of
668- [ page blocks] ( /docs/content/shortcodes/#shortcode-blocks ) , including
669- another background image in ` content/en/about/featured-background.jpg ` . As with
670- the site landing page, you can replace the image, remove or add blocks, or just
671- add your own content.
668+ [ page blocks] ( /docs/content/shortcodes/#shortcode-blocks ) , including another
669+ background image in ` content/en/about/featured-background.jpg ` . As with the site
670+ landing page, you can replace the image, remove or add blocks, or just add your
671+ own content.
672672
673673### Building your own landing pages
674674
675675If you've just used the theme, you can still use all Docsy's provided
676- [ page blocks] ( /docs/content/shortcodes/#shortcode-blocks ) (or any other
677- content you want) to build your own landing pages in the same file locations.
676+ [ page blocks] ( /docs/content/shortcodes/#shortcode-blocks ) (or any other content
677+ you want) to build your own landing pages in the same file locations.
678678
679679## Adding a community page
680680
@@ -863,14 +863,13 @@ disableKinds: [RSS]
863863
864864{{% alert title=Note color=info %}}
865865
866- If you have enabled our [print feature](/docs/content/print/) or
867- otherwise specified section-level output formats in
868- ` hugo.toml` /`hugo.yaml`/`hugo.json`, make sure that `"RSS"` is listed as an
869- output format, otherwise you won't get section-level RSS feeds (and your blog
870- section won't get a nice orange RSS button). Your
871- ` hugo.toml` /`hugo.yaml`/`hugo.json` specification overrides the Hugo default
872- [output formats](https://gohugo.io/methods/page/outputformats/) for sections,
873- which are HTML and RSS.
866+ If you have enabled our [print feature](/docs/content/print/) or otherwise
867+ specified section-level output formats in `hugo.toml`/`hugo.yaml`/`hugo.json`,
868+ make sure that `"RSS"` is listed as an output format, otherwise you won't get
869+ section-level RSS feeds (and your blog section won't get a nice orange RSS
870+ button). Your `hugo.toml`/`hugo.yaml`/`hugo.json` specification overrides the
871+ Hugo default [output formats](https://gohugo.io/methods/page/outputformats/) for
872+ sections, which are HTML and RSS.
874873
875874<!-- prettier-ignore-start -->
876875{{< tabpane >}}
0 commit comments