0009
This commit is contained in:
@@ -19,35 +19,19 @@
|
||||
<p>20 Sep 2022 - Aaron</p>
|
||||
|
||||
<p>Create a GitHub-account: https://github.com/</p>
|
||||
|
||||
<p>Create a repository on GitHub: https://github.com/
|
||||
(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
|
||||
|
||||
<p>Create a repository on GitHub: https://github.com/</p>
|
||||
<p>(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
|
||||
<p>Clone the repository to a local directory:</p>
|
||||
|
||||
<p>SSH</p>
|
||||
<blockquote>
|
||||
<p>$ git clone –recursive $SSH_URL</p>
|
||||
</blockquote>
|
||||
|
||||
<p>$ git clone --recursive $SSH_URL</p>
|
||||
<p>HTTPS</p>
|
||||
<blockquote>
|
||||
<p>$ git -c http.sslVerify=false clone –recursive $HTTPS_URL</p>
|
||||
</blockquote>
|
||||
|
||||
<p>$ git -c http.sslVerify=false clone --recursive $HTTPS_URL</p>
|
||||
<p>Create two directories: docs and localDev.</p>
|
||||
<blockquote>
|
||||
<p>$ mkdir docs</p>
|
||||
|
||||
<p>$ mkdir localDev</p>
|
||||
</blockquote>
|
||||
|
||||
<p>Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll</p>
|
||||
|
||||
<p>Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/</p>
|
||||
|
||||
<p>JEKYLL_ENV=production bundle exec jekyll build</p>
|
||||
|
||||
<nav>
|
||||
|
||||
<a href="/website/terms.html" >Terms</a>
|
||||
|
||||
@@ -22,8 +22,19 @@
|
||||
<li>
|
||||
<h2><a href="website//2022/09/20/jekyll_&_github.html">How to create a static website with Jekyll and deploy it on GitHubPages</a></h2>
|
||||
<p>Create a GitHub-account: https://github.com/</p>
|
||||
|
||||
|
||||
<p>Create a repository on GitHub: https://github.com/</p>
|
||||
<p>(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
|
||||
<p>Clone the repository to a local directory:</p>
|
||||
<p>SSH</p>
|
||||
<p>$ git clone --recursive $SSH_URL</p>
|
||||
<p>HTTPS</p>
|
||||
<p>$ git -c http.sslVerify=false clone --recursive $HTTPS_URL</p>
|
||||
<p>Create two directories: docs and localDev.</p>
|
||||
<p>$ mkdir docs</p>
|
||||
<p>$ mkdir localDev</p>
|
||||
<p>Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll</p>
|
||||
<p>Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/</p>
|
||||
<p>JEKYLL_ENV=production bundle exec jekyll build</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -1,29 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-20T19:44:36+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/jekyll_&_github.html" rel="alternate" type="text/html" title="How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/jekyll_&_github</id><content type="html" xml:base="/2022/09/20/jekyll_&_github.html"><p>Create a GitHub-account: https://github.com/</p>
|
||||
|
||||
<p>Create a repository on GitHub: https://github.com/
|
||||
(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
|
||||
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-20T22:48:57+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/jekyll_&_github.html" rel="alternate" type="text/html" title="How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/jekyll_&_github</id><content type="html" xml:base="/2022/09/20/jekyll_&_github.html"><p>Create a GitHub-account: https://github.com/</p>
|
||||
<p>Create a repository on GitHub: https://github.com/</p>
|
||||
<p>(It has to be public if you use GitHub Free, note that your code will be visible to everyone!)</p>
|
||||
<p>Clone the repository to a local directory:</p>
|
||||
|
||||
<p>SSH</p>
|
||||
<blockquote>
|
||||
<p>$ git clone –recursive $SSH_URL</p>
|
||||
</blockquote>
|
||||
|
||||
<p>$ git clone --recursive $SSH_URL</p>
|
||||
<p>HTTPS</p>
|
||||
<blockquote>
|
||||
<p>$ git -c http.sslVerify=false clone –recursive $HTTPS_URL</p>
|
||||
</blockquote>
|
||||
|
||||
<p>$ git -c http.sslVerify=false clone --recursive $HTTPS_URL</p>
|
||||
<p>Create two directories: docs and localDev.</p>
|
||||
<blockquote>
|
||||
<p>$ mkdir docs</p>
|
||||
|
||||
<p>$ mkdir localDev</p>
|
||||
</blockquote>
|
||||
|
||||
<p>Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll</p>
|
||||
|
||||
<p>Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/</p>
|
||||
|
||||
<p>JEKYLL_ENV=production bundle exec jekyll build</p></content><author><name>Aaron</name></author><summary type="html">Create a GitHub-account: https://github.com/</summary></entry></feed>
|
||||
<p>JEKYLL_ENV=production bundle exec jekyll build</p></content><author><name>Aaron</name></author><summary type="html">Create a GitHub-account: https://github.com/ Create a repository on GitHub: https://github.com/ (It has to be public if you use GitHub Free, note that your code will be visible to everyone!) Clone the repository to a local directory: SSH $ git clone --recursive $SSH_URL HTTPS $ git -c http.sslVerify=false clone --recursive $HTTPS_URL Create two directories: docs and localDev. $ mkdir docs $ mkdir localDev Follow instructions on: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll Deploy: https://jekyllrb.com/docs/step-by-step/10-deployment/ JEKYLL_ENV=production bundle exec jekyll build</summary></entry></feed>
|
||||
Reference in New Issue
Block a user