This commit is contained in:
WickedJack99
2022-09-20 18:05:31 +02:00
parent 0246dc3537
commit b98904d4e5
10 changed files with 65 additions and 158 deletions

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jekyll_&_github</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/docs/index.html" >Home</a>
<a href="/docs/about.html" >About</a>
<a href="/docs/blog.html" >Blog</a>
</nav>
<h1>Jekyll_&_github</h1>
<p>20 Sep 2022 - jill</p>
<p>How to create a static website with Jekyll and deploy it on GitHubPages</p>
<p>Create a GitHub Account.</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>
</body>
</html>