<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Miscallenious on My New Hugo Site</title>
    <link>https://sqltools.se/miscallenious/index.html</link>
    <description>Recent content in Miscallenious on My New Hugo Site</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 17 Dec 2022 19:50:04 +0100</lastBuildDate><atom:link href="https://sqltools.se/miscallenious/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Github Cheat Sheat</title>
      <link>https://sqltools.se/miscallenious/git-github-cheat-sheat/index.html</link>
      <pubDate>Mon, 30 Jan 2023 13:18:40 +0100</pubDate>
      <guid>https://sqltools.se/miscallenious/git-github-cheat-sheat/index.html</guid>
      <description>Install Git Install GitHub CLI https://github.com/cli/cli#installation
winget install --id GitHub.cli Restart cmd
https://docs.github.com/en/github-cli/github-cli/quickstart
gh auth login Follow the instructions on the screen to login.
gh repo create Follow instructions to push an existing repository to GitHub.
add a remote as well.</description>
    </item>
    <item>
      <title>Setup_hugo</title>
      <link>https://sqltools.se/miscallenious/setup_hugo/index.html</link>
      <pubDate>Mon, 30 Jan 2023 13:16:01 +0100</pubDate>
      <guid>https://sqltools.se/miscallenious/setup_hugo/index.html</guid>
      <description>Install Hugo Create a new site and assign theme hugo new site sqltools cd sqltools git init git submodule add https://github.com/McShelby/hugo-theme-relearn.git themes/hugo-theme-relearn echo theme = &amp;#34;hugo-theme-relearn&amp;#34; &amp;gt;&amp;gt; config.toml hugo server -D Now you should see some empty site in http://localhost:1313
Add to github if git not initiated you might need to run
git config --global user.email &amp;#34;you@example.com&amp;#34; git config --global user.name &amp;#34;Your Name&amp;#34; git add . &amp;amp;&amp;amp; git commit -m &amp;#34;initial commit&amp;#34; Create a post This uses the default archetype</description>
    </item>
  </channel>
</rss>