Skip to content

Commit

Permalink
rebuild with analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 committed Jun 2, 2024
1 parent 6075c82 commit 2285013
Show file tree
Hide file tree
Showing 94 changed files with 1,441 additions and 524 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
"cSpell.words": [
"Caswell",
"defun",
"DOHCL",
"funcs",
"GISCUS",
"iframe",
"inlinehilite",
"kroki",
"longjmp",
"lude",
"nilly",
"nojekyll",
"Nuvoton",
"oldenv",
"phoo",
"pymdownx",
"Roboraptor",
"rsquo",
"Schemascii",
"SISC",
"svgbob",
Expand Down
22 changes: 12 additions & 10 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,29 @@
from markdown.extensions import Extension
from markdown.postprocessors import Postprocessor

PORT = 8080
BIND = "192.168.1.158"
SITEURL = f"http://{BIND}:{PORT}"
# PORT = 8080
# BIND = "192.168.1.158"
# SITEURL = f"http://{BIND}:{PORT}"

AUTHOR = "dragoncoder047"
SITENAME = "dragoncoder047’s blog"
SITESUBTITLE = "random thoughts about nonrandom things"
SITEURL = "https://dragoncoder047.github.io/blog"
LOGO = "/images/patrick.svg"
LOGO_AREA_HTML = (f'<a href="{SITEURL}"><div class="flex-row"><img src="'
+ f'{LOGO}" width="141" alt="Patrick the purple dragon"'
+ 'height="85" /><div id="sitename-text" class="flex-'
+ f'column"><h1>{SITENAME}</h1><h2>{SITESUBTITLE}</h2>'
+ "</div></div></a>")
ICON = "/images/patrick_head_silhouette.svg"
LOGO = "/images/foo.svg"
LOGO_AREA_HTML = (f'<a href="{SITEURL}"><div class="flex-row">'
f'<img src="{LOGO}" alt="under construction..." />'
'<div id="sitename-text" class="flex-column">'
f'<h1>{SITENAME}</h1><h2>{SITESUBTITLE}</h2></div></div>'
'</a>')
ICON = "/images/foo.svg"
ICON_MIMETYPE = "image/svg+xml"
THEME_CSS_FILE = "/static/css/theme.css"
THEME_MAIN_CSS = "/static/css/main.css"
THEME_STATIC_DIR = "static/"
EXTRA_JS = "/static/misc.js"

GOOGLE_TAG = "G-XR0F89CCGK" # cSpell: ignore ccgk

PATH = "markdown/"
OUTPUT_PATH = "docs/"

Expand Down
22 changes: 16 additions & 6 deletions docs/2021/updating-python/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions docs/2022/airdrop-for-non-apple-users/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions docs/2022/almost-no-javascript/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions docs/2022/change-of-plans/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2285013

Please sign in to comment.