Skip to content

Commit ffbdc2d

Browse files
committed
fix build and icon
1 parent e594b16 commit ffbdc2d

15 files changed

Lines changed: 15 additions & 8 deletions

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1+
# Build output
12
_site/
3+
*.html
4+
5+
# Jekyll
26
.jekyll-cache/
7+
8+
# macOS
39
.DS_Store
10+
11+
# Logs
412
*.log
13+
14+
# Racket compiled files (platform-specific)
15+
compiled/
16+
*.zo
17+
*.dep

docs/common.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
@(define miami-cyan (make-style #f (list (attributes (list (cons 'style "color: #00CED1;"))))))
88
@(define miami-cyan-italic (make-style #f (list (attributes (list (cons 'style "color: #00CED1; font-style: italic;"))))))
99
@(define logo-style (make-style #f (list (attributes (list (cons 'style "float: right; margin: 10px;"))))))
10-
@(define title-with-css (make-style #f (list (attributes (list (cons 'style "color: #FF1493;"))) (make-css-addition "miami.css"))))
10+
@(define title-with-css (make-style #f (list (attributes (list (cons 'style "color: #FF1493;"))) (make-css-addition "miami.css") (head-extra '(link ((rel "icon") (type "image/png") (href "brickell_research_logo.png")))))))
1111
@(define footer-style (make-style #f (list (alt-tag "footer") (attributes (list (cons 'style "text-align: center; margin-top: 2rem; color: #00CED1; font-style: italic;"))))))

docs/compiled/about_scrbl.dep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/compiled/about_scrbl.zo

-15.5 KB
Binary file not shown.

docs/compiled/common_scrbl.dep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/compiled/common_scrbl.zo

-12.2 KB
Binary file not shown.

docs/compiled/contact_scrbl.dep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/compiled/contact_scrbl.zo

-16.8 KB
Binary file not shown.

docs/compiled/main_scrbl.dep

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/compiled/main_scrbl.zo

-15.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)