Commit Graph

18 Commits

Author SHA1 Message Date
Elf M. Sternberg 361f541a84 Getting up-to-date. 2022-06-27 11:09:56 -07:00
Elf M. Sternberg d079e33c04 Added git commands. 2022-06-13 18:25:11 -07:00
Elf M. Sternberg 3a499aa5dd The scrollbars are now working. I don't know why.
No, that's not entirely true.  I know why they're working.  What I
don't understand is what's different about this layout from the
previous one, other than the additional context wrapper outside the
overflow context, which doesn't make any sense to me; nothing I've
read suggests that's how that works.
2022-06-13 17:12:16 -07:00
Elf M. Sternberg bfb15b0f19 Got independent scroll behavior that I wanted.
The good news is that I have the independent scroll behavior that
I wanted.  There are two bits of bad news. The first is that I don't
UNDERSTAND why this particular configuration, with an extra level of
nesting, made any difference.

The bigger problem is that I still don't see the scroll bars showing
up at all.  And that annoys me.  I should see them, right?
2022-06-09 19:16:35 -07:00
Elf M. Sternberg 58cf0c9cbd Too many updates to track.
Moved the 'docs' section down and eliminated the folder. It wasn't
necessary.  Built out the Section.html file, and started work on
the SASS.  Having a hell of a time getting the side panels to
animate the way they do for adidoks, but I'm sure I'll figure it out
eventually.
2022-06-08 20:50:30 -07:00
Elf M. Sternberg 5517b77fad Trying to get a more Django-traditional template
More like, trying to get a more Django-traditional template for my
semantic layout, and going for a modern, Flex-based holy-grail layout
for the style.

It's not quite coming together.  This isn't a skill I use often, so
I'm having a headache figuring out all of the nuances.
2022-05-19 18:22:51 -07:00
Elf M. Sternberg 18aacee501 Better use of dt/dd definition lists
Improved the look of Definition Lists, but I think we're gonna
need a couple of flags on the macro to supply different base
classes, because I don't think I really like using the CODE style
with its yellow background, at least not the one in the default
template, and because I think we're gonna need a distinction between
a "tight" list (where the dt & dd share a line) and a standard
list (where they don't.)
2022-05-17 08:16:51 -07:00
Elf M. Sternberg 25d88c42ec Merge remote-tracking branch 'refs/remotes/origin/master'
* refs/remotes/origin/master:
  Making much progress.
2022-05-13 12:19:58 -07:00
Elf M. Sternberg 461f851a72 Fixed build. 2022-05-13 12:18:44 -07:00
Elf M. Sternberg 47f16f0e30 Making much progress. 2022-04-29 11:03:21 -07:00
Elf M. Sternberg e8041c74df Added a lot more content to the Zola page. Saving because editing is coming. 2022-04-27 07:24:24 -07:00
Elf M. Sternberg 8ae58c95a8 Added a lot of content to the Zola block
Added a mono font for code

Added CSS for code

Added a better reset/normalize

Added my 1.25 scaled header text styling.

Added the home-page 'topic-card' styling.
2022-04-25 18:28:25 -07:00
Elf M. Sternberg d01e184f34 Merge remote-tracking branch 'refs/remotes/origin/master'
* refs/remotes/origin/master:
  Still mucking with the width calculations.
2022-04-25 13:24:52 -07:00
Elf M. Sternberg 0a543d02aa Trying to get the section looking good. 2022-04-25 13:24:39 -07:00
Elf M. Sternberg 2b7957d99e Still mucking with the width calculations. 2022-04-25 13:23:20 -07:00
Elf M. Sternberg 171ae2214a Start the CSS design
Gonna go for the liquid scaling, but I think I'm gonna need a spreadsheet for
all the calculations I want to do. Given I have a min 360 and a max 960
width (is that even reasonable?) and I want a maximum text width of 30 ems, I
think I could write a spreadsheet that could calculate all of the margins and
clamp them.

It's annoying that I have to calc(clamp()) to keep Sass from fucking with me,
but at least it's do-able.  Maybe as a separate CSS file?
2022-04-24 21:38:29 -07:00
Elf M. Sternberg 99ecd8e26d Added a Readme. 2022-04-24 20:04:30 -07:00
Elf M. Sternberg 0c8765a514 First check-in of "Elf's Notes"
This is the initial checkin of my notes site. It's mostly a cheat-sheet format,
with two different strands:

1. A reference sheet of commands in the order that matters to *me*, i.e. the
   things I use most, or forget most often, appear at the top of the documents.

2. A collection of recipes for getting common tasks completed.  Basically, my
   cookbook of things that I care about
2022-04-24 17:22:51 -07:00