Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hejohns committed Feb 24, 2024
1 parent cf78d81 commit 4cfb891
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 8 deletions.
5 changes: 5 additions & 0 deletions _posts/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ The only thing I've contributed back was a bug report about unicode character ha
which someone patched and Bram merged within a couple days(!).

So let's keep a [fork](https://github.com/hejohns/vim) to track my config.

Building notes:
- Certain system packages need to be installed for features like gui, '+perl', '+python'
- I won't make an exhaustive list, but see src/INSTALL
- `make reconfig` after installing
4 changes: 2 additions & 2 deletions docs/2023/04/09/gsi-applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h2 id="engr-101-f23">ENGR 101 (F23)</h2>

<iframe width="560" height="315" src="https://www.youtube.com/embed/Cd9Tq7s_BhQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe>

<style> .pdf-embed-wrap-d4800819-0e93-44bc-b3b9-e937a5548b01 { display: flex; flex-direction: column; width: 100%; height: 650px; } .pdf-embed-container-d4800819-0e93-44bc-b3b9-e937a5548b01 { height: 100%; } .pdf-link-d4800819-0e93-44bc-b3b9-e937a5548b01 { background-color: white; text-align: center; border-style: solid; } .pdf-embed-container-d4800819-0e93-44bc-b3b9-e937a5548b01 iframe { width: 100%; height: 100%; } </style>
<div class="pdf-embed-wrap-d4800819-0e93-44bc-b3b9-e937a5548b01"> <div class="pdf-link-d4800819-0e93-44bc-b3b9-e937a5548b01"> <a href="/files/101-gsi-application.pdf" target="_blank">View PDF</a> </div> <div class="pdf-embed-container-d4800819-0e93-44bc-b3b9-e937a5548b01"> <iframe src="/files/101-gsi-application.pdf" frameborder="0" allowfullscreen=""></iframe> </div> </div>
<style> .pdf-embed-wrap-e42b5406-bbd7-440b-9723-5079e7adb184 { display: flex; flex-direction: column; width: 100%; height: 650px; } .pdf-embed-container-e42b5406-bbd7-440b-9723-5079e7adb184 { height: 100%; } .pdf-link-e42b5406-bbd7-440b-9723-5079e7adb184 { background-color: white; text-align: center; border-style: solid; } .pdf-embed-container-e42b5406-bbd7-440b-9723-5079e7adb184 iframe { width: 100%; height: 100%; } </style>
<div class="pdf-embed-wrap-e42b5406-bbd7-440b-9723-5079e7adb184"> <div class="pdf-link-e42b5406-bbd7-440b-9723-5079e7adb184"> <a href="/files/101-gsi-application.pdf" target="_blank">View PDF</a> </div> <div class="pdf-embed-container-e42b5406-bbd7-440b-9723-5079e7adb184"> <iframe src="/files/101-gsi-application.pdf" frameborder="0" allowfullscreen=""></iframe> </div> </div>
<h2 id="eecs-376-f23">EECS 376 (F23)</h2>
<p><strong>outcome</strong>: rejected. No response.</p>
<h3 id="too-long-version">too long version</h3>
Expand Down
12 changes: 11 additions & 1 deletion docs/2024/02/24/vim.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="vim" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Johnson He"},"dateModified":"2024-02-24T15:20:56-05:00","datePublished":"2024-02-24T00:00:00-05:00","description":"Instead of doing work, I got to thinking that since I spend so much time in vim, I should really build and configure vim from source, instead of just using the debian packaged vim-gtk3.","headline":"vim","mainEntityOfPage":{"@type":"WebPage","@id":"https://hejohns.github.io/2024/02/24/vim.html"},"url":"https://hejohns.github.io/2024/02/24/vim.html"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Johnson He"},"dateModified":"2024-02-24T15:21:39-05:00","datePublished":"2024-02-24T00:00:00-05:00","description":"Instead of doing work, I got to thinking that since I spend so much time in vim, I should really build and configure vim from source, instead of just using the debian packaged vim-gtk3.","headline":"vim","mainEntityOfPage":{"@type":"WebPage","@id":"https://hejohns.github.io/2024/02/24/vim.html"},"url":"https://hejohns.github.io/2024/02/24/vim.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="https://hejohns.github.io/feed.xml" title="hejohns&apos; jekyll site" /> <!-- see: -->
<!-- https://codewrites.me/jekyll/katex/blog/2020/08/26/use-katex-gh-pages/ -->
Expand Down Expand Up @@ -77,6 +77,16 @@ <h1 class="post-title p-name" itemprop="name headline">vim</h1>

