From f09d0b85f38996a62b4d1cf9d34e98bcc6f8204e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Tue, 5 Apr 2022 14:26:58 -0300 Subject: [PATCH] init --- archetypes/default.md | 6 ++++++ config.yml | 16 ++++++++++++++++ content/archives.md | 6 ++++++ content/posts/projetos.md | 7 +++++++ content/posts/selfhost.md | 29 +++++++++++++++++++++++++++++ themes/PaperMod | 1 + 6 files changed, 65 insertions(+) create mode 100644 archetypes/default.md create mode 100644 config.yml create mode 100644 content/archives.md create mode 100644 content/posts/projetos.md create mode 100644 content/posts/selfhost.md create mode 160000 themes/PaperMod diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..d91310c --- /dev/null +++ b/config.yml @@ -0,0 +1,16 @@ +params: + #ShowBreadCrumbs: true + homeInfoParams: + Title: Hello there! + Content: Nada muito útil por aqui, só alguns projetos mesmo. + + socialIcons: + - name: "Instagram" + url: "https://www.instagram.com/ivanczn/" + - name: "Github" + url: "https://github.com/ivanch" + +baseURL: 'https://ivanch.me/' +languageCode: 'pt-br' +title: "ivanczn" +theme: 'PaperMod' diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..46406dc --- /dev/null +++ b/content/archives.md @@ -0,0 +1,6 @@ +--- +title: "Posts" +layout: "posts" +url: "/posts/" +summary: posts +--- \ No newline at end of file diff --git a/content/posts/projetos.md b/content/posts/projetos.md new file mode 100644 index 0000000..f151e20 --- /dev/null +++ b/content/posts/projetos.md @@ -0,0 +1,7 @@ +--- +title: "Projetos" +date: 2022-04-05T13:39:09-03:00 +draft: true +--- + +Nada aqui ainda, mas era pra ter. \ No newline at end of file diff --git a/content/posts/selfhost.md b/content/posts/selfhost.md new file mode 100644 index 0000000..3de2bd3 --- /dev/null +++ b/content/posts/selfhost.md @@ -0,0 +1,29 @@ +--- +title: "Self Hosting" +date: 2022-04-05T14:00:00-03:00 +draft: false +summary: "Containers que são úteis (que eu utilizo)." +--- + +Com pitadas de apocalípse. + +## Containers Necessários +* Portainer - [https://www.portainer.io/](https://www.portainer.io/) +* Nginx Proxy Manager - [https://nginxproxymanager.com/](https://nginxproxymanager.com/) + +## Legais +* Heimdall - [https://www.heimdall.io/](https://www.heimdall.io/) +* Netdata - [https://hub.docker.com/r/netdata/netdata/](https://hub.docker.com/r/netdata/netdata/) +* Statping - [https://statping.com/](https://statping.com/) +* Gitea - [https://gitea.com/](https://gitea.com/) +* Notepad - [https://github.com/pereorga/minimalist-web-notepad](https://github.com/pereorga/minimalist-web-notepad) + +## Mídias +* Code Server - [https://hub.docker.com/r/linuxserver/code-server/](https://hub.docker.com/r/linuxserver/code-server/) +* Transmission - [https://hub.docker.com/r/linuxserver/transmission/](https://hub.docker.com/r/linuxserver/transmission/) +* Sonarr - [https://hub.docker.com/r/linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr/) +* Radarr - [https://hub.docker.com/r/linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/) +* Jekyll - [https://hub.docker.com/r/jekyll/jekyll/](https://hub.docker.com/r/jekyll/jekyll/) + +## Joguinhos +* Minecraft - [https://hub.docker.com/r/itzg/minecraft-server/](https://hub.docker.com/r/itzg/minecraft-server/) \ No newline at end of file diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..09921bb --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 09921bb542e997f8164d3749f672fa059c75bf46