0041
This commit is contained in:
4
build.sh
Executable file
4
build.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
JEKYLL_ENV=production bundle exec jekyll build
|
||||||
|
rm -r ../docs/*
|
||||||
|
cp -r _site/* ../docs
|
||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h1>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</h1>
|
<h1>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</h1>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Accessibility</h1>
|
<h1>Accessibility</h1>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Latest Posts</h1>
|
<h1>Latest Posts</h1>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?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-26T01:00:11+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">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 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/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html"><div class="outerDiv">
|
<?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-26T01:16:11+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">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 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/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html"><div class="outerDiv">
|
||||||
<div id="prerequisits">
|
<div id="prerequisits">
|
||||||
<h3>Prerequisits</h3>
|
<h3>Prerequisits</h3>
|
||||||
Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br>
|
Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Privacy Policy</h1>
|
<h1>Privacy Policy</h1>
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
|
|
||||||
<a href="/website/index.html" >Home</a>
|
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||||
|
|
||||||
<a href="/website/about.html" >About</a>
|
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||||
|
|
||||||
<a href="/website/blog.html" >Blog</a>
|
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Terms and Conditions</h1>
|
<h1>Terms and Conditions</h1>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="w3-bar w3-black">
|
<div class="w3-bar w3-black">
|
||||||
{% for item in site.data.navigation %}
|
{% for item in site.data.navigation %}
|
||||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a>
|
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user