Skip to content

littlebenlittle/littlebenlittle.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ben Little's github.io Page

TODOs

  • consolidate scripts
  • fix local build system so it doesn't create so many container images
  • code snippets
  • add md extension to compile graphs
  • add md extension to compile math
  • use markdown-it plugin for highlightjs
  • refactor project structure
  • add "hire me" CTA beneath hero on home page
  • add smarter canonical links to builder
  • group posts in directories
  • fix overflow on pre blocks
  • blog post url paths should be uuids
  • content warning on posts with sensitive content
  • put name in site header
  • spell checking in the build
  • {{#aside}} helper
  • pagination for blog posts
  • implement tag system for resolving uuids
  • filter posts by tag
  • (maybe) implement in-browser post editor
  • (maybe) syndication handlers in ci
  • fix padding and bg color around code blocks
  • (maybe) Mega-Markdown Monstrocity, aka mmmmmmmmm microwave
  • target=_blank for external links in markdown
  • (maybe) a {{ tootit }} in-line helper that toots excerpts from posts
  • spellcheck, or at least unique word finder

Notes

Frontmatter should use >- for string blocks

Markdown is kinda dumb and doesn't realize that

_
Here is some text
that is meant to
be italic
_

shold be italicized. So when

---
excerpt: |
  blah blah
  blah blah
  blah blah blah!
---

_{{{ excerpt }}}_

is rendered, you won't get italicized text. Instead use

---
excerpt: >-
  blah blah
  blah blah
  blah blah blah!
---

_{{{ excerpt }}}_

so that no newline characters are inserted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published