Some Online Writings

This is almost a blog

View the Project on GitHub bachmeil/online-writing

Experimenting with Github Pages

tags:

I’m experimenting with customizing a blog on Github Pages, done entirely online, using nothing but the browser version of VS Code.

I want this math to display properly: $y_{t}$ and this too

\[y_{t}\]

Okay, so math works just fine. How about code blocks?

print("this is a code block in lowercase");

Now I need better fonts. I sort of have better fonts now. Roboto will work on Linux, but it’s often not installed. I added Ubuntu too. That should take care of most Linux users.

Now all I need is something worth writing about.

The Github repo for this theme can be found here. The documentation for Jekyll can be found here.


15 September 2021
Updated: 2021-09-16

Post written by Lance Bachmeier