This commit is contained in:
parent
3fbf3b427f
commit
c671db4779
4 changed files with 7 additions and 13 deletions
|
@ -67,7 +67,7 @@ There's the stuff i use to talk to people:
|
||||||
## "Professional"
|
## "Professional"
|
||||||
* [CV](https://git.violette.town/violette/cv/raw/branch/typst/main_public.pdf)!
|
* [CV](https://git.violette.town/violette/cv/raw/branch/typst/main_public.pdf)!
|
||||||
* CV as a manpage for nerds:
|
* CV as a manpage for nerds:
|
||||||
`curl -O --output-dir /tmp https://git.violette.town/violette/cv/raw/branch/typst/violette.manpage.1.gz && man /tmp/violette.manpage.1.gz`
|
`TEMP=$(mktemp -d) && curl -O --output-dir $TEMP https://git.violette.town/violette/cv/raw/branch/typst/violette.manpage.1.gz && man $TEMP/violette.manpage.1.gz`
|
||||||
* git: [violette.town](https://git.violette.town/violette)
|
* git: [violette.town](https://git.violette.town/violette)
|
||||||
* github (old): [@thebigblase](https://github.com/thebigblase)
|
* github (old): [@thebigblase](https://github.com/thebigblase)
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,6 @@ Voici les moyens que je propose pour me contacter:
|
||||||
## "Professionnel"
|
## "Professionnel"
|
||||||
* [CV](https://git.violette.town/violette/cv/raw/branch/typst/main_public_fr.pdf)
|
* [CV](https://git.violette.town/violette/cv/raw/branch/typst/main_public_fr.pdf)
|
||||||
* CV comme une Manpage pour les gens bizarre comme moi:
|
* CV comme une Manpage pour les gens bizarre comme moi:
|
||||||
`TEMP=$(mktemp -d) ; curl -O --output-dir $TEMP https://git.violette.town/violette/cv/raw/branch/typst/violette.manpage.1.gz && man $TEMP/violette.manpage.1.gz`
|
`TEMP=$(mktemp -d) && curl -O --output-dir $TEMP https://git.violette.town/violette/cv/raw/branch/typst/violette.manpage.1.gz && man $TEMP/violette.manpage.1.gz`
|
||||||
* git: [violette.town](https://git.violette.town/violette)
|
* git: [violette.town](https://git.violette.town/violette)
|
||||||
* github (old): [@thebigblase](https://github.com/thebigblase)
|
* github (old): [@thebigblase](https://github.com/thebigblase)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
{{ with $.GetPage "about" }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ range site.RegularPages }}
|
|
||||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
|
||||||
{{ .Summary }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{{ define "main" }}
|
|
||||||
{{ with $.GetPage "about" }}
|
|
||||||
{{ .Content }}
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
Loading…
Add table
Add a link
Reference in a new issue