-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12135 from quarto-dev/feature/brand-icon-small-fa…
…vicon [feature] brand - forward logo.small to favicon
- Loading branch information
Showing
20 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.quarto/ |
2 changes: 2 additions & 0 deletions
2
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/_brand.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
logo: | ||
small: logos/small.png |
25 changes: 25 additions & 0 deletions
25
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/_quarto.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
project: | ||
type: book | ||
|
||
book: | ||
title: "brand-icon-small-favicon-book" | ||
author: "Norah Jones" | ||
date: "2/21/2025" | ||
chapters: | ||
- index.qmd | ||
- intro.qmd | ||
- summary.qmd | ||
- references.qmd | ||
|
||
bibliography: references.bib | ||
|
||
format: | ||
html: | ||
theme: | ||
- cosmo | ||
- brand | ||
pdf: | ||
documentclass: scrreprt | ||
|
||
|
||
|
Binary file added
BIN
+50 KB
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions
14
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/index.qmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
_quarto: | ||
tests: | ||
html: | ||
ensureFileRegexMatches: | ||
- ['<link href="./logos/small.png" rel="icon" type="image/png">'] | ||
- [] | ||
--- | ||
|
||
# Preface {.unnumbered} | ||
|
||
This is a Quarto book. | ||
|
||
To learn more about Quarto books visit <https://quarto.org/docs/books>. |
5 changes: 5 additions & 0 deletions
5
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/intro.qmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Introduction | ||
|
||
This is a book created from markdown and executable code. | ||
|
||
See @knuth84 for additional discussion of literate programming. |
19 changes: 19 additions & 0 deletions
19
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/references.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@article{knuth84, | ||
author = {Knuth, Donald E.}, | ||
title = {Literate Programming}, | ||
year = {1984}, | ||
issue_date = {May 1984}, | ||
publisher = {Oxford University Press, Inc.}, | ||
address = {USA}, | ||
volume = {27}, | ||
number = {2}, | ||
issn = {0010-4620}, | ||
url = {https://doi.org/10.1093/comjnl/27.2.97}, | ||
doi = {10.1093/comjnl/27.2.97}, | ||
journal = {Comput. J.}, | ||
month = may, | ||
pages = {97–111}, | ||
numpages = {15} | ||
} | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/references.qmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# References {.unnumbered} | ||
|
||
::: {#refs} | ||
::: |
3 changes: 3 additions & 0 deletions
3
tests/docs/smoke-all/brand/logo/brand-icon-small-favicon-book/summary.qmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Summary | ||
|
||
In summary, this book has no content whatsoever. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
logo: | ||
small: logos/small.png |
21 changes: 21 additions & 0 deletions
21
tests/docs/smoke-all/brand/logo/website-favicon/_quarto.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
project: | ||
type: website | ||
|
||
website: | ||
title: "test-brand-favicon" | ||
navbar: | ||
left: | ||
- href: index.qmd | ||
text: Home | ||
- about.qmd | ||
|
||
format: | ||
html: | ||
theme: | ||
- cosmo | ||
- brand | ||
css: styles.css | ||
toc: true | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "About" | ||
--- | ||
|
||
About this site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "test-brand-favicon" | ||
_quarto: | ||
tests: | ||
html: | ||
ensureFileRegexMatches: | ||
- ['<link href="./logos/small.png" rel="icon" type="image/png">'] | ||
- [] | ||
--- | ||
|
||
This is a Quarto website. | ||
|
||
To learn more about Quarto websites visit <https://quarto.org/docs/websites>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* css styles */ |