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