Compare commits
No commits in common. "gh-pages" and "master" have entirely different histories.
2
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
custom: ["https://www.paypal.me/janraasch/29,00"]
|
||||||
|
github: ["janraasch"]
|
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Maintain dependencies for GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
# Maintain dependencies for npm
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
17
.github/stale.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Number of days of inactivity before an issue becomes stale
|
||||||
|
daysUntilStale: 60
|
||||||
|
# Number of days of inactivity before a stale issue is closed
|
||||||
|
daysUntilClose: 7
|
||||||
|
# Issues with these labels will never be considered stale
|
||||||
|
exemptLabels:
|
||||||
|
- pinned
|
||||||
|
- security
|
||||||
|
# Label to use when marking an issue as stale
|
||||||
|
staleLabel: wontfix
|
||||||
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
markComment: >
|
||||||
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
|
for your contributions.
|
||||||
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
|
closeComment: false
|
32
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v2.5.0
|
||||||
|
with:
|
||||||
|
hugo-version: latest
|
||||||
|
|
||||||
|
- name: Build local ./exampleSite
|
||||||
|
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/
|
||||||
|
|
||||||
|
- name: Deploy to GitHub Pages
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
uses: peaceiris/actions-gh-pages@v3.8.0
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./public
|
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
public
|
||||||
|
exampleSite/public
|
||||||
|
node_modules
|
6
.prettierignore
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
build
|
||||||
|
resources
|
||||||
|
public
|
||||||
|
static/fork-awesome
|
||||||
|
static/css/normalize.css
|
||||||
|
layouts/index.html
|
10
.prettierrc.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": ["*.html"],
|
||||||
|
"options": {
|
||||||
|
"parser": "go-template"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
6
404.html
|
@ -1,6 +0,0 @@
|
||||||
<!doctype html><html><meta http-equiv=content-type content="text/html" charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge,chrome=1"><title>404 Page not found</title><link rel="shortcut icon" href=https://janraasch.github.io/hugo-scroll/images/favicon.png type=image/png><meta name=description content="Nutrition Coach & Chef Consultant"><meta name=keywords content="some,keywords,for,seo,you,know,google,duckduckgo,and,such"><meta name=referrer content="no-referrer-when-downgrade"><meta name=HandheldFriendly content="True"><meta name=MobileOptimized content="320"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/screen.css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/fonts.css type=text/css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/fork-awesome/css/fork-awesome.min.css type=text/css><meta property="og:title" content="404 Page not found"><meta property="og:description" content="Nutrition Coach & Chef Consultant"><meta property="og:type" content="website"><meta property="og:url" content="https://janraasch.github.io/hugo-scroll/404.html"><meta property="og:image" content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta property="og:site_name" content="Jane Doe - Nutrition Coach & Chef Consultant"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta name=twitter:title content="404 Page not found"><meta name=twitter:description content="Nutrition Coach & Chef Consultant"><meta itemprop=name content="404 Page not found"><meta itemprop=description content="Nutrition Coach & Chef Consultant"><link rel=apple-touch-icon sizes=180x180 href=https://janraasch.github.io/hugo-scroll/images/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=https://janraasch.github.io/hugo-scroll/images/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=https://janraasch.github.io/hugo-scroll/images/favicon-16x16.png><body><main class="content page-template 404" role=main><article class="post page"><header class=post-header><a id=blog-logo href=/hugo-scroll/>Jane Doe - Nutrition Coach & Chef Consultant</a></header><h1 class=post-title>404 - Page Not Found</h1><section class=post-content>Give it another try:
|
|
||||||
<a href=/hugo-scroll/ alt=Homepage>Back to the homepage</a>.</section></article></main><footer class=site-footer><div class=inner><section class=copyright>© Jane Doe</section><section></section><section><a href=https://themes.gohugo.io/hugo-scroll/>Design</a> template
|
|
||||||
built with ♥️ by
|
|
||||||
<a href=https://www.janraasch.com title="Jan Raasch">Jan Raasch</a></section></div></footer><script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/jquery-1.11.3.min.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/icons.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/index.js></script></body></html>
|
|
20
LICENSE
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2020 Jan Raasch
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
97
README.md
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
# Hugo Scroll ![Test](https://github.com/janraasch/hugo-scroll/workflows/CI/badge.svg?branch=master&event=push) [![Pay me][paypal-svg]][paypal-dot-me] [![Sponsor me][github-sponsors-svg]][github-sponsors]
|
||||||
|
|
||||||
|
📜 A [Hugo](https://gohugo.io/)-theme for pretty, quick and simple single-page websites.
|
||||||
|
|
||||||
|
![Screenshot Hugo Scroll Theme](https://raw.githubusercontent.com/janraasch/hugo-scroll/master/images/tn.png)
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
For a current & working demo of this theme please check out https://janraasch.github.io/hugo-scroll/ 🎯.
|
||||||
|
|
||||||
|
## Sponsor 💟
|
||||||
|
|
||||||
|
Support my work on this theme via [GitHub Sponsors][github-sponsors] (recurring) or [PayPal][paypal-dot-me] (one-time).
|
||||||
|
|
||||||
|
[![GitHub Stats](https://github-readme-stats.vercel.app/api/?username=janraasch)][github-sponsors]
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
If you already have a hugo site on your machine, you can simply add this theme via
|
||||||
|
|
||||||
|
```
|
||||||
|
git submodule add https://github.com/janraasch/hugo-scroll.git themes/hugo-scroll
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, adjust the `config.toml` as detailed below.
|
||||||
|
|
||||||
|
If you simply want to check out the `exampleSite`, you can run
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/janraasch/hugo-scroll.git hugo-scroll
|
||||||
|
cd hugo-scroll
|
||||||
|
hugo server --source=exampleSite --themesDir=../..
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information read the official [setup guide][hugo-setup-guide] of Hugo.
|
||||||
|
|
||||||
|
## Adjust configuration / config.toml
|
||||||
|
|
||||||
|
Please check out the [config.toml](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/config.toml) included on the [exampleSite](https://github.com/janraasch/hugo-scroll/tree/master/exampleSite) of this theme.
|
||||||
|
|
||||||
|
## Content & structure
|
||||||
|
|
||||||
|
### Starting fresh
|
||||||
|
|
||||||
|
If you are starting fresh, simply copy over the contents of the `exampleSite`-directory included in this theme to your source directory. That should give you a good idea about how things work, and then you can go on from there to make the site your own.
|
||||||
|
|
||||||
|
### Adding content
|
||||||
|
|
||||||
|
You can add **a new section to the homepage** via running
|
||||||
|
|
||||||
|
```
|
||||||
|
hugo new homepage/my-new-content.md
|
||||||
|
```
|
||||||
|
|
||||||
|
To create **a page separate from the homepage**, run
|
||||||
|
|
||||||
|
```
|
||||||
|
hugo new my-new-page.md
|
||||||
|
```
|
||||||
|
|
||||||
|
### Using icons
|
||||||
|
|
||||||
|
This theme includes the full set of [Fork Awesome 1.1.7 Icons][fork-awesome-icons]. Use the `{{<icon>}}`-[shortcode][hugo-shortcodes] with the respective "fa fa-ICONNAME"-`class` to use an icon directly in your `.markdown` files à la
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
Look at this nice »envelope«-icon: {{<icon class="fa fa-envelope">}}. I took this from https://forkaweso.me/Fork-Awesome/icon/envelope/ :-)
|
||||||
|
```
|
||||||
|
|
||||||
|
For the full list of icons, see [Fork Awesome 1.1.7 Icons][fork-awesome-icons].
|
||||||
|
|
||||||
|
### Adding your branding / colors / css
|
||||||
|
|
||||||
|
Add a `custom_head.html`-file to your `layouts/partials`-directory. In there you may add a `<style>`-tag _or_ you may add a `<link>`-tag referencing your own `custom.css` (in case you prefer to have a separate `.css`-file). Checkout the [`custom_head.html`](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/layouts/partials/custom_head.html)-file from the `exampleSite`-directory to get started and to find more detailed instructions.
|
||||||
|
|
||||||
|
## Issues / Feedback / Contributing
|
||||||
|
|
||||||
|
Please use [GitHub issues](https://github.com/janraasch/hugo-scroll/issues) and [Pull Requests](https://github.com/janraasch/hugo-scroll/pulls).
|
||||||
|
|
||||||
|
If you do not have a GitHub-account, feel free to hit me up via e-mail (see [janraasch.com](https://www.janraasch.com)).
|
||||||
|
|
||||||
|
## Special Thanks 🎁
|
||||||
|
|
||||||
|
- Go to [Yonatan Wolowelsky](https://github.com/grmmph), for the great [GhostScroll](https://github.com/grmmph/GhostScroll)-theme which formed the basis of this [Hugo](https://gohugo.io/)-theme.
|
||||||
|
- Go to [Pexels](https://www.pexels.com), for supplying those wonderful _free_ stock photos on the [exampleSite](https://github.com/janraasch/hugo-scroll/tree/master/exampleSite).
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Jan Raasch](https://www.janraasch.com)
|
||||||
|
|
||||||
|
[paypal-dot-me]: https://www.paypal.me/janraasch/29,00
|
||||||
|
[github-sponsors]: https://github.com/sponsors/janraasch
|
||||||
|
[paypal-svg]: https://img.shields.io/badge/onetime-donation-11dde2.svg?logo=paypal
|
||||||
|
[github-sponsors-svg]: https://img.shields.io/badge/recurring-sponsorship-ee4aaa.svg?logo=github
|
||||||
|
[hugo-setup-guide]: https://gohugo.io/getting-started/installing
|
||||||
|
[fork-awesome]: https://forkaweso.me/Fork-Awesome/
|
||||||
|
[fork-awesome-icons]: https://forkaweso.me/Fork-Awesome/icons/
|
||||||
|
[hugo-shortcodes]: https://gohugo.io/content-management/shortcodes/
|
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: '{{ replace .Name "-" " " | title }}'
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a page about »{{ replace .Name "-" " " | title }}«.
|
12
archetypes/homepage.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: '{{ replace .Name "-" " " | title }}'
|
||||||
|
# The "weight" will determine where this section appears on the "homepage".
|
||||||
|
# A bigger weight will place the content more towards the bottom of the page.
|
||||||
|
# It's like gravity ;-).
|
||||||
|
weight: 5
|
||||||
|
# If "header_menu" is true, then a button linking to this section will be placed
|
||||||
|
# into the header menu at the top of the homepage.
|
||||||
|
header_menu: true
|
||||||
|
---
|
||||||
|
|
||||||
|
This is just another section to appear on the homepage.
|
41
exampleSite/config.toml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
baseURL = "https://example.com"
|
||||||
|
|
||||||
|
# This is a "one page"-website, so we do not need these kinds of pages...
|
||||||
|
disableKinds = ["section", "taxonomy", "term", "RSS", "robotsTXT"]
|
||||||
|
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
# The name of this wonderful theme ;-).
|
||||||
|
theme = "hugo-scroll"
|
||||||
|
|
||||||
|
# The "title" of your website
|
||||||
|
title = "Jane Doe - Nutrition Coach & Chef Consultant"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
# A "copyright"-line to be added at the bottom of the page.
|
||||||
|
# Hint: Markdown is supported in here as well. So you may e.g. add a link to your legal imprint-page.
|
||||||
|
copyright = "© Jane Doe"
|
||||||
|
|
||||||
|
# The "description" of your website. This is used in the meta data of your generated html.
|
||||||
|
description = "Nutrition Coach & Chef Consultant"
|
||||||
|
|
||||||
|
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
|
||||||
|
favicon = "images/favicon.png"
|
||||||
|
|
||||||
|
# These "images" are used for the structured data templates. This will show up, when
|
||||||
|
# services like Twitter or Slack want to generate a preview of a link to your site.
|
||||||
|
# See https://gohugo.io/templates/internal#twitter-cards and
|
||||||
|
# https://gohugo.io/templates/internal#open-graph.
|
||||||
|
images = ["images/cover-image.jpg"]
|
||||||
|
|
||||||
|
# Another "title" :-). This one is used as the site_name on the Hugo's internal
|
||||||
|
# opengraph structured data template.
|
||||||
|
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
|
||||||
|
title = "Jane Doe - Nutrition Coach & Chef Consultant"
|
||||||
|
|
||||||
|
# This theme will, by default, inject a design-by-line at the bottom of the page.
|
||||||
|
# You can turn it off, but we would really appreciate if you don’t :-)
|
||||||
|
# hidedesignbyline = true
|
||||||
|
|
||||||
|
[params.meta]
|
||||||
|
keywords = "some, keywords, for, seo, you, know, google, duckduckgo, and, such"
|
5
exampleSite/content/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
header_image: "images/cover-image.jpg"
|
||||||
|
header_headline: "Jane Doe"
|
||||||
|
header_subheadline: "Hi there , I am a Nutrition Coach & Chef Consultant"
|
||||||
|
---
|
13
exampleSite/content/homepage/about-me.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "About Me"
|
||||||
|
weight: 3
|
||||||
|
header_menu: true
|
||||||
|
---
|
||||||
|
|
||||||
|
![Jane Doe](images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)
|
||||||
|
|
||||||
|
##### Professionel Experience
|
||||||
|
|
||||||
|
A lot, but let us get into the details with some lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent feugiat lectus et magna placerat tincidunt. Nullam sit amet lectus vitae elit mollis rhoncus non eget lorem. Ut tempor sed dui quis volutpat.
|
||||||
|
|
||||||
|
In ultrices, est at lobortis pretium, magna quam mollis neque, id viverra odio est sit amet lorem. Mauris efficitur nunc vel lectus porttitor, sit amet sodales quam eleifend. Duis et felis ut mauris dignissim efficitur. Aliquam non sem eros. Integer elit ante, bibendum id hendrerit vitae, vestibulum eget risus. Nunc efficitur nisl in iaculis vestibulum.
|
11
exampleSite/content/homepage/contact.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "Contact"
|
||||||
|
weight: 4
|
||||||
|
header_menu: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{{<icon class="fa fa-envelope">}} [mail@janedoe.com](mailto:your-email@your-domain.com)
|
||||||
|
|
||||||
|
{{<icon class="fa fa-phone">}} [+49 1111 555555](tel:+491111555555)
|
||||||
|
|
||||||
|
Let us get in touch!
|
3
exampleSite/content/homepage/index.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
headless: true
|
||||||
|
---
|
10
exampleSite/content/homepage/opener.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
37
exampleSite/content/homepage/services.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Nutrition Coaching
|
||||||
|
|
||||||
|
This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.
|
||||||
|
|
||||||
|
![Nice picture to make you pay me ;-)](images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg)
|
||||||
|
|
||||||
|
Wow. That was nice, right? Well, call me and let us talk.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Chef Consulting
|
||||||
|
|
||||||
|
Did you see the picture above? I can show you how to go from
|
||||||
|
|
||||||
|
![Let us get started on a clean slate](images/board-bunch-cooking-food-349609.jpg)
|
||||||
|
|
||||||
|
to
|
||||||
|
|
||||||
|
![Let us get started on a clean slate](images/woman-pouring-juice-on-glass-3184192.jpg)
|
||||||
|
|
||||||
|
in estimated seconds.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Want to learn more about my services?
|
||||||
|
|
||||||
|
Check out [this page](services) I created. It carries a lot more details...
|
35
exampleSite/content/services.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
title: "Services"
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a page about the services, which I offer.
|
||||||
|
|
||||||
|
It carries a lot more detail than what I put on the homepage - I swear!
|
||||||
|
|
||||||
|
You want to know what I can do for you?
|
||||||
|
|
||||||
|
Well, let me tell ya!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Nutrition Coaching
|
||||||
|
|
||||||
|
This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.
|
||||||
|
|
||||||
|
![Nice picture to make you pay me ;-)](../images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg)
|
||||||
|
|
||||||
|
Wow. That was nice, right? Well, call me and let us talk.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Chef Consulting
|
||||||
|
|
||||||
|
Did you see the picture above? I can show you how to go from
|
||||||
|
|
||||||
|
![Let us get started on a clean slate](../images/board-bunch-cooking-food-349609.jpg)
|
||||||
|
|
||||||
|
to
|
||||||
|
|
||||||
|
![Let us get started on a clean slate](../images/woman-pouring-juice-on-glass-3184192.jpg)
|
||||||
|
|
||||||
|
in estimated seconds.
|
80
exampleSite/layouts/partials/custom_head.html
Normal file
|
@ -0,0 +1,80 @@
|
||||||
|
<!-- A partial to be overwritten by the user.
|
||||||
|
Its content will appear before the closing </head>-tag -->
|
||||||
|
|
||||||
|
<!-- Custom CSS via inline styles
|
||||||
|
You may use this template to add custom CSS to your site like so: -->
|
||||||
|
|
||||||
|
<!-- <style>
|
||||||
|
/* Links */
|
||||||
|
a:hover {
|
||||||
|
color: #b6b84c;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header Buttons on Startpage */
|
||||||
|
a.btn {
|
||||||
|
color: white;
|
||||||
|
background-color: #ced067;
|
||||||
|
}
|
||||||
|
a.btn:hover {
|
||||||
|
background-color: #b6b84c;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scroll Menu on Startpage */
|
||||||
|
a.fn-item.active {
|
||||||
|
color: #b6b84c;
|
||||||
|
}
|
||||||
|
a.fn-item:hover {
|
||||||
|
color: #ced067;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Content / Sections */
|
||||||
|
.post-holder.odd {
|
||||||
|
background: #B80135;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.post-holder {
|
||||||
|
background: #f2efe8;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
color: #3A4145;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
|
.site-footer {
|
||||||
|
color: #BBC7CC;
|
||||||
|
background-color: #22343A;
|
||||||
|
}
|
||||||
|
</style> -->
|
||||||
|
|
||||||
|
<!-- Custom CSS via "custom.css"-file
|
||||||
|
If you would rather place your custom CSS into
|
||||||
|
a separate file, create a "custom.css" in your
|
||||||
|
local "static/css"-directory. Then add a <link>-tag
|
||||||
|
referencing your "custom.css" like so: -->
|
||||||
|
|
||||||
|
<!-- <link rel="stylesheet" href='{{ "css/custom.css" | absURL }}'> -->
|
||||||
|
|
||||||
|
<!-- Custom CSS: Color Codes
|
||||||
|
You may checkout https://htmlcolorcodes.com/ to get those
|
||||||
|
weird color codes (like "#22343A") ;-). -->
|
||||||
|
|
||||||
|
<!-- 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 }}"
|
||||||
|
/>
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.8 MiB After Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 492 KiB After Width: | Height: | Size: 492 KiB |
Before Width: | Height: | Size: 1,009 KiB After Width: | Height: | Size: 1,009 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
BIN
images/screenshot.png
Normal file
After Width: | Height: | Size: 842 KiB |
BIN
images/tn.png
Normal file
After Width: | Height: | Size: 330 KiB |
|
@ -1,8 +0,0 @@
|
||||||
<!doctype html><html><meta http-equiv=content-type content="text/html" charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge,chrome=1"><title>Jane Doe - Nutrition Coach & Chef Consultant</title><link rel="shortcut icon" href=https://janraasch.github.io/hugo-scroll/images/favicon.png type=image/png><meta name=description content="Nutrition Coach & Chef Consultant"><meta name=keywords content="some,keywords,for,seo,you,know,google,duckduckgo,and,such"><meta name=referrer content="no-referrer-when-downgrade"><meta name=HandheldFriendly content="True"><meta name=MobileOptimized content="320"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/screen.css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/fonts.css type=text/css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/fork-awesome/css/fork-awesome.min.css type=text/css><meta property="og:title" content><meta property="og:description" content="Nutrition Coach & Chef Consultant"><meta property="og:type" content="website"><meta property="og:url" content="https://janraasch.github.io/hugo-scroll/"><meta property="og:image" content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta property="og:site_name" content="Jane Doe - Nutrition Coach & Chef Consultant"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta name=twitter:title content><meta name=twitter:description content="Nutrition Coach & Chef Consultant"><meta itemprop=name content><meta itemprop=description content="Nutrition Coach & Chef Consultant"><link rel=apple-touch-icon sizes=180x180 href=https://janraasch.github.io/hugo-scroll/images/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=https://janraasch.github.io/hugo-scroll/images/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=https://janraasch.github.io/hugo-scroll/images/favicon-16x16.png><body><header id=site-head style=background-image:url(images/cover-image.jpg)><div class=vertical><div id=site-head-content class=inner><h1 class=blog-title>Jane Doe</h1><h2 class=blog-description>Hi there , I am a Nutrition Coach & Chef Consultant</h2><a class="btn site-menu" data-title-anchor=services>Services</a>
|
|
||||||
<a class="btn site-menu" data-title-anchor=about-me>About Me</a>
|
|
||||||
<a class="btn site-menu" data-title-anchor=contact>Contact</a>
|
|
||||||
<i id=header-arrow class="fa fa-angle-down"></i></div></div></header><main class=content role=main><div class=fixed-nav></div><div class=post-holder><article id=welcome class="post first"><header class=post-header><h2 class=post-title>Welcome</h2></header><section class=post-content><p>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!</p><p>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.</p><p>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.</p></section></article><div class=post-after></div></div><div class=post-holder><article id=services class=post><header class=post-header><h2 class=post-title>Services</h2></header><section class=post-content><p>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.</p><hr><h2 id=nutrition-coaching>Nutrition Coaching</h2><p>This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.</p><p><img src=images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg alt="Nice picture to make you pay me ;-)"></p><p>Wow. That was nice, right? Well, call me and let us talk.</p><hr><h2 id=chef-consulting>Chef Consulting</h2><p>Did you see the picture above? I can show you how to go from</p><p><img src=images/board-bunch-cooking-food-349609.jpg alt="Let us get started on a clean slate"></p><p>to</p><p><img src=images/woman-pouring-juice-on-glass-3184192.jpg alt="Let us get started on a clean slate"></p><p>in estimated seconds.</p><hr><p>Want to learn more about my services?</p><p>Check out <a href=services>this page</a> I created. It carries a lot more details…</p></section></article><div class=post-after></div></div><div class=post-holder><article id=about-me class=post><header class=post-header><h2 class=post-title>About Me</h2></header><section class=post-content><p><img src=images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg alt="Jane Doe"></p><h5 id=professionel-experience>Professionel Experience</h5><p>A lot, but let us get into the details with some lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent feugiat lectus et magna placerat tincidunt. Nullam sit amet lectus vitae elit mollis rhoncus non eget lorem. Ut tempor sed dui quis volutpat.</p><p>In ultrices, est at lobortis pretium, magna quam mollis neque, id viverra odio est sit amet lorem. Mauris efficitur nunc vel lectus porttitor, sit amet sodales quam eleifend. Duis et felis ut mauris dignissim efficitur. Aliquam non sem eros. Integer elit ante, bibendum id hendrerit vitae, vestibulum eget risus. Nunc efficitur nisl in iaculis vestibulum.</p></section></article><div class=post-after></div></div><div class=post-holder><article id=contact class="post last"><header class=post-header><h2 class=post-title>Contact</h2></header><section class=post-content><p><i class="fa fa-envelope"></i> <a href=mailto:your-email@your-domain.com>mail@janedoe.com</a></p><p><i class="fa fa-phone"></i> <a href=tel:+491111555555>+49 1111 555555</a></p><p>Let us get in touch!</p></section></article><div class=post-after></div></div></main><footer class=site-footer><div class=inner><section class=copyright>© Jane Doe</section><section></section><section><a href=https://themes.gohugo.io/hugo-scroll/>Design</a> template
|
|
||||||
built with ♥️ by
|
|
||||||
<a href=https://www.janraasch.com title="Jan Raasch">Jan Raasch</a></section></div></footer><script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/jquery-1.11.3.min.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/icons.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/index.js></script></body></html>
|
|
16
layouts/404.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<main class="content page-template 404" role="main">
|
||||||
|
<article class="post page">
|
||||||
|
<header class="post-header">
|
||||||
|
<a id="blog-logo" href="{{ "/" | relURL }}">
|
||||||
|
{{ .Site.Title }}
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
<h1 class="post-title">404 - Page Not Found</h1>
|
||||||
|
<section class="post-content">
|
||||||
|
Give it another try:
|
||||||
|
<a href="{{ "/" | relURL }}" alt="Homepage">Back to the homepage</a>.
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
{{ end }}
|
20
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
{{- partial "head.html" . -}}
|
||||||
|
<body>
|
||||||
|
{{- partial "header.html" . -}}
|
||||||
|
{{- block "main" . }}{{- end }}
|
||||||
|
{{- partial "footer.html" . -}}
|
||||||
|
|
||||||
|
<!-- We do need jQuery to be loaded before HugoScroll script -->
|
||||||
|
<script type="text/javascript" src='{{ "js/jquery-1.11.3.min.js" | absURL }}'></script>
|
||||||
|
|
||||||
|
<!-- The main JavaScript files for HugoScroll -->
|
||||||
|
<script type="text/javascript" src='{{ "js/icons.js" | absURL }}'></script>
|
||||||
|
<script type="text/javascript" src='{{ "js/index.js" |absURL }}'></script>
|
||||||
|
<!-- A partial to be overwritten by the user.
|
||||||
|
Simply place a custom_body.html into
|
||||||
|
your local /layouts/partials-directory -->
|
||||||
|
{{- partial "custom_body.html" . -}}
|
||||||
|
</body>
|
||||||
|
</html>
|
15
layouts/_default/single.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<main class="content page-template page-{{ .Slug }}" role="main">
|
||||||
|
<article class="post page">
|
||||||
|
<header class="post-header">
|
||||||
|
<a id="blog-logo" href="{{ "/" | relURL }}">
|
||||||
|
{{ .Site.Title }}
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
<h1 class="post-title">{{ .Title }}</h1>
|
||||||
|
<section class="post-content">
|
||||||
|
{{ .Content }}
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
{{ end }}
|
37
layouts/index.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
{{ $headless := .Site.GetPage "/homepage" }}
|
||||||
|
{{ $sections := $headless.Resources.ByType "page" }}
|
||||||
|
{{ $sections := cond .Site.BuildDrafts $sections (where $sections "Draft" "==" false) }}
|
||||||
|
<header id="site-head" {{ with .Params.header_image }}style="background-image: url({{ . }})"{{ end }}>
|
||||||
|
<div class="vertical">
|
||||||
|
<div id="site-head-content" class="inner">
|
||||||
|
|
||||||
|
{{ with .Params.header_headline }}<h1 class="blog-title">{{ . }}</h1>{{ end }}
|
||||||
|
{{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }}
|
||||||
|
|
||||||
|
{{ range where $sections ".Params.header_menu" "eq" true }}
|
||||||
|
<a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ .Title }}</a>
|
||||||
|
{{ end }}
|
||||||
|
<i id='header-arrow' class="fa fa-angle-down"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<main class="content" role="main">
|
||||||
|
|
||||||
|
<div class='fixed-nav'>
|
||||||
|
</div>
|
||||||
|
{{ range $index_val, $elem_val := $sections }}
|
||||||
|
<div class='post-holder'>
|
||||||
|
<article id='{{ anchorize .Title }}' class='post {{ if eq $index_val 0 }}first{{ end }} {{ if eq (add $index_val 1) (len $sections) }}last{{ end }}'>
|
||||||
|
<header class="post-header">
|
||||||
|
<h2 class="post-title">{{ .Title }}</h2>
|
||||||
|
</header>
|
||||||
|
<section class="post-content">
|
||||||
|
{{ .Content }}
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<div class='post-after'></div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</main>
|
||||||
|
{{ end }}
|
4
layouts/partials/custom_body.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<!-- A partial to be overwritten by the user.
|
||||||
|
Simply place a custom_body.html into
|
||||||
|
your local /layouts/partials-directory.
|
||||||
|
Its content will appear before the closing </body>-tag -->
|
4
layouts/partials/custom_head.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<!-- A partial to be overwritten by the user.
|
||||||
|
Simply place a custom_head.html into
|
||||||
|
your local /layouts/partials-directory.
|
||||||
|
Its content will appear before the closing </head>-tag -->
|
16
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<footer class="site-footer">
|
||||||
|
<div class="inner">
|
||||||
|
{{ with .Site.Params.copyright }}
|
||||||
|
<section class="copyright">{{ . | markdownify }}</section>{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
|
||||||
|
{{ if ne .Site.Params.hidedesignbyline true }}
|
||||||
|
<section>
|
||||||
|
<a href="https://themes.gohugo.io/hugo-scroll/">Design</a> template
|
||||||
|
built with ♥️ by
|
||||||
|
<a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
|
||||||
|
</section>{{ end }}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</footer>
|
37
layouts/partials/head.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
|
||||||
|
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
|
||||||
|
|
||||||
|
{{ with .Site.Params.favicon }}
|
||||||
|
<link rel="shortcut icon" href="{{ . | absURL }}" type="image/png"
|
||||||
|
/>{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.Params.description }}
|
||||||
|
<meta name="description" content="{{ . }}"
|
||||||
|
/>{{ end }}
|
||||||
|
{{ with .Site.Params.meta.keywords }}
|
||||||
|
<meta name="keywords" content="{{ . }}"
|
||||||
|
/>{{ end }}
|
||||||
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||||
|
|
||||||
|
<meta name="HandheldFriendly" content="True" />
|
||||||
|
<meta name="MobileOptimized" content="320" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="{{ "css/screen.css" | absURL }}" />
|
||||||
|
<link rel="stylesheet" href="{{ "css/fonts.css" | absURL }}" type="text/css" />
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="{{ "fork-awesome/css/fork-awesome.min.css" | absURL }}"
|
||||||
|
type="text/css"
|
||||||
|
/>
|
||||||
|
|
||||||
|
{{ template "_internal/opengraph.html" . }}
|
||||||
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
|
{{ template "_internal/schema.html" . }}
|
||||||
|
|
||||||
|
<!-- A partial to be overwritten by the user.
|
||||||
|
Simply place a custom_head.html into
|
||||||
|
your local /layouts/partials-directory -->
|
||||||
|
{{- partial "custom_head.html" . -}}
|
0
layouts/partials/header.html
Normal file
1
layouts/shortcodes/icon.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ with .Get "class" }}<i class="{{ . }}"></i>{{ end }}
|
29
package-lock.json
generated
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "hugo-scroll",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"requires": true,
|
||||||
|
"dependencies": {
|
||||||
|
"prettier": {
|
||||||
|
"version": "2.6.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz",
|
||||||
|
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"prettier-plugin-go-template": {
|
||||||
|
"version": "0.0.11",
|
||||||
|
"resolved": "https://registry.npmjs.org/prettier-plugin-go-template/-/prettier-plugin-go-template-0.0.11.tgz",
|
||||||
|
"integrity": "sha512-qtgoEjvbgmcDp9TOqYNgrPrA41s6S1UMyzMqjcxdxQahTX0webWfbamyA/x3XeBFEEJmgXrRAirzJrIVzImsMg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"ulid": "^2.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ulid": {
|
||||||
|
"version": "2.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ulid/-/ulid-2.3.0.tgz",
|
||||||
|
"integrity": "sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "hugo-scroll",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "A Hugo theme for pretty, quick and simple single-page websites.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "prettier --check . ",
|
||||||
|
"format": "prettier --write . "
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/janraasch/hugo-scroll.git"
|
||||||
|
},
|
||||||
|
"author": {
|
||||||
|
"name": "Jan Raasch",
|
||||||
|
"email": "jan@janraasch.com",
|
||||||
|
"url": "https://www.janraasch.com"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/janraasch/hugo-scroll/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"prettier": "^2.6.1",
|
||||||
|
"prettier-plugin-go-template": "0.0.11"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,17 +0,0 @@
|
||||||
<!doctype html><html><meta http-equiv=content-type content="text/html" charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge,chrome=1"><title>Services</title><link rel="shortcut icon" href=https://janraasch.github.io/hugo-scroll/images/favicon.png type=image/png><meta name=description content="Nutrition Coach & Chef Consultant"><meta name=keywords content="some,keywords,for,seo,you,know,google,duckduckgo,and,such"><meta name=referrer content="no-referrer-when-downgrade"><meta name=HandheldFriendly content="True"><meta name=MobileOptimized content="320"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/screen.css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/css/fonts.css type=text/css><link rel=stylesheet href=https://janraasch.github.io/hugo-scroll/fork-awesome/css/fork-awesome.min.css type=text/css><meta property="og:title" content="Services"><meta property="og:description" content="This is a page about the services, which I offer.
|
|
||||||
It carries a lot more detail than what I put on the homepage - I swear!
|
|
||||||
You want to know what I can do for you?
|
|
||||||
Well, let me tell ya!
|
|
||||||
Nutrition Coaching This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first."><meta property="og:type" content="article"><meta property="og:url" content="https://janraasch.github.io/hugo-scroll/services/"><meta property="og:image" content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta property="article:section" content><meta property="og:site_name" content="Jane Doe - Nutrition Coach & Chef Consultant"><meta name=twitter:card content="summary_large_image"><meta name=twitter:image content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta name=twitter:title content="Services"><meta name=twitter:description content="This is a page about the services, which I offer.
|
|
||||||
It carries a lot more detail than what I put on the homepage - I swear!
|
|
||||||
You want to know what I can do for you?
|
|
||||||
Well, let me tell ya!
|
|
||||||
Nutrition Coaching This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first."><meta itemprop=name content="Services"><meta itemprop=description content="This is a page about the services, which I offer.
|
|
||||||
It carries a lot more detail than what I put on the homepage - I swear!
|
|
||||||
You want to know what I can do for you?
|
|
||||||
Well, let me tell ya!
|
|
||||||
Nutrition Coaching This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first."><meta itemprop=wordCount content="102"><meta itemprop=image content="https://janraasch.github.io/hugo-scroll/images/cover-image.jpg"><meta itemprop=keywords content><link rel=apple-touch-icon sizes=180x180 href=https://janraasch.github.io/hugo-scroll/images/apple-touch-icon.png><link rel=icon type=image/png sizes=32x32 href=https://janraasch.github.io/hugo-scroll/images/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=https://janraasch.github.io/hugo-scroll/images/favicon-16x16.png><body><main class="content page-template page-" role=main><article class="post page"><header class=post-header><a id=blog-logo href=/hugo-scroll/>Jane Doe - Nutrition Coach & Chef Consultant</a></header><h1 class=post-title>Services</h1><section class=post-content><p>This is a page about the services, which I offer.</p><p>It carries a lot more detail than what I put on the homepage - I swear!</p><p>You want to know what I can do for you?</p><p>Well, let me tell ya!</p><hr><h2 id=nutrition-coaching>Nutrition Coaching</h2><p>This is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.</p><p><img src=../images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg alt="Nice picture to make you pay me ;-)"></p><p>Wow. That was nice, right? Well, call me and let us talk.</p><hr><h2 id=chef-consulting>Chef Consulting</h2><p>Did you see the picture above? I can show you how to go from</p><p><img src=../images/board-bunch-cooking-food-349609.jpg alt="Let us get started on a clean slate"></p><p>to</p><p><img src=../images/woman-pouring-juice-on-glass-3184192.jpg alt="Let us get started on a clean slate"></p><p>in estimated seconds.</p></section></article></main><footer class=site-footer><div class=inner><section class=copyright>© Jane Doe</section><section></section><section><a href=https://themes.gohugo.io/hugo-scroll/>Design</a> template
|
|
||||||
built with ♥️ by
|
|
||||||
<a href=https://www.janraasch.com title="Jan Raasch">Jan Raasch</a></section></div></footer><script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/jquery-1.11.3.min.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/icons.js></script>
|
|
||||||
<script type=text/javascript src=https://janraasch.github.io/hugo-scroll/js/index.js></script></body></html>
|
|
|
@ -1 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://janraasch.github.io/hugo-scroll/</loc></url><url><loc>https://janraasch.github.io/hugo-scroll/services/</loc></url></urlset>
|
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |