Jekyll2022-09-20T18:04:43+02:00/feed.xmlMr.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.Jekyll_&_github2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/jekyll_&_github<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>jillHow to create a static website with Jekyll and deploy it on GitHubPages