0031
This commit is contained in:
@@ -1 +1 @@
|
|||||||
body{background-color:#121212;color:snow}div.console{background-color:darkslategrey;color:snow;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}
|
body{background-color:#121212;opacity:0.10;color:white}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen;text-decoration:none}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
body{background-color:#121212;color:snow}img.imageSquare{align-self:center}#image00{background-color:black}a{color:lightseagreen}
|
body{background-color:#121212;color:white}img.imageSquare{align-self:center}#image00{background-color:black}a{color:lightseagreen;text-decoration:none}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
body{background-color:#121212;color:snow}a{color:lightseagreen}
|
body{background-color:#121212;color:white}a{color:lightseagreen;text-decoration:none}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
body{background-color:#121212;color:snow}a{color:lightseagreen}
|
body{background-color:#121212;color:white}a{color:lightseagreen;text-decoration:none}
|
||||||
|
|||||||
@@ -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-21T17:06:55+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-21T17:18:00+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>
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
color: snow;
|
opacity: 0.10;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.console {
|
div.console {
|
||||||
background-color: darkslategrey;
|
background-color: darkslategrey;
|
||||||
color: snow;
|
color: white;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
@@ -21,4 +22,5 @@ div.outerDiv {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: lightseagreen;
|
color: lightseagreen;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
color: snow;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.imageSquare {
|
img.imageSquare {
|
||||||
@@ -13,4 +13,5 @@ img.imageSquare {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: lightseagreen;
|
color: lightseagreen;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
color: snow;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: lightseagreen;
|
color: lightseagreen;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user