11 lines
169 B
Markdown
11 lines
169 B
Markdown
---
|
|
title: Introduction
|
|
tags: [getting-started]
|
|
type: first_page
|
|
homepage: true
|
|
---
|
|
{% if site.project == "doc" %}
|
|
{% include custom/doc/doc_homepage.md %}
|
|
{% endif %}
|
|
|