diff --git a/.github/workflows/blog.yml b/.github/workflows/blog.yml index b4021a9..0f3ad84 100644 --- a/.github/workflows/blog.yml +++ b/.github/workflows/blog.yml @@ -70,7 +70,7 @@ jobs: - name: Build site run: mkdocs build - - name: Deploy documentation + - name: Deploy blog env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GOOGLE_ANALYTICS_KEY: ${{ vars.GOOGLE_ANALYTICS_KEY }} diff --git a/docs/.overrides/test.html b/docs/.overrides/test.html deleted file mode 100644 index 6c139e6..0000000 --- a/docs/.overrides/test.html +++ /dev/null @@ -1,285 +0,0 @@ - -{% extends "main.html" %} - - -{% block tabs %} - {{ super() }} - - - - - - {% if config.theme.hero %} -
-
-
-
-

{{ config.theme.hero.title }}

-

{{ config.theme.hero.description }}

- {% if config.theme.hero.button_primary %} - - {{ config.theme.hero.button_primary.label }} - - {% endif %} - {% if config.theme.hero.button_secondary %} - - {{ config.theme.hero.button_secondary.label }} - - {% endif %} -
-
-
-
- {% endif %} -{% endblock %} - - - -{% block content %} - - -
- {{ page.content }} -
- - -
- -
- - - {% if pagination %} - {% block pagination %} - {% include "partials/pagination.html" %} - {% endblock %} - {% endif %} - -{% endblock %} diff --git a/docs/index.md b/docs/index.md index fc7a49c..f48f726 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- template: blog.html -title: Latest posts +title: Home hide: - navigation - toc