Skip to content

Commit

Permalink
Start CSS stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Nov 23, 2023
1 parent ad891f5 commit dfa4a30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions _static/biodigitaljazz.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* TODO: Struggle with CSS here */
7 changes: 3 additions & 4 deletions _templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bio-digital jazz, man</title>
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/biodigitaljazz.css', 1) }}">
</head>
<body>
<nav>
Expand All @@ -17,9 +19,6 @@
<a href="https://youtu.be/gr4wJSqQRy8?si=U72psOX5SfjNdtXL">
Bio-digital jazz, man
</a>
<p>
TODO: Struggle with CSS and style this site (<code>grid-flex: inline-confusion</code>)
</p>
</p>
</footer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion blog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Blog
====

ABANDON TROPE ALL YE WHO ENTER HERE
Read yourself a thing

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
'requirements.txt',
'venv'
]

html_static_path = ['_static']

0 comments on commit dfa4a30

Please sign in to comment.