output-from-jekyll/page13/index.html

148 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="http://gmpg.org/xfn/11" rel="profile">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
~rogbeer's corner &middot; where ~rogbeer stashes some stuff
</title>
<!-- CSS -->
<link rel="stylesheet" href="/~rogbeer/styles.css">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/~rogbeer/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="/~rogbeer/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="~rogbeer's corner" href="/~rogbeer/atom.xml">
</head>
<body>
<div class="container content">
<header class="masthead">
<h3 class="masthead-title">
<a href="/~rogbeer/" title="Home">~rogbeer's corner</a>
<small>where ~rogbeer stashes some stuff</small>
</h3>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/archive">Archive
</a>
</small>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/atom.xml">RSS Feed
</a>
</small>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/contact">Contact
</a>
</small>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/around_town">What can I do around tilde.town?
</a>
</small>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/rogbeer">What's with the name, ~rogbeer?
</a>
</small>
<br />
&nbsp;&nbsp;&nbsp;
<small>| <a href="/~rogbeer/swap">What is the value of a cassette tape nowadays?
</a>
</small>
<br />
</header>
<main>
<div class="posts">
<article class="post">
<h1 class="post-title">
<a href="/~rogbeer/2020/07/07/cloudy-morning/">
using Jekyll on tilde.town, circa 7th July 2020
</a>
</h1>
<time datetime="2020-07-07T00:00:00+00:00" class="post-date">07 Jul 2020</time>
<p>Running <em>jekyll -v</em>, on the command line, resulted in the following
message:</p>
<blockquote>
<p>-bash: /usr/local/bin/jekyll: /usr/bin/ruby2.5: bad interpreter: No such file or directory</p>
</blockquote>
<p>After some research, I found that I could run the following command:</p>
<p><em>/usr/bin/jekyll -v</em></p>
<p>which resulted in the following message:</p>
<blockquote>
<p>jekyll 3.8.6</p>
</blockquote>
<p>I hope this post saves someone else some time.</p>
<hr />
<p>Besides the above, I also made changes to my .bashrc , before Jekyll could work.</p>
<p>If you find it helpful, you may add the following two lines to your file located
at ~/.bashrc :</p>
<p>export GEM_HOME=/home/your_username/gems</p>
<p>export PATH=”/home/your_username/gems:$PATH”</p>
<p>Replace your_username (in the above two lines) with your user-name, of course.</p>
</article>
</div>
<div class="pagination">
<a class="pagination-item older" href="/~rogbeer/page14">Older</a>
<a class="pagination-item newer" href="/~rogbeer/page12">Newer</a>
</div>
</main>
<footer class="footer">
<small>
&copy; <a href="">~rogbeer, whoever he is</a>, <time datetime="2023-10-23T03:17:39+00:00">2023</time>. All rights reserved.
Built on <a href="https://jekyllrb.com/">Jekyll</a>, using the theme
<a href="http://getpoole.com/">Poole</a>.
Hosted on <a href="http://tilde.town/">tilde.town</a>
</small>
</footer>
</div>
</body>
</html>