<p>So let’s keep a <a href="https://github.com/hejohns/vim">fork</a> to track my config.</p>

<p>Building notes:</p>
<ul>
<li>Certain system packages need to be installed for features like gui, ‘+perl’, ‘+python’
<ul>
<li>I won’t make an exhaustive list, but see src/INSTALL</li>
<li><code class="language-plaintext highlighter-rouge">make reconfig</code> after installing</li>
</ul>
</li>
</ul>

</div><!-- use minima's column styling since I don't know css -->
<div class="footer-col-wrapper">
<div class="footer-col"><a href="/2024/02/12/noctua.html">prev</a></div>
Expand Down
14 changes: 12 additions & 2 deletions docs/feed.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://hejohns.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://hejohns.github.io/" rel="alternate" type="text/html" /><updated>2024-02-24T15:21:26-05:00</updated><id>https://hejohns.github.io/feed.xml</id><title type="html">hejohns’ jekyll site</title><subtitle>a pure waste of space</subtitle><author><name>Johnson He</name><email>(hejohns)α(umich)δ(edu)</email></author><entry><title type="html">vim</title><link href="https://hejohns.github.io/2024/02/24/vim.html" rel="alternate" type="text/html" title="vim" /><published>2024-02-24T00:00:00-05:00</published><updated>2024-02-24T15:20:56-05:00</updated><id>https://hejohns.github.io/2024/02/24/vim</id><content type="html" xml:base="https://hejohns.github.io/2024/02/24/vim.html"><![CDATA[<p>Instead of doing work, I got to thinking that since I spend so much time in vim,
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://hejohns.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://hejohns.github.io/" rel="alternate" type="text/html" /><updated>2024-02-24T18:05:15-05:00</updated><id>https://hejohns.github.io/feed.xml</id><title type="html">hejohns’ jekyll site</title><subtitle>a pure waste of space</subtitle><author><name>Johnson He</name><email>(hejohns)α(umich)δ(edu)</email></author><entry><title type="html">vim</title><link href="https://hejohns.github.io/2024/02/24/vim.html" rel="alternate" type="text/html" title="vim" /><published>2024-02-24T00:00:00-05:00</published><updated>2024-02-24T15:21:39-05:00</updated><id>https://hejohns.github.io/2024/02/24/vim</id><content type="html" xml:base="https://hejohns.github.io/2024/02/24/vim.html"><![CDATA[<p>Instead of doing work, I got to thinking that since I spend so much time in vim,
I should really build and configure vim from source,
instead of just using the debian packaged vim-gtk3.</p>

<p>Also I should really contribute a little to vim over time.
The only thing I’ve contributed back was a bug report about unicode character handling,
which someone patched and Bram merged within a couple days(!).</p>

<p>So let’s keep a <a href="https://github.com/hejohns/vim">fork</a> to track my config.</p>]]></content><author><name>Johnson He</name><email>(hejohns)α(umich)δ(edu)</email></author><summary type="html"><![CDATA[Instead of doing work, I got to thinking that since I spend so much time in vim, I should really build and configure vim from source, instead of just using the debian packaged vim-gtk3.]]></summary></entry><entry><title type="html">noctua fans</title><link href="https://hejohns.github.io/2024/02/12/noctua.html" rel="alternate" type="text/html" title="noctua fans" /><published>2024-02-12T00:00:00-05:00</published><updated>2024-02-12T00:57:57-05:00</updated><id>https://hejohns.github.io/2024/02/12/noctua</id><content type="html" xml:base="https://hejohns.github.io/2024/02/12/noctua.html"><![CDATA[<p>I finally replaced the cpu and case fan on the T130 with noctua fans
<p>So let’s keep a <a href="https://github.com/hejohns/vim">fork</a> to track my config.</p>

