commit 8d77c43b212e71e7452dd97ab84ba4e4a778301c Author: Wilfried OLLIVIER Date: Fri Apr 21 21:49:46 2017 +0200 Fist commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c9ece22 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/dimension"] + path = themes/dimension + url = https://github.com/sethmacleod/dimension.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..411b214 --- /dev/null +++ b/config.toml @@ -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" + diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..368fa65 --- /dev/null +++ b/content/about.md @@ -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 >}} diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..27a44ab --- /dev/null +++ b/content/contact.md @@ -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 >}} diff --git a/content/services.md b/content/services.md new file mode 100644 index 0000000..5cd5249 --- /dev/null +++ b/content/services.md @@ -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. + +
+![BTRFS](/images/btrfs.png) +![Ansible](/images/ansible.png) +![Docker](/images/docker.png) +![Golang](/images/golang.png) +
+ +NB : bon, j'avoue, je fais aussi du _Rust_ et du _Haskell_ à mes heures perdues + +{{< socialLinks >}} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..64952b1 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/ansible.png b/static/images/ansible.png new file mode 100644 index 0000000..60ae5b9 Binary files /dev/null and b/static/images/ansible.png differ diff --git a/static/images/bg.jpg b/static/images/bg.jpg new file mode 100644 index 0000000..5a80380 Binary files /dev/null and b/static/images/bg.jpg differ diff --git a/static/images/btrfs.png b/static/images/btrfs.png new file mode 100644 index 0000000..6a90b07 Binary files /dev/null and b/static/images/btrfs.png differ diff --git a/static/images/docker.png b/static/images/docker.png new file mode 100644 index 0000000..1c9cc32 Binary files /dev/null and b/static/images/docker.png differ diff --git a/static/images/golang.png b/static/images/golang.png new file mode 100644 index 0000000..b6009ab Binary files /dev/null and b/static/images/golang.png differ diff --git a/themes/dimension b/themes/dimension new file mode 160000 index 0000000..e648156 --- /dev/null +++ b/themes/dimension @@ -0,0 +1 @@ +Subproject commit e6481563275726656c28479744181c2fe686c4be