diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a4ef8e..c93f021 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,5 @@ jobs: uses: quarto-dev/quarto-actions/publish@v2 with: target: gh-pages - path: docs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/_quarto.yml b/docs/_quarto.yml index c44486f..fe5f47b 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -5,10 +5,17 @@ project: website: title: "LogAnalyzer" + page-footer: "By Appsilon with 💙 | Copyright 2024 ©" + repo-url: https://github.com/Appsilon/LogAnalyzer + google-analytics: "G-FQQZL5V93G" navbar: - left: - - href: README.md - text: Home + logo: "https://avatars0.githubusercontent.com/u/6096772" + right: + - text: GitHub + icon: github + href: https://github.com/Appsilon/LogAnalyzer + - text: Appsilon + href: https://appsilon.com/ format: html: diff --git a/docs/styles.css b/docs/styles.css index 083e77e..32ca3d9 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,6 +1,6 @@ /* css styles */ :root { - --primary-color: #009CFF; + --primary-color: #0099F9; } .navbar { @@ -49,4 +49,10 @@ button.btn.btn-primary.btn-copy-ex { #footer-banner { max-width: 796px; -} \ No newline at end of file +} + +.navbar-logo { + height: auto; + width: 4rem; + max-height: max-content; +}