Skip to content

Commit 219b313

Browse files
add banner images and copyright notice in README
1 parent 4dbb3b7 commit 219b313

38 files changed

+58
-54
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ if __name__ == '__main__':
1313
That way, all the makefile has to do is run `build.py`. (It's actually a bit more complicated here, because the static files do not live in the theme folder, so they must be copied over manually.)
1414

1515
`markdown/` contains the source files, `docs/` contains the output HTML. I would call it something different, but Github Pages only let you deploy from either the root or `docs/`, and I got tired of all the output HTML cluttering up the root, so `docs/` it is.
16+
17+
## Images
18+
19+
The images in `markdown/images` (and the copies in `docs/images`) are copyright © 2023-present me, and may not be used without either permission or attribution.

build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
SITENAME = "dragoncoder047’s site"
1111
SITESUBTITLE = "projects, ideas, and everything else"
1212
SITEURL = "https://dragoncoder047.github.io"
13-
LOGO = "/images/foo.svg"
13+
LOGO = "/images/yazani/yazani_1_extracted_bg.svg"
1414
LOGO_AREA_HTML = ('<a href="/" class="flex-row"><div class="flex-row">'
15-
f'<img src="{LOGO}" alt="under construction..."/>'
15+
f'<img src="{LOGO}" />'
1616
'<div id="sitename-text">'
1717
f'<h1>{SITENAME}</h1><h2>{SITESUBTITLE}</h2>'
1818
'</div></div></a>')
19-
ICON = "/images/foo.svg"
20-
ICON_MIMETYPE = "image/svg+xml"
19+
ICON = "/images/yazani_1_extracted_bg_big_eyes_cropped.png"
20+
ICON_MIMETYPE = "image/png"
2121
THEME_CSS_FILE = "/static/css/theme.css"
2222
THEME_MAIN_CSS = "/static/css/main.css"
2323
EXTRA_JS = "/static/misc.js"

docs/404.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/drafts/pages/lifeviewer-test.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/drafts/pages/testpage.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ie-is-not-supported.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
63.3 KB
Loading
Loading
60.4 KB
Loading
46.9 KB
Loading
16.9 KB
Loading
18.3 KB
Loading
Loading
Loading
26.5 KB
Loading

docs/index.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pages/projects.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)