Skip to content

Commit

Permalink
Add post and some random fiddles
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Michael Kellat <[email protected]>
  • Loading branch information
skellat committed Dec 16, 2024
1 parent 001ba30 commit 0f60b78
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 66 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
_site
.sass-cache
.DS_Store
texput.log
*.aux
*.log
*.out
*.toc
417 changes: 416 additions & 1 deletion LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The "Blog" Post-Tweety

There used to be a blog here. For now this is being presented as a day book using [LaTeXML](https://github.com/brucemiller/LaTeXML). Yes, I am keeping this using LaTeX. I *suppose* I could have used [lwarp](https://ctan.org/pkg/lwarp) if I wanted to make an EPUB version available but that's something for another day.
There used to be a blog here. For now this is being presented as a day book using [LaTeXML](https://github.com/brucemiller/LaTeXML). Yes, I am keeping this using LaTeX. I *suppose* I could have used [lwarp](https://ctan.org/pkg/lwarp) if I wanted to make an EPUB version available but that's something for another day. Discussion of [pandoc](https://pandoc.org/) usage is for another day.

This is generally edited using [Visual Studio Code](https://en.wikipedia.org/w/index.php?title=Visual_Studio_Code&oldid=1128781165). Hosting is handled via [GitHub Pages](https://simple.wikipedia.org/w/index.php?title=GitHub&oldid=8334105#GitHub_Pages).

Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions src/2024-12-15-the-things-you-do-in-anger.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Well, maintaining a blog like this is probably something most probably done in anger in \LaTeX. What can I say? I went ahead and even created a GitHub Action to rebuild the web page using LaTeXML whenever I add something new and push the updates to the repo. That's probably when you end up taking the "anger" and are then taking it to absurd directions.

Speaking of absurdity, we have this mess:

\begin{quote}
Via \href{https://universeodon.com/@memorandum}{@[email protected]}: \url{https://universeodon.com/@memeorandum/113658575822842517} \#retoot

Post by memeorandum. "Trump and His Picks Threaten More Lawsuits Over Critical Coverage (David Enrich/New York Times) nytimes.com/2024/12/15/busines… memeorandum.com/241215/p24\#a24…" Posted on Dec 15, 2024 at 14:50

\end{quote}

I'm not sure that's going to slow down. If anything it'll make podcasting more dangerous. I \emph{could} go down the road of releasing podcasts encoded in Opus that are crushed very, very hard in terms of bitrate so that they could be snuck around as very small files. Who would listen to that, though?

In other news\ldots

\begin{itemize}
\item Church went very well this morning. Today's service can be found at \url{https://www.youtube.com/live/uFv6W7jnUg4} and features a baptism. We did very well filming the baptism and got through all the stage management quite well. I wish we had baptisms more often.
\item Yes, I am dreading the coming Trump administration.
\item I got some treadmill time in and it felt good.
\item I'm basically off-duty with any teaching responsibilities until early February. That will cut down the income here at home.
\item I'll get back into the swing of doing things soon enough, I suppose, in \LaTeX.
\end{itemize}

64 changes: 0 additions & 64 deletions src/index.latexml.log

This file was deleted.

26 changes: 26 additions & 0 deletions src/index.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
%% index.tex
%% Copyright 2024 Stephen Michael Kellat
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% https://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX
% version 2008 or later.
%
% This work has the LPPL maintenance status `author-maintained'.
%
% The Current Maintainer of this work is Stephen Michael Kellat.
%
% This work consists of the file index.html, any included file
% shown in the source below, any graphics linked hereto,
% the derived files at website https://kellat.me/, and any
% further files that may be derived in the future.

\documentclass[12pt,letterpaper]{report}
\usepackage{hyperref}
\usepackage{xcolor}
Expand Down Expand Up @@ -44,10 +64,15 @@ \section{Introduction}
This is a reformatting of my prior blog to be made available using LaTeXML. This is an experiment. It \emph{may} work.

Yes, I'm working in \LaTeX. What about it? Bear in mind that this is very incomplete as posts are ported over manually.
\section{Following Updates}
Since this is not properly a blog there is no RSS feed. You \emph{can} follow the Atom feed for its GitHub repository using \url{https://github.com/skellat/new-blog-post-tweety/commits/master.atom} to track commits to see when new updates are made. It is not likely that an RSS feed will be added prior to the close of 2024.
\section{The Blog Roll}
\include{blogroll.tex}
\part{The Main Matter}
\section{December 2024}
\subsection{December 15th: The Things You Do In Anger}
\include{2024-12-15-the-things-you-do-in-anger.tex}

\subsection{December 12th: The Rot Spreads}
\include{2024-12-12-the-rot-spreads.markdown.tex}
\subsection{December 12th: Testing Image Playground}
Expand Down Expand Up @@ -91,4 +116,5 @@ \subsection{August 2nd: Now That That Is Finished}
\section{July 2024}
\subsection{July 20th: Expanded Updated Blogroll}
\include{2024-07-20-expanded-updated-blogroll.markdown.tex}
\part{Back Matters}
\end{document}

0 comments on commit 0f60b78

Please sign in to comment.