Add a few misc notes; try to fix accidental inline Mathjax

This commit is contained in:
Chris Hodapp 2020-07-16 19:41:42 -04:00
parent 7efb329ba5
commit eaf4f0444a
5 changed files with 46 additions and 7 deletions

View File

@ -37,6 +37,8 @@ use = "mathjax" # option: "katex", "mathjax". default: "katex"
# "none", or "categories" # "none", or "categories"
# If you have too many categories to fit in the top nav menu, set this to "none" # If you have too many categories to fit in the top nav menu, set this to "none"
topmenu="categories" topmenu="categories"
style="auto"
#slogan="slogan whatever"
# none of this is taking any effect despite # none of this is taking any effect despite
# https://gohugo.io/getting-started/configuration-markup#highlight: # https://gohugo.io/getting-started/configuration-markup#highlight:
@ -54,8 +56,12 @@ use = "mathjax" # option: "katex", "mathjax". default: "katex"
# tabWidth = 4 # tabWidth = 4
[params.nav] [params.nav]
showCategories = true # /categories/ #showCategories = true # /categories/
showTags = true # /tags/ #showTags = true # /tags/
[[params.nav.custom]]
title = "Home"
url = "/"
[[params.nav.custom]] [[params.nav.custom]]
title = "Posts" title = "Posts"
@ -75,5 +81,18 @@ title = "Works"
url = "/works/front" url = "/works/front"
[[params.nav.custom]] [[params.nav.custom]]
title = "Hugo" title = "Archive"
url = "https://gohugo.io/" url = "/archive"
# Disable these for now until I fix the tags/categories a bit:
# [[params.nav.custom]]
# title = "Tags"
# url = "/tags"
# [[params.nav.custom]]
# title = "Categories"
# url = "/categories"
#[[params.nav.custom]]
#title = "Hugo"
#url = "https://gohugo.io/"

View File

@ -8,7 +8,9 @@ tags:
draft: true draft: true
--- ---
/(Spawned from some idle thoughts around the summer of 2015.)/ # See my org notes from 2015-07-25 for more ideas
/(Spawned from some idle thoughts around 2015-07-25.)/
Why are old technological ideas that were "ahead of their time", but Why are old technological ideas that were "ahead of their time", but
which lost out to other ideas, worth studying? which lost out to other ideas, worth studying?
@ -49,6 +51,19 @@ wildly impractical, or a mere facade over what is already established.
who was an endless source of these ideas. Ted Nelson arguably is who was an endless source of these ideas. Ted Nelson arguably is
another. Alan Turing is an early example widely regarded for his another. Alan Turing is an early example widely regarded for his
foresight. foresight.
- Engelbart: http://worrydream.com/Engelbart/
- 'The problem with saying that Engelbart "invented hypertext", or
"invented video conferencing", is that you are attempting to make
sense of the past using references to the present. "Hypertext" is
a word that has a particular meaning for us today. By saying that
Engelbart invented hypertext, you ascribe that meaning to
Engelbart's work. Almost any time you interpret the past as "the
present, but cruder", you end up missing the point. But in the
case of Engelbart, you miss the point in spectacular fashion.'
- "If you truly want to understand NLS, you have to forget
today. Forget everything you think you know about
computers. Forget that you think you know what a computer is. Go
back to 1962. And then [[http://www.dougengelbart.org/pubs/augment-3906.html][read his intent]]."
- [[https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/][As We May Think (Vannevar Bush)]] - [[https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/][As We May Think (Vannevar Bush)]]
- "Do you remember a time when..." only goes so far. - "Do you remember a time when..." only goes so far.
- Buckminster Fuller - Buckminster Fuller

View File

@ -4,6 +4,10 @@ author: Chris Hodapp
tags: tags:
--- ---
This page structure is a work-in-progress. The thumbnails below are
supposed to link to individual pages - but I have not yet coded that
part in.
{{< load-photoswipe >}} {{< load-photoswipe >}}
<!-- link2 is to the actual page (until I can figure out how to link this properly) --> <!-- link2 is to the actual page (until I can figure out how to link this properly) -->

View File

@ -5,7 +5,8 @@
<script type="text/x-mathjax-config"> <script type="text/x-mathjax-config">
MathJax.Hub.Config({ MathJax.Hub.Config({
tex2jax: { tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']], // Dollar signs are too annoying.
inlineMath: [/*['$','$'], */['\\(','\\)']],
displayMath: [['$$','$$'], ['\[','\]']], displayMath: [['$$','$$'], ['\[','\]']],
processEscapes: true, processEscapes: true,
processEnvironments: true, processEnvironments: true,

View File

@ -5,7 +5,7 @@
<script type="text/x-mathjax-config"> <script type="text/x-mathjax-config">
MathJax.Hub.Config({ MathJax.Hub.Config({
tex2jax: { tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']], inlineMath: [/*['$','$'], */['\\(','\\)']],
displayMath: [['$$','$$'], ['\[','\]']], displayMath: [['$$','$$'], ['\[','\]']],
processEscapes: true, processEscapes: true,
processEnvironments: true, processEnvironments: true,