0004
This commit is contained in:
33
docs/2022/09/20/jekyll_&_github.html
Normal file
33
docs/2022/09/20/jekyll_&_github.html
Normal 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>
|
||||
Reference in New Issue
Block a user