mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 23:31:25 -04:00
chore: minor content and config updates
This commit is contained in:
@ -6,6 +6,7 @@ authors:
|
||||
- name: John Doe
|
||||
link: https://example.com/johndoe
|
||||
image: https://example.com/johndoe.png
|
||||
excludeSearch: true
|
||||
---
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||
|
9
exampleSite/content/docs/advanced/_index.md
Normal file
9
exampleSite/content/docs/advanced/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
linkTitle: Advanced
|
||||
title: Advanced Topics
|
||||
---
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="seo" title="SEO" icon="chart-pie" >}}
|
||||
{{< card link="customization" title="Customization" icon="pencil" >}}
|
||||
{{< /cards >}}
|
4
exampleSite/content/docs/advanced/customization.md
Normal file
4
exampleSite/content/docs/advanced/customization.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Customizing Hextra
|
||||
linkTitle: Customization
|
||||
---
|
@ -15,8 +15,5 @@ Guide to using Hextra to build your site.
|
||||
{{< card link="shortcodes" title="Shortcodes" icon="template" >}}
|
||||
{{< card link="search" title="Search" icon="document-search" >}}
|
||||
{{< card link="multi-language" title="Multi-language" icon="translate" >}}
|
||||
{{< card link="seo" title="SEO" icon="chart-pie" >}}
|
||||
{{< card link="customization" title="Customization" icon="pencil" >}}
|
||||
{{< card link="deployment" title="Deployment" icon="server" >}}
|
||||
{{< card link="faq" title="FAQ" icon="question-mark-circle" >}}
|
||||
{{< /cards >}}
|
||||
|
Reference in New Issue
Block a user