diff --git a/.gitignore b/.gitignore index 7f327c0..9228ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ public/ /resources/_gen/ /assets/jsconfig.json hugo_stats.json +deploy.sh /.hugo_build.lock diff --git a/README.md b/README.md index 89408ec..c567b9d 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Visit my website https://patrickcanal.xyz + +![Screenshot.png](static/website.png) diff --git a/content/posts/building-my-website-in-hugo.md b/content/posts/building-my-website-in-hugo.md index 2ee2ad7..205dc8e 100644 --- a/content/posts/building-my-website-in-hugo.md +++ b/content/posts/building-my-website-in-hugo.md @@ -32,5 +32,8 @@ hugo server ``` and you are ready to go. A complete blog in seconds. +![website.png](/website.png) +(This is a recursive website 😵‍💫) + ## Conclusion Building a personal website with Hugo was faster and easier than I could have ever done in plain HTML. With minimal setup and maximum flexibility, Hugo proved to be the perfect choice for my blog. Now, I can focus on writing posts worrying about the infamous [Hypertext Markup Language](https://en.wikipedia.org/wiki/HTML). diff --git a/static/website.png b/static/website.png new file mode 100644 index 0000000..4368b0d Binary files /dev/null and b/static/website.png differ diff --git a/themes/terminal b/themes/terminal deleted file mode 160000 index 2cbfdf0..0000000 --- a/themes/terminal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2cbfdf00f6367b44480b4ba262f84b151d73d867