diff --git a/README.md b/README.md index 59c10db..a1926e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This website was build with the hugo amazing tool! +## Themes + +This hugo website use `hugo-scroll`. +To do that use submodules + +``` +git pull --recurse-submodules +``` # Run diff --git a/content/homepage/about-me.md b/content/homepage/about-me.md index bf3c1f1..5bc738e 100644 --- a/content/homepage/about-me.md +++ b/content/homepage/about-me.md @@ -8,5 +8,5 @@ header_menu: false ##### Professionel Experience -Head of Infrastructure & Operations at [bedrock](https://bedrockstreaming.com). Scaling, automatisation, webperf is my challenge in OTT area. +Head of Infrastructure & Operations at [bedrock](https://bedrockstreaming.com). Scaling, automatisation, webperf is my challenge in the OTT area. 15+ years of XP in web company. \ No newline at end of file diff --git a/content/homepage/contact.md b/content/homepage/contact.md index c1c27e8..19cca6a 100644 --- a/content/homepage/contact.md +++ b/content/homepage/contact.md @@ -1,6 +1,6 @@ --- title: "Contact" -weight: 4 +weight: 5 header_menu: false --- diff --git a/content/homepage/services.md b/content/homepage/services.md new file mode 100644 index 0000000..7140b29 --- /dev/null +++ b/content/homepage/services.md @@ -0,0 +1,11 @@ +--- +title: "Open Services" +weight: 2 +header_menu: false +--- + + +We like to provide Open services +- Dns Over HTTPS on https://doh.verry.org/ +- Dns Over TLS on dot.verry.org:853 +- pastebin https://paste.verry.org/ \ No newline at end of file