mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-09 00:44:23 +01:00
Add favicon and logo
This commit is contained in:
parent
13ee7880e7
commit
36e27eee4e
@ -117,11 +117,12 @@ makedocs(;
|
||||
repo="https://github.com/fverdugo/XM_40017/blob/{commit}{path}#{line}",
|
||||
sitename="XM_40017",
|
||||
format=Documenter.HTML(;
|
||||
assets = ["assets/iframeResizer.min.js", "assets/custom.css"],
|
||||
assets = ["assets/favicon.ico", "assets/iframeResizer.min.js", "assets/custom.css"],
|
||||
prettyurls=get(ENV, "CI", "false") == "true",
|
||||
canonical="https://fverdugo.github.io/XM_40017",
|
||||
edit_link="main",),
|
||||
pages=["Home" => "index.md","Julia Tutorial" => "julia_tutorial.md", "Notebooks"=>[
|
||||
pages=["Home" => "index.md", "Notebooks"=>[
|
||||
"Julia Tutorial" => "julia_tutorial.md",
|
||||
"Why is Julia fast?" => "julia_intro.md",
|
||||
"Julia Basics" => "julia_basics.md",
|
||||
"Julia Asynchronous" => "julia_async.md",
|
||||
|
||||
BIN
docs/src/assets/favicon-vu.ico
Normal file
BIN
docs/src/assets/favicon-vu.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
docs/src/assets/favicon.ico
Normal file
BIN
docs/src/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.0 KiB |
Loading…
x
Reference in New Issue
Block a user