diff --git a/content/post/release-of-1.10.0.md b/content/post/release-of-1.10.0.md index 17f7905..1d8c0ee 100644 --- a/content/post/release-of-1.10.0.md +++ b/content/post/release-of-1.10.0.md @@ -1,5 +1,5 @@ --- -date: "2019-11-14T00:30:00-03:00" +date: "2019-11-14T00:30:00+00:00" author: "guillep2k" title: "Gitea 1.10.0 is released" tags: ["release"] diff --git a/content/post/release-of-1.11.0.md b/content/post/release-of-1.11.0.md index ecfa632..3ecd63d 100644 --- a/content/post/release-of-1.11.0.md +++ b/content/post/release-of-1.11.0.md @@ -1,5 +1,5 @@ --- -date: "2020-02-10T00:30:00-03:00" +date: "2020-02-10T00:30:00+00:00" author: "jolheiser" title: "Gitea 1.11.0 is released" tags: ["release"] diff --git a/content/post/release-of-1.11.3.md b/content/post/release-of-1.11.3.md index ae731a1..d0caab7 100644 --- a/content/post/release-of-1.11.3.md +++ b/content/post/release-of-1.11.3.md @@ -1,5 +1,5 @@ --- -date: "2020-03-11T00:00:00-03:00" +date: "2020-03-11T00:00:00+00:00" author: "guillep2k" title: "Gitea 1.11.3 and 1.10.6 released" tags: ["release"] diff --git a/content/post/release-of-1.4.3.md b/content/post/release-of-1.4.3.md index 19950c5..8cd527b 100644 --- a/content/post/release-of-1.4.3.md +++ b/content/post/release-of-1.4.3.md @@ -1,5 +1,5 @@ --- -date: "2018-06-26T09:30:00-05:00" +date: "2018-06-26T09:30:00+00:00" author: "techknowlogick" title: "Release of 1.4.3" tags: ["release"] diff --git a/content/post/release-of-1.7.2.md b/content/post/release-of-1.7.2.md index 8071de0..e602d35 100644 --- a/content/post/release-of-1.7.2.md +++ b/content/post/release-of-1.7.2.md @@ -1,5 +1,5 @@ --- -date: "2019-02-14T12:00:00-05:00" +date: "2019-02-14T12:00:00+00:00" author: "jolheiser" title: "Release of 1.7.2" tags: ["release"] diff --git a/content/post/release-of-1.7.3.md b/content/post/release-of-1.7.3.md index fe40250..0cefcce 100644 --- a/content/post/release-of-1.7.3.md +++ b/content/post/release-of-1.7.3.md @@ -1,5 +1,5 @@ --- -date: "2019-02-27T12:00:00-05:00" +date: "2019-02-27T12:00:00+00:00" author: "jolheiser" title: "Release of 1.7.3" tags: ["release"] diff --git a/content/post/release-of-1.7.4.md b/content/post/release-of-1.7.4.md index af6af02..4ab3184 100644 --- a/content/post/release-of-1.7.4.md +++ b/content/post/release-of-1.7.4.md @@ -1,5 +1,5 @@ --- -date: "2019-03-12T12:00:00-05:00" +date: "2019-03-12T12:00:00+00:00" author: "techknowlogick" title: "Gitea 1.7.4 is released" tags: ["release"] diff --git a/content/post/release-of-1.7.5.md b/content/post/release-of-1.7.5.md index 8f8175f..8ec0ba6 100644 --- a/content/post/release-of-1.7.5.md +++ b/content/post/release-of-1.7.5.md @@ -1,5 +1,5 @@ --- -date: "2019-03-27T12:00:00-05:00" +date: "2019-03-27T12:00:00+00:00" author: "jolheiser" title: "Gitea 1.7.5 is released" tags: ["release"] diff --git a/content/post/render-jupyter-notebooks.md b/content/post/render-jupyter-notebooks.md index 5d4ed67..d4b653f 100644 --- a/content/post/render-jupyter-notebooks.md +++ b/content/post/render-jupyter-notebooks.md @@ -6,10 +6,10 @@ tags: ["rendering", "jupyter", "ui"] draft: false --- -# How to render Jupyter Notebooks on Gitea ---- This guide will show you how to configure an external renderer to display [Jupyter Notebooks](https://jupyter.org/). However this guide will also work for other types of files and even binary files! The sky is the limit. + + ### How Gitea displays `.ipynb` files natively Lets create a new repository on our Gitea instance and push an [example notebook](https://github.com/jupyter/notebook/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb) to it: diff --git a/content/post/running-gitea-on-flyio.md b/content/post/running-gitea-on-flyio.md index 01552a9..0f4aeb9 100644 --- a/content/post/running-gitea-on-flyio.md +++ b/content/post/running-gitea-on-flyio.md @@ -10,6 +10,8 @@ Gitea is designed to run on many different platforms and has very minimal requir Although you might like to self-host your own instance at times, you might not want to manage all of the moving elements of a server, such as firewalls, webservers, TLS certificates, and so on. This is where fly.io enters the picture. Fly.io is a platform with a generous free tier that allows you to tell them the Docker image you want to run and they'll take care of all the tough and time-consuming operational overhead. + + To get started, you'll need to sign up for a fly.io account. Luckily, they have a nice [getting started guide](https://fly.io/docs/getting-started/log-in-to-fly/#first-time-or-no-fly-account-sign-up-for-fly) that walks you through the process. Once you have an account you can get started with running Gitea on fly.io.