minor cleanup

This commit is contained in:
techknowlogick 2022-05-15 01:21:08 -04:00
parent b3c9a9f7db
commit 8fcb39224d
10 changed files with 12 additions and 10 deletions

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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"]

View File

@ -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.
<!--more-->
### 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:

View File

@ -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.
<!--more-->
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.