Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-09 19:00:59 +0300
committerJan Raasch <jan@janraasch.com>2020-09-09 19:00:59 +0300
commit848f6129ec7dac005cbe7b7c2a7e1772e01cf042 (patch)
treea4c6779bda7072fd4cb95a57afe0a2147d14e9be /exampleSite
parent30fe331123762039f3209a76b24cfe37cbbe0833 (diff)
style: add & run prettier
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/homepage/about-me.md3
-rw-r--r--exampleSite/content/homepage/contact.md3
-rw-r--r--exampleSite/content/homepage/opener.md4
-rw-r--r--exampleSite/content/homepage/services.md3
-rw-r--r--exampleSite/content/services.md2
-rw-r--r--exampleSite/layouts/partials/custom_head.html20
6 files changed, 26 insertions, 9 deletions
diff --git a/exampleSite/content/homepage/about-me.md b/exampleSite/content/homepage/about-me.md
index 7c245be..b80d068 100644
--- a/exampleSite/content/homepage/about-me.md
+++ b/exampleSite/content/homepage/about-me.md
@@ -1,8 +1,9 @@
---
-title: 'About Me'
+title: "About Me"
weight: 3
header_menu: true
---
+
![Jane Doe](images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)
##### Professionel Experience
diff --git a/exampleSite/content/homepage/contact.md b/exampleSite/content/homepage/contact.md
index 95a5f78..f28a3bb 100644
--- a/exampleSite/content/homepage/contact.md
+++ b/exampleSite/content/homepage/contact.md
@@ -1,8 +1,9 @@
---
-title: 'Contact'
+title: "Contact"
weight: 4
header_menu: true
---
+
E-Mail: [mail@janedoe.com](mailto:your-email@your-domain.com)
Tel.: [+49 1111 555555](tel:+491111555555)
diff --git a/exampleSite/content/homepage/opener.md b/exampleSite/content/homepage/opener.md
index 75ac9b3..082c220 100644
--- a/exampleSite/content/homepage/opener.md
+++ b/exampleSite/content/homepage/opener.md
@@ -1,10 +1,10 @@
---
-title: 'Welcome'
+title: "Welcome"
weight: 1
---
Hi there. This section will not show up in the header menu above. Other than that, there's really not much to see here. I did however append some generated »Lorem ipsum«-paragraphs for you. Enjoy!
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vehicula turpis nec arcu cursus, ac faucibus felis tempor. Donec molestie arcu eu pretium accumsan. Phasellus urna nisi, volutpat pharetra orci vel, feugiat sollicitudin diam. Phasellus dolor tortor, feugiat a ipsum id, gravida volutpat urna. Nam dictum nulla ac nisi aliquam ultricies. Nam tempus eget lorem vitae vulputate.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus vehicula turpis nec arcu cursus, ac faucibus felis tempor. Donec molestie arcu eu pretium accumsan. Phasellus urna nisi, volutpat pharetra orci vel, feugiat sollicitudin diam. Phasellus dolor tortor, feugiat a ipsum id, gravida volutpat urna. Nam dictum nulla ac nisi aliquam ultricies. Nam tempus eget lorem vitae vulputate.
Nulla aliquet, nisl pulvinar fermentum ultricies, turpis purus ultricies lorem, ut faucibus arcu nisl in tellus. Integer eu augue auctor, fringilla nunc ut, finibus eros. Curabitur est lectus, ultricies id blandit at, malesuada et ipsum. Suspendisse potenti. Quisque euismod sapien arcu, vel sollicitudin ipsum dignissim nec.
diff --git a/exampleSite/content/homepage/services.md b/exampleSite/content/homepage/services.md
index 14bfd22..fde7687 100644
--- a/exampleSite/content/homepage/services.md
+++ b/exampleSite/content/homepage/services.md
@@ -1,8 +1,9 @@
---
-title: 'Services'
+title: "Services"
weight: 2
header_menu: true
---
+
That is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website.
---
diff --git a/exampleSite/content/services.md b/exampleSite/content/services.md
index 85071cd..8b0f9c6 100644
--- a/exampleSite/content/services.md
+++ b/exampleSite/content/services.md
@@ -1,5 +1,5 @@
---
-title: 'Services'
+title: "Services"
---
This is a page about the services, which I offer.
diff --git a/exampleSite/layouts/partials/custom_head.html b/exampleSite/layouts/partials/custom_head.html
index 53db59d..1d654ff 100644
--- a/exampleSite/layouts/partials/custom_head.html
+++ b/exampleSite/layouts/partials/custom_head.html
@@ -61,6 +61,20 @@
<!-- Custom link-tags for different icons
Generated via https://favicon.io/favicon-generator/ -->
-<link rel="apple-touch-icon" sizes="180x180" href='{{ "images/apple-touch-icon.png" | absURL }}'>
-<link rel="icon" type="image/png" sizes="32x32" href='{{ "images/favicon-32x32.png" | absURL }}'>
-<link rel="icon" type="image/png" sizes="16x16" href='{{ "images/favicon-16x16.png" | absURL }}'>
+<link
+ rel="apple-touch-icon"
+ sizes="180x180"
+ href="{{ "images/apple-touch-icon.png" | absURL }}"
+/>
+<link
+ rel="icon"
+ type="image/png"
+ sizes="32x32"
+ href="{{ "images/favicon-32x32.png" | absURL }}"
+/>
+<link
+ rel="icon"
+ type="image/png"
+ sizes="16x16"
+ href="{{ "images/favicon-16x16.png" | absURL }}"
+/>