<p>Building notes:</p>
<ul>
<li>Certain system packages need to be installed for features like gui, ‘+perl’, ‘+python’
<ul>
<li>I won’t make an exhaustive list, but see src/INSTALL</li>
<li><code class="language-plaintext highlighter-rouge">make reconfig</code> after installing</li>
</ul>
</li>
</ul>]]></content><author><name>Johnson He</name><email>(hejohns)α(umich)δ(edu)</email></author><summary type="html"><![CDATA[Instead of doing work, I got to thinking that since I spend so much time in vim, I should really build and configure vim from source, instead of just using the debian packaged vim-gtk3.]]></summary></entry><entry><title type="html">noctua fans</title><link href="https://hejohns.github.io/2024/02/12/noctua.html" rel="alternate" type="text/html" title="noctua fans" /><published>2024-02-12T00:00:00-05:00</published><updated>2024-02-12T00:57:57-05:00</updated><id>https://hejohns.github.io/2024/02/12/noctua</id><content type="html" xml:base="https://hejohns.github.io/2024/02/12/noctua.html"><![CDATA[<p>I finally replaced the cpu and case fan on the T130 with noctua fans
because I couldn’t bear the racket anymore–
I can’t remember if the stock fans just wouldn’t spin slower or were just loud–
and I have to say I’m an instant fan– no pun intended.
Expand Down
4 changes: 2 additions & 2 deletions docs/reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ <h1 class="post-title">reviews</h1>

<p>Shoutout to kaobook.</p>

<style> .pdf-embed-wrap-6e8e37a7-543a-4ba4-904d-b6fb04bd3809 { display: flex; flex-direction: column; width: 100%; height: 650px; } .pdf-embed-container-6e8e37a7-543a-4ba4-904d-b6fb04bd3809 { height: 100%; } .pdf-link-6e8e37a7-543a-4ba4-904d-b6fb04bd3809 { background-color: white; text-align: center; border-style: solid; } .pdf-embed-container-6e8e37a7-543a-4ba4-904d-b6fb04bd3809 iframe { width: 100%; height: 100%; } </style>
<div class="pdf-embed-wrap-6e8e37a7-543a-4ba4-904d-b6fb04bd3809"> <div class="pdf-link-6e8e37a7-543a-4ba4-904d-b6fb04bd3809"> <a href="/files/sample.pdf" target="_blank">View PDF</a> </div> <div class="pdf-embed-container-6e8e37a7-543a-4ba4-904d-b6fb04bd3809"> <iframe src="/files/sample.pdf" frameborder="0" allowfullscreen=""></iframe> </div> </div>
<style> .pdf-embed-wrap-e2949a13-b3f4-4c81-aa16-f54dfe1ab319 { display: flex; flex-direction: column; width: 100%; height: 650px; } .pdf-embed-container-e2949a13-b3f4-4c81-aa16-f54dfe1ab319 { height: 100%; } .pdf-link-e2949a13-b3f4-4c81-aa16-f54dfe1ab319 { background-color: white; text-align: center; border-style: solid; } .pdf-embed-container-e2949a13-b3f4-4c81-aa16-f54dfe1ab319 iframe { width: 100%; height: 100%; } </style>
<div class="pdf-embed-wrap-e2949a13-b3f4-4c81-aa16-f54dfe1ab319"> <div class="pdf-link-e2949a13-b3f4-4c81-aa16-f54dfe1ab319"> <a href="/files/sample.pdf" target="_blank">View PDF</a> </div> <div class="pdf-embed-container-e2949a13-b3f4-4c81-aa16-f54dfe1ab319"> <iframe src="/files/sample.pdf" frameborder="0" allowfullscreen=""></iframe> </div> </div>

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</url>
<url>
<loc>https://hejohns.github.io/2024/02/24/vim.html</loc>
<lastmod>2024-02-24T15:20:56-05:00</lastmod>
<lastmod>2024-02-24T15:21:39-05:00</lastmod>
</url>
<url>
<loc>https://hejohns.github.io/notes/1-25.html</loc>
Expand Down

0 comments on commit 4cfb891

Please sign in to comment.