<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blogging on traviscj/blog</title>
    <link>https://traviscj.com/blog/tags/blogging/</link>
    <description>Recent content in Blogging on traviscj/blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Apr 2020 22:09:04 -0700</lastBuildDate>
    <atom:link href="https://traviscj.com/blog/tags/blogging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo</title>
      <link>https://traviscj.com/blog/post/2020-04-01-hugo/</link>
      <pubDate>Wed, 01 Apr 2020 22:09:04 -0700</pubDate>
      <guid>https://traviscj.com/blog/post/2020-04-01-hugo/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve decided to migrate the blog to &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;, as you might have noticed from the new look.&lt;/p&gt;&#xA;&lt;p&gt;This is gonna be a pretty big project and I&amp;rsquo;m probably going to be at it a while.&#xA;I did keep a copy of the old blog at &lt;a href=&#34;https://traviscj.com/blog.jekyll&#34;&gt;blog.jekyll&lt;/a&gt; but it seems the formatting is already broken there :-(&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switching to jekyll</title>
      <link>https://traviscj.com/blog/post/2014-09-01-switching_to_jekyll/</link>
      <pubDate>Mon, 01 Sep 2014 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2014-09-01-switching_to_jekyll/</guid>
      <description>&lt;p&gt;I spent a few hours this evening switching everything over from &lt;a href=&#34;https://github.com/traviscj/tcjblog&#34;&gt;tcjblog&lt;/a&gt; to &lt;a href=&#34;http://jekyllrb.com/&#34;&gt;Jekyll&lt;/a&gt;.&#xA;I really do miss a few parts of the old blog setup, but one of the main reasons I switched several years ago was LaTeX support.&#xA;Back then, we didn&amp;rsquo;t have really sweet options like &lt;a href=&#34;http://www.mathjax.org/&#34;&gt;MathJax&lt;/a&gt;.&#xA;And it just takes too long.&lt;/p&gt;&#xA;&lt;p&gt;One of the other big things that was keeping me from updating the blog the last couple of months was&amp;hellip; the stolen laptop.&#xA;It turns out that I didn&amp;rsquo;t have very good backups for the last few website updates, which meant that I needed to manually restore blog posts from the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>website basics</title>
      <link>https://traviscj.com/blog/post/2013-02-15-website_basics/</link>
      <pubDate>Fri, 15 Feb 2013 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2013-02-15-website_basics/</guid>
      <description>&lt;p&gt;Several of my classmates in graduate school are considering making websites around now, and have asked me to explain it.&#xA;I figured I&amp;rsquo;d explain the stack as I have it set up, and where you could make tradeoffs.&#xA;For now, I&amp;rsquo;m not going to include too many detail here; I just want to outline the possibilities and lingo so that researching options is a bit easier for the uninitiated.&lt;/p&gt;&#xA;&lt;p&gt;First off, many people are perfectly happy to use the school&amp;rsquo;s email and department web space.&#xA;If you only want to have a list of relevant papers and soforth, then this is a fine approach.&#xA;See the very bottom of this post for a couple potential ideas for organizing it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Meta post - How my blog works</title>
      <link>https://traviscj.com/blog/post/2012-07-27-meta_post_how_my_blog_works/</link>
      <pubDate>Fri, 27 Jul 2012 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2012-07-27-meta_post_how_my_blog_works/</guid>
      <description>&lt;p&gt;A while back, Sharvil requested a quick overview of how I post stuff to my blog, so I thought I&amp;rsquo;d post a rundown of it.&lt;/p&gt;&#xA;&lt;p&gt;At the base, I use a git repository to store files named entryNNNN.txt. Each has the basic format:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;title: Meta post: How my blog works&#xA;date: 2012/07/27&#xA;category: software&#xA;---&#xA;A while back, Sharvil requested a quick overview of how I post stuff to my blog, so I thought I&amp;#39;d post a rundown of it.&#xA;At the base, I use a git repository to store files named entryNNNN.txt. Each has the basic format:&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To start a new post and fill in some of this, I have a script called &amp;rsquo;newentry.sh&amp;rsquo;, which determines the latest entry number and adds one to get a new filename (eg, entry0081.txt).&lt;/p&gt;</description>
    </item>
    <item>
      <title>tcjblog.py</title>
      <link>https://traviscj.com/blog/post/2011-09-09-tcjblogpy/</link>
      <pubDate>Fri, 09 Sep 2011 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2011-09-09-tcjblogpy/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve now (for the most part) finished a working version of some software I&amp;rsquo;ve&#xA;wanted to tackle for a while. I call it tcjblog.py. It&amp;rsquo;s a blog platform built&#xA;using &lt;a href=&#34;http://jemdoc.jaboc.net/&#34;&gt;jemdoc.py&lt;/a&gt; to format simple text files into&#xA;nice looking HTML. What&amp;rsquo;re the benefits of this, and features of tcjblog.py in&#xA;general?&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Simple, text file management of blog posts. (I control these with git.)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Ability to include LaTeX markup.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Static HTML for all blog-related pages&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog Segregation</title>
      <link>https://traviscj.com/blog/post/2009-07-21-blog_segregation/</link>
      <pubDate>Tue, 21 Jul 2009 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2009-07-21-blog_segregation/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m slowly feeling more and more that I want some more compartments in my blogging. I&amp;rsquo;ve been thinking about stuff I want to blog, and stuff I don&amp;rsquo;t want to blog, and invariably they tend to get filed in both places. For example, I&amp;rsquo;d like to move toward a  more professional blog that I could talk about my research, papers I&amp;rsquo;ve been reading, web sites I&amp;rsquo;ve found interesting, course projects, professional meetings, etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Themes!</title>
      <link>https://traviscj.com/blog/post/2008-10-15-themes/</link>
      <pubDate>Wed, 15 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-10-15-themes/</guid>
      <description>&lt;p&gt;In all of my time with wordpress, I&amp;rsquo;ve pretty much stuck to the default themes, figuring that what I had to say was a bit more important than what I was doing with it. But then I came across one with some fluid dynamics going on&amp;hellip; and I couldn&amp;rsquo;t pass it up. Maybe someday I&amp;rsquo;ll get around to throwing some of my own graphics up there, hehe. Enjoy!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Backposts Galore!</title>
      <link>https://traviscj.com/blog/post/2008-10-14-backposts_galore/</link>
      <pubDate>Tue, 14 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-10-14-backposts_galore/</guid>
      <description>&lt;p&gt;Like I said in &amp;lsquo;~traviscj/ lives!&amp;rsquo;, I was stupid and forgot the hard drives with my websites on them at home. But&amp;hellip;.. Google Cache came through and I just pulled all my posts from that. The big downside is that there&amp;rsquo;s now definitely going to be some weirdness with overlapping posts and soforth, which is a pain, but I&amp;rsquo;m not really sure how to get around it, other than just waiting until I can get the data off the disks again.&#xA;So, if you came across my page from an old link, you probably won&amp;rsquo;t see what you&amp;rsquo;re expecting, at least until Google Cache re-pulls everything. I don&amp;rsquo;t think too many people have linked to me, which is actually a good thing this once, I guess. In any case, I have the dates, titles, and posts. Sorry I lost your comments, feel free to re-comment at will!&lt;/p&gt;</description>
    </item>
    <item>
      <title>traviscj lives!</title>
      <link>https://traviscj.com/blog/post/2008-10-13-traviscj_lives/</link>
      <pubDate>Mon, 13 Oct 2008 00:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2008-10-13-traviscj_lives/</guid>
      <description>&lt;p&gt;I finally got my blog running again. I don&amp;rsquo;t have the old data&amp;hellip; oops. Forgot it at home. But in the mean time, at least I&amp;rsquo;m hosted again!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introducing... me</title>
      <link>https://traviscj.com/blog/post/2007-06-29-introducing_me/</link>
      <pubDate>Fri, 29 Jun 2007 12:00:00 +0000</pubDate>
      <guid>https://traviscj.com/blog/post/2007-06-29-introducing_me/</guid>
      <description>&lt;p&gt;Or not. Ok, so&amp;hellip; Every previous blog attempt has been a pile of crap. Well, therealtravisjohnson wasn&amp;rsquo;t always, but it kinda got stale. So, I&amp;rsquo;m not gonna bother talking about me until I have a substantial amount of posts.&lt;/p&gt;&#xA;&lt;p&gt;I got owned on my math quiz today. It&amp;rsquo;s kinda ridiculous that we have a 60 minute quiz after 3 hours of lecture, I feel. Thank god I&amp;rsquo;ve largely gotten over the not studying well phase.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
