Add Gitea
This commit is contained in:
parent
ca84ec4d93
commit
f9566ba40c
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Fsub
|
||||
Command-line SubRip file (.srt) editor written in Python. Available on my
|
||||
[Gitea](https://git.augustogunsch.com/augusto/fsub),
|
||||
[Github](https://github.com/augustogunsch/fsub) and on
|
||||
[PyPi](https://pypi.org/project/fsub/).
|
||||
|
||||
|
@ -23,21 +24,26 @@ Also includes a web user interface. Based on the
|
|||
on [kaikki.org](https://kaikki.org).
|
||||
|
||||
It is not yet ready but usable, though there is no streamlined installation
|
||||
process. You can find the repository
|
||||
[here](https://github.com/augustogunsch/inflectived). There's a demo available <a href="http://inflective.augustogunsch.com"
|
||||
target="_blank">here</a>.
|
||||
process. You can find the repository on my
|
||||
[Gitea](https://git.augustogunsch.com/augusto/inflectived) or
|
||||
[Github](https://github.com/augustogunsch/inflectived). There's a demo available
|
||||
[here](http://inflective.augustogunsch.com).
|
||||
|
||||
## Install-Arch
|
||||
Bash scripts for installing my setup of Arch and Artix Linux. Available on my
|
||||
[Gitea](https://git.augustogunsch.com/augusto/install-arch) or
|
||||
[Github](https://github.com/augustogunsch/install-arch).
|
||||
|
||||
## Cabinet
|
||||
Simple static website generator, written in Python, for note taking, where the
|
||||
source files are written in LaTeX. The repository is <a
|
||||
href="https://github.com/augustogunsch/Cabinet">here</a>.
|
||||
source files are written in LaTeX. The repository is on my
|
||||
[Gitea](https://git.augustogunsch.com/augusto/cabinet)
|
||||
and on my [Github](https://github.com/augustogunsch/Cabinet)
|
||||
|
||||
## Jackc
|
||||
Compiler and assembler of the Jack programming language, for the Hack computer architecture. Written in C.
|
||||
|
||||
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
|
||||
and is available [here](https://github.com/augustogunsch/jackc).
|
||||
and is available on my
|
||||
[Gitea](https://git.augustogunsch.com/augusto/jackc)
|
||||
and on [Github](https://github.com/augustogunsch/jackc).
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -19,6 +19,9 @@
|
|||
|
||||
<div id="page">
|
||||
<div id="social">
|
||||
<a href="https://git.augustogunsch.com/augusto" target="_blank">
|
||||
<img class="icon" src="{{ url_for('static', filename='gitea.png') }}">
|
||||
</a>
|
||||
<a href="https://github.com/augustogunsch" target="_blank">
|
||||
<img class="icon" src="{{ url_for('static', filename='github.png') }}">
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue