Skip to content

Commit

Permalink
add zsh and its logo in the navbar and top menu + in main bash front …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
prosoitos committed Jan 16, 2025
1 parent 999b925 commit 6a515d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ website:
href: julia/index.qmd
- text: Git
href: git/index.qmd
- text: Bash
- text: Bash/Zsh
href: bash/index.qmd
- text: Emacs
href: emacs/index.qmd
Expand Down Expand Up @@ -578,7 +578,7 @@ website:
- id: bash
collapse-level: 1
contents:
- text: "<br>&nbsp;<img src=\"img/logo_bash.png\" class=\"img-fluid\" style=\"width:1.4em\" alt=\"noshadow\"><br><br>"
- text: "<br>&nbsp;<img src=\"img/logo_bash.png\" class=\"img-fluid\" style=\"width:1.6em\" alt=\"noshadow\"> &nbsp;/ &nbsp;<img src=\"img/logo_zsh.svg\" class=\"img-fluid\" style=\"width:1.3em\" alt=\"noshadow\"><br><br>"
href: bash/index.qmd
- section: <b><em>Getting started</em></b>
href: bash/top_intro.qmd
Expand Down
4 changes: 2 additions & 2 deletions bash/index.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Unix shells
description: |
[![](img/logo_bash.png){width="1.3em" fig-alt="noshadow"}](https://www.gnu.org/software/bash/) &nbsp;scripting & command line utilities
[![](img/logo_bash.png){width="1.5em" fig-alt="noshadow"}](https://www.gnu.org/software/bash/) / &nbsp;[![](img/logo_zsh.svg){width="1.2em" fig-alt="noshadow"}](https://www.zsh.org/) &nbsp;scripting & command line utilities
title-block-banner: true
---

Expand All @@ -11,7 +11,7 @@ title-block-banner: true

:::{.card-body2}

[Getting started with &nbsp;![](img/logo_bash_with_name.svg){width="3em" fig-alt="noshadow"}](top_intro.qmd){.card-title2 .stretched-link}
[Getting started with ![](img/logo_bash.png){width="1.3em" fig-alt="noshadow"} and &nbsp;![](img/logo_zsh.svg){width="1.1em" fig-alt="noshadow"}](top_intro.qmd){.card-title2 .stretched-link}

[A course in Bash and Zsh]{.text-muted}

Expand Down
2 changes: 1 addition & 1 deletion bash/top_intro.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting started with Unix shells
description: An introductory course to the command line and &nbsp;[![](img/logo_bash.png){width="1.3em" fig-alt="noshadow"}](https://www.gnu.org/software/bash/) &nbsp;scripting
description: An introductory course to the command line and &nbsp;[![](img/logo_bash.png){width="1.5em" fig-alt="noshadow"}](https://www.gnu.org/software/bash/) / &nbsp;[![](img/logo_zsh.svg){width="1.2em" fig-alt="noshadow"}](https://www.zsh.org/) &nbsp;scripting
title-block-banner: true
---

Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ anchor-sections: false

:::{.card-body}

[Bash](/bash/index.qmd){.card-title .stretched-link}
[Bash/Zsh](/bash/index.qmd){.card-title .stretched-link}

[Command line & Unix shell scripting]{.text-muted}

Expand Down

0 comments on commit 6a515d3

Please sign in to comment.