Fist commit
This commit is contained in:
commit
8d77c43b21
12 changed files with 92 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/dimension"]
|
||||||
|
path = themes/dimension
|
||||||
|
url = https://github.com/sethmacleod/dimension.git
|
39
config.toml
Normal file
39
config.toml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
baseurl = "https://papey.fr"
|
||||||
|
title = "Papey"
|
||||||
|
theme = "dimension"
|
||||||
|
languageCode = "fr-fr"
|
||||||
|
defaultContentLanguage = "fr"
|
||||||
|
enableRobotsTXT = true
|
||||||
|
disableRSS = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
title = "Wilfried OLLIVIER aka Papey"
|
||||||
|
description = 'Linux, Ansible, Docker, Golang, Btrfs and Rust stuff.'
|
||||||
|
logo = "fa-linux"
|
||||||
|
copyright = "Papey"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
medium = "twitter"
|
||||||
|
icon = "twitter"
|
||||||
|
link = "https://twitter.com/MarcelMonfort"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
medium = "codingame"
|
||||||
|
icon = "code"
|
||||||
|
link = "https://www.codingame.com/profile/597a66057acb1b014b27a17dfd0c8d1b2750471"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
medium = "mastodon"
|
||||||
|
icon = "users"
|
||||||
|
link = "https://mastodon.papey.fr/@papey"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
medium = "github"
|
||||||
|
icon = "github"
|
||||||
|
link = "https://github.com/papey"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
medium = "gogs"
|
||||||
|
icon = "git"
|
||||||
|
link = "https://git.stdcall.me/papey"
|
||||||
|
|
12
content/about.md
Normal file
12
content/about.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
+++
|
||||||
|
date = "2017-04-18T20:03:34+02:00"
|
||||||
|
draft = false
|
||||||
|
title = "Services"
|
||||||
|
weight = 0
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
- Mastodon : [https://mastodon.papey.fr](https://mastodon.papey.fr)
|
||||||
|
- Pastebin : [https://pbin.papey.fr](https://pbin.papey.fr)
|
||||||
|
|
||||||
|
{{< socialLinks >}}
|
11
content/contact.md
Normal file
11
content/contact.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
date = "2017-04-18T20:26:39+02:00"
|
||||||
|
draft = false
|
||||||
|
title = "contact"
|
||||||
|
weight = 0
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
[wollivier@fdn.fr](mailto:wollivier@fdn.fr)
|
||||||
|
|
||||||
|
{{< socialLinks >}}
|
26
content/services.md
Normal file
26
content/services.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
+++
|
||||||
|
date = "2017-04-18T20:03:34+02:00"
|
||||||
|
draft = false
|
||||||
|
title = "À propos"
|
||||||
|
weight = 0
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
Ingénieur, informaticien, _dev_ **&** _ops_, utilisateur de **GNU/Linux** & **BSD**
|
||||||
|
|
||||||
|
Alimente les _containers ragix_ depuis 2014.
|
||||||
|
|
||||||
|
Propagandiste **[Docker](https://docker.com), [Golang](https://golang.org),
|
||||||
|
[BTRFS](https://btrfs.wiki.kernel.org), [Ansible](https://ansible.com) et
|
||||||
|
[Systemd](https://www.freedesktop.org/wiki/Software/systemd/)**, rien que ça.
|
||||||
|
|
||||||
|
<center>
|
||||||
|
![BTRFS](/images/btrfs.png)
|
||||||
|
![Ansible](/images/ansible.png)
|
||||||
|
![Docker](/images/docker.png)
|
||||||
|
![Golang](/images/golang.png)
|
||||||
|
</center>
|
||||||
|
|
||||||
|
NB : bon, j'avoue, je fais aussi du _Rust_ et du _Haskell_ à mes heures perdues
|
||||||
|
|
||||||
|
{{< socialLinks >}}
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
static/images/ansible.png
Normal file
BIN
static/images/ansible.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
static/images/bg.jpg
Normal file
BIN
static/images/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
static/images/btrfs.png
Normal file
BIN
static/images/btrfs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/docker.png
Normal file
BIN
static/images/docker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/golang.png
Normal file
BIN
static/images/golang.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
1
themes/dimension
Submodule
1
themes/dimension
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e6481563275726656c28479744181c2fe686c4be
|
Loading…
Reference in a new issue