Skip to content

Commit

Permalink
New content
Browse files Browse the repository at this point in the history
  • Loading branch information
luandy64 committed Dec 7, 2023
1 parent 2334b22 commit cba7b90
Show file tree
Hide file tree
Showing 20 changed files with 218 additions and 164 deletions.
21 changes: 12 additions & 9 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>About</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>About</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -175,15 +175,18 @@ <h1 class='title'>About</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/about/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>This is my <a href="https://maggieappleton.com/garden-history">digital garden</a>.</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1 class='title'>Archive</h1>


<div class='entry'>
<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>this is my archive</p>

</div>
Expand Down
21 changes: 12 additions & 9 deletions blog/babashka-datetime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Babashka Datetime</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Babashka Datetime</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -181,15 +181,18 @@ <h1 class='title'>Babashka Datetime</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/babashka-datetime/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>If I need a datetime in Python, I reach for</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-python" data-lang="python"><span style="color:#f92672">from</span> datetime <span style="color:#f92672">import</span> datetime

Expand Down
21 changes: 12 additions & 9 deletions blog/bash-while-loops/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Bash `while` loops</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Bash `while` loops</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -177,15 +177,18 @@ <h1 class='title'>Bash `while` loops</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/bash-while-loops/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>Here&rsquo;s a bash snippet I can see myself using one day</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash"><span style="color:#66d9ef">while</span> :; <span style="color:#66d9ef">do</span> ls -lh <span style="color:#e6db74">&#34;</span><span style="color:#66d9ef">$(</span> ls -t1 /tmp/tmp* | head -n <span style="color:#ae81ff">1</span> <span style="color:#66d9ef">)</span><span style="color:#e6db74">&#34;</span>; sleep 10; <span style="color:#66d9ef">done</span>
</code></pre></div><ul>
Expand Down
21 changes: 12 additions & 9 deletions blog/biff-tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Biff Tutorial</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Biff Tutorial</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -181,15 +181,18 @@ <h1 class='title'>Biff Tutorial</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/biff-tutorial/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>Here are my notes as I go through <a href="https://biffweb.com/docs/tutorial/build-a-chat-app/">the Biff tutorial</a>.</p>
<p>I&rsquo;ve made a <a href="https://github.com/luandy64/biff-tutorial">github repo here</a>.</p>
<p>I spotted something that didn&rsquo;t work quite right. So I opened an issue and PR on the main repo. Here
Expand Down
21 changes: 12 additions & 9 deletions blog/clojurescript-project-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,17 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Clojurescript Project Setup</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Clojurescript Project Setup</h1>
<p class='desc'>Noting how I like to setup cljs projects</p>


</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -177,15 +177,18 @@ <h1 class='title'>Clojurescript Project Setup</h1>
<div class='reading-time'>
3 mins read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/clojurescript-project-setup/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<h4 id="outcomes">Outcomes</h4>
<p>By the end of this post, you will be able to setup a new <code>clojurescript</code>
project, setup <code>emacs</code> to be your development environment, and deploy your
Expand Down
21 changes: 12 additions & 9 deletions blog/docker-practice/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,17 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>KAllan&#39;s Telephone and Answering Machine Notes</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>KAllan&#39;s Telephone and Answering Machine Notes</h1>
<p class='desc'>Practicing working with Docker</p>


</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -177,15 +177,18 @@ <h1 class='title'>KAllan&#39;s Telephone and Answering Machine Notes</h1>
<div class='reading-time'>
8 mins read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/docker-practice/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<h2 id="setup">Setup</h2>
<h3 id="installing-docker">Installing <code>docker</code></h3>
<p>I always like the DigitalOcean tutorials, so that&rsquo;s what I followed here. <a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04">Installing Docker on
Expand Down
21 changes: 12 additions & 9 deletions blog/future-blog-ideas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Future Blog Ideas</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Future Blog Ideas</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -177,15 +177,18 @@ <h1 class='title'>Future Blog Ideas</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/future-blog-ideas/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>Here&rsquo;s just a running list of things I want to write down thoughts about.</p>
<ul>
<li><code>babashka</code> CLI design</li>
Expand Down
21 changes: 12 additions & 9 deletions blog/git-submodules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ <h4 class='title widget-title'>Tags</h4>
<main id='content'>


<article lang='en' class='entry'>
<article lang='en' class='entry h-entry'>
<header class='header entry-header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Git Submodules</h1>

<div class='container sep-after'>
<div class='header-info'>
<h1 class='title p-name'>Git Submodules</h1>

</div>
<div class='entry-meta'>
</div>
<div class='entry-meta'>

<div class='posted-on'>
<strong>
Expand All @@ -183,15 +183,18 @@ <h1 class='title'>Git Submodules</h1>
<div class='reading-time'>
One min read
</div>
<span class="u-url">
<a href=https://blog.andylu.dev/blog/git-submodules/>Link to this page</a>
</span>
</div>

</div>
</div>
</header>




<div class='container entry-content'>
<div class='container entry-content e-content'>
<p>The first time I learned about <code>git submodules</code> was actually from working with
<a href="https://gohugo.io/">hugo</a>.</p>
<p><a href="https://github.com/gohugoio/hugo/blob/e48ffb763572814a3788780bb9653dfa2daeae22/content/en/hosting-and-deployment/hosting-on-github.md#step-by-step-instructions">The documentation used to</a> describe how you can have your main branch live
Expand Down
Loading

0 comments on commit cba7b90

Please sign in to comment.