0017
This commit is contained in:
@@ -16,13 +16,12 @@
|
||||
|
||||
</nav>
|
||||
<h1>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</h1>
|
||||
<p>20 Sep 2022 - Aaron</p>
|
||||
|
||||
<div>
|
||||
<p>20 Sep 2022 - Aaron</p>
|
||||
<div class="outerDiv">
|
||||
<div id="prerequisits">
|
||||
<h3>Prerequisits</h3>
|
||||
Install <a href="https://git-scm.com/downloads" target="_blank">Git</a>
|
||||
Install <a href="https://www.ruby-lang.org/en/documentation/installation/" target="_blank">Ruby</a>
|
||||
Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br>
|
||||
Install <a href="https://www.ruby-lang.org/en/documentation/installation/" target="_blank">Ruby</a><br>
|
||||
Install Jekyll and Bundler<br>
|
||||
<div class="console">
|
||||
<code>$ gem install jekyll bundler</code>
|
||||
|
||||
Reference in New Issue
Block a user