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

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
commit22935f4f4febc9c25ab358f0c559e256a67adde4 (patch)
treef49d33fb3c13fb94add31ebcddaf205327cdbb81
Initial commit
-rw-r--r--.gitattributes2
-rw-r--r--.travis.yml18
-rw-r--r--LICENSE20
-rw-r--r--README.md149
-rw-r--r--archetypes/default.md2
-rw-r--r--assets/scss/stip.scss9
-rw-r--r--assets/scss/stip/_base.scss64
-rw-r--r--assets/scss/stip/_layout.scss33
-rw-r--r--assets/scss/stip/_variables.scss16
-rw-r--r--exampleSite/config.toml28
-rw-r--r--exampleSite/content/.gitkeep0
-rw-r--r--i18n/de.toml2
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/fr.toml2
-rw-r--r--i18n/nl.toml2
-rw-r--r--images/screenshot.pngbin0 -> 1112592 bytes
-rw-r--r--images/tn.pngbin0 -> 436007 bytes
-rw-r--r--layouts/404.html0
-rw-r--r--layouts/_default/baseof.html8
-rw-r--r--layouts/index.html40
-rw-r--r--layouts/partials/footer.html3
-rw-r--r--layouts/partials/head.html37
-rw-r--r--layouts/partials/header.html0
-rw-r--r--layouts/partials/introduction.html2
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content80
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json1
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content1
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json1
-rw-r--r--static/android-chrome-192x192.pngbin0 -> 9327 bytes
-rw-r--r--static/android-chrome-512x512.pngbin0 -> 30634 bytes
-rw-r--r--static/apple-touch-icon.pngbin0 -> 8409 bytes
-rw-r--r--static/favicon-16x16.pngbin0 -> 365 bytes
-rw-r--r--static/favicon-32x32.pngbin0 -> 705 bytes
-rw-r--r--static/favicon.icobin0 -> 15406 bytes
-rw-r--r--static/images/background.jpgbin0 -> 926212 bytes
-rw-r--r--static/images/portrait.jpgbin0 -> 30262 bytes
-rw-r--r--static/site.webmanifest19
-rw-r--r--theme.toml15
38 files changed, 556 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f10d3a2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+resources/** -diff -merge
+resources/** linguist-generated=true \ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..90db982
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+env:
+ - HUGO_VERSION="0.50"
+ - HUGO_VERSION="0.51"
+ - HUGO_VERSION="0.52"
+ - HUGO_VERSION="0.53"
+ - HUGO_VERSION="0.54.0"
+
+install:
+ - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
+ - tar xf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
+ - mv hugo ~/bin/
+ - hugo version
+ - gem install html-proofer
+
+script:
+ - cd exampleSite
+ - hugo -t stip-hugo --themesDir ../..
+ - htmlproofer public --check-html --disable-external
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..dd0fc00
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2019 Emiel Hollander
+
+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.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f2ada2e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,149 @@
+# Stip
+
+[![Build Status](https://travis-ci.com/EmielH/stip-hugo.svg?branch=master)](https://travis-ci.com/EmielH/stip-hugo)
+
+Stip is a single-page Hugo theme for personal introductions. Add a portrait, an introduction, several links, and you're set. The theme was inspired by Material Design's tap target design pattern. [An implementation of this design pattern](https://sjwall.github.io/MaterialTapTargetPrompt/).
+
+![Stip screenshot](https://raw.githubusercontent.com/EmielH/stip-hugo/master/images/screenshot.png)
+
+## Installation
+
+### 1. Install the theme
+
+If your site is also under version control using git, the easiest way to install this theme is to add it as a submodule. If you have not created a git repo for your project yet, you need to run `git init` beforehand. Inside the folder of your Hugo site, run the following command.
+
+```
+git submodule add https://github.com/EmielH/stip-hugo.git themes/stip
+```
+
+Alternatively, you can clone the theme into your project.
+
+```
+git clone https://github.com/EmielH/stip-hugo.git themes/stip
+```
+
+### 2. Configure Hugo
+
+Add the following line to `config.toml` to tell Hugo to use the theme.
+
+```
+theme = "stip"
+```
+
+Alternatively, you can tell Hugo to use the theme with the `server` command.
+
+```
+hugo server -t stip
+```
+
+_[Hugo setup guide](https//gohugo.io/overview/installing/)_
+
+### Update the theme
+
+If you have installed the theme as a git submodule, you can update the theme by issuing the following command inside your project folder.
+
+```
+git submodule update --remote --rebase
+```
+
+If you have cloned the theme, you can run `git pull` inside the theme folder.
+
+## Configuration
+
+### Images
+
+Put your own portrait in `/static/images/portrait.jpg` of your own site, and/or put your own background in `/static/images/background.jpg` of your own site and Hugo wil automatically use those images instead of the standard one. It's not necessary to alter the theme.
+
+### Introduction
+
+Put your own introduction text in `/layouts/partials/introduction.html` of your own site and Hugo wil automatically use that introduction instead of the standard one. It's not necessary to alter the theme.
+
+### Name and bio
+
+Stip will use the name and bio of the author that has been configured in the `Author` section of your site's `config.toml`. Add the lines below to your `config.toml` to configure these.
+
+```
+[Author]
+ name = "Jane Doe"
+ bio = "Professional coffee drinker"
+```
+
+### Links
+
+You can put your own links below the introduction text, for example to link to your social media accounts or to include your e-mail address. These links use icons from FontAwesome. The links can be configured in the `params` section of your site's `config.toml`. This is an example configuration for a link to Github:
+
+```
+[params]
+ [[params.links]]
+ icon = "github"
+ title = "Github"
+ url = "https://github.com/"
+```
+
+Stip by default allows you to choose an icon from [the brands set](https://fontawesome.com/icons?d=gallery&s=brands&m=free). Put the name of the icon in the `icon` parameter. This set is the default set because these links will mostly be used for links to social media.
+
+It is possible to use an icon from [the solid set](https://fontawesome.com/icons?d=gallery&s=solid&m=free). To do this, specify the icon set, like this:
+
+```
+ [[params.links]]
+ iconset = "fas"
+ icon = "envelope"
+ title = "E-mail"
+ url = "mailto:mail@example.org"
+```
+
+### Internationalisation (i18n)
+
+Stip supports using other languages than English. Language files for the texts Stip uses are provided in the `i18n` directory. The default language is English. To switch languages, add the key `defaultContentLanguage` to your `config.toml` file. For example:
+
+```
+defaultContentLanguage = "nl"
+```
+
+To translate texts your site uses, add an `i18n` folder to your site.
+
+Feel free to submit pull requests for other translations of Stip's texts.
+
+_[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)_
+
+### Colors
+
+You can alter the colors of your website using configuration options. Add the following to the `[params]` section of your `config.toml` for an alternate color scheme:
+
+```
+[params.colors]
+ background = "#000000"
+ circle = "#3942ba"
+ foreground = "#c7d0fc"
+ hover = "#cd6cf7"
+```
+
+* `background`: Th background color of the site. Note that this color usually will not be visible because of the background image.
+* `circle`: The background color of the large circle.
+* `foreground`: The color of the text and the border of the portrait.
+* `hover`: The color of the hover of links.
+
+> **Warning: When using Hugo Basic, you need to perform additional steps to make custom colors work.**
+>
+> If you get the following error message while building your site, you're using Hugo Basic:
+>
+> `error: failed to transform resource: TOCSS: failed to transform "style.stip.scss" (text/x-scss): this feature is not available in your current Hugo version`
+>
+> The SCSS needs to be transpiled for your custom colours, which is something Hugo Basic cannot do. For the standard colours, the transpiled SCSS comes with the theme.
+>
+> If you're stuck with Hugo Basic, e.g. because your Hugo site is generated on a server that only has Hugo Basic installed, you can get custom colours to work by performing the following steps.
+>
+> 1. Install Hugo Extended on your local machine.
+> 2. Generate your site locally by running `hugo` on your local machine.
+> 3. Commit the generated `resources` folder to the root folder of your site. This folder can be found inside the `public` folder after running `hugo`.
+>
+> Hugo Basic will then use this `resources` folder to find the transpiled SCSS.
+
+## Acknowledgments
+
+Stock portrait photo obtained [here](https://www.pexels.com/photo/woman-holding-disposable-cup-712513/).
+Stock background photo obtained [here](https://www.pexels.com/photo/trees-grass-lawn-park-2336/).
+
+## License
+
+See [LICENSE](https://github.com/EmielH/stip-hugo/blob/master/LICENSE).
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..ac36e06
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,2 @@
++++
++++
diff --git a/assets/scss/stip.scss b/assets/scss/stip.scss
new file mode 100644
index 0000000..bdce358
--- /dev/null
+++ b/assets/scss/stip.scss
@@ -0,0 +1,9 @@
+// Colours
+$color-background: {{ .Site.Params.colors.background | default "#fff" }};
+$color-circle: {{ .Site.Params.colors.circle | default "#164972" }};
+$color-foreground: {{ .Site.Params.colors.foreground | default "#fff" }};
+$color-hover: {{ .Site.Params.colors.hover | default "#88fcf0" }};
+
+@import 'stip/variables';
+@import 'stip/base';
+@import 'stip/layout';
diff --git a/assets/scss/stip/_base.scss b/assets/scss/stip/_base.scss
new file mode 100644
index 0000000..09ec497
--- /dev/null
+++ b/assets/scss/stip/_base.scss
@@ -0,0 +1,64 @@
+html,
+body {
+ color: $color-foreground;
+ margin: 0;
+ padding: 1rem;
+}
+
+html {
+ font-family: $sans-serif;
+ font-size: 16px;
+ overflow-y: auto;
+}
+
+body {
+ background-color: $color-background;
+ background: url('/images/background.jpg');
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+}
+
+a {
+ @include transition(color .2s ease-out);
+ color: $color-foreground;
+
+ &:hover {
+ color: $color-hover;
+ }
+}
+
+h1 {
+ font-size: 9rem;
+ font-weight: 100;
+
+ @media screen and (max-width: $break-large) {
+ font-size: 6rem;
+ }
+}
+
+h2 {
+ font-size: 3rem;
+ font-weight: 100;
+}
+
+p {
+ font-family: $serif;
+ font-weight: 300;
+ line-height: 1.7;
+}
+
+img.portrait {
+ border-radius: 50%;
+ border: $portrait-border-width solid $color-foreground;
+ width: $portrait-size;
+ height: $portrait-size;
+}
+
+.portrait-container {
+ border-radius: 50%;
+ border: 65vw solid $color-circle;
+ margin: -63vw;
+ height: $portrait-size + 2 * $portrait-border-width;
+ width: $portrait-size + 2 * $portrait-border-width;
+
+} \ No newline at end of file
diff --git a/assets/scss/stip/_layout.scss b/assets/scss/stip/_layout.scss
new file mode 100644
index 0000000..ab360bf
--- /dev/null
+++ b/assets/scss/stip/_layout.scss
@@ -0,0 +1,33 @@
+main {
+ display: flex;
+ flex-direction: row;
+
+ @media screen and (max-width: $break-large) {
+ flex-direction: column;
+ }
+}
+
+.content {
+ margin-left: 1rem;
+ max-width: 50vw;
+
+ @media screen and (max-width: $break-large) {
+ margin-left: 0;
+ max-width: 100vw;
+ }
+
+ .links {
+ margin-top: 2.5rem;
+ font-size: 1.5rem;
+
+ a {
+ margin-right: 0.5rem;
+ text-decoration: none;
+ }
+ }
+}
+
+.footer {
+ margin-top: 3rem;
+ font-size: 0.75rem;
+}
diff --git a/assets/scss/stip/_variables.scss b/assets/scss/stip/_variables.scss
new file mode 100644
index 0000000..17a39d7
--- /dev/null
+++ b/assets/scss/stip/_variables.scss
@@ -0,0 +1,16 @@
+// Fonts
+$sans-serif: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
+$serif: 'Lora', 'Times', 'Times New Roman', serif;
+
+// Responsive breaks
+$break-large: 980px;
+
+// Portrait size
+$portrait-size: 300px;
+$portrait-border-width: 20px;
+
+@mixin transition($args...) {
+ -webkit-transition: $args;
+ -moz-transition: $args;
+ transition: $args;
+}
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..2ad129c
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,28 @@
+baseURL = "https://example.com/"
+languageCode = "en"
+defaultContentLanguage = "en"
+title = "Stip"
+theme = "stip"
+
+[Author]
+ name = "Jane Doe"
+ bio = "Professional coffee drinker"
+
+[params]
+
+ [[params.links]]
+ iconset = "fas"
+ icon = "envelope"
+ title = "E-mail"
+ url = "mailto:mail@example.org"
+
+ [[params.links]]
+ icon = "github"
+ title = "Github"
+ url = "https://github.com/"
+
+ [[params.links]]
+ icon = "twitter"
+ title = "Twitter"
+ url = "https://twitter.com/"
+ \ No newline at end of file
diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/.gitkeep
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..70544df
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Gemacht mit <a href='https://gohugo.io'>Hugo</a> mit dem Thema <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>."
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..94327c4
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/stip-hugo/'>Stip</a> theme."
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..ab8f55f
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Fabriqué avec <a href='https://gohugo.io'>Hugo</a> en utilisant le thème <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>."
diff --git a/i18n/nl.toml b/i18n/nl.toml
new file mode 100644
index 0000000..c47f458
--- /dev/null
+++ b/i18n/nl.toml
@@ -0,0 +1,2 @@
+[generator]
+other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/stip-hugo/'>Stip</a>." \ No newline at end of file
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..ea784bf
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..513013a
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/404.html
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..7015d25
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html lang="{{ .Site.LanguageCode | default "en" }}">
+ {{- partial "head.html" . -}}
+ <body>
+ {{- partial "header.html" . -}}
+ {{- block "main" . }}{{- end }}
+ </body>
+</html>
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..694eae5
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,40 @@
+{{ define "main" }}
+
+<main>
+ <div class="portrait-container">
+ <img src="{{ "images/portrait.jpg" | relURL }}" width="300" height="300" class="portrait" alt="Portrait" />
+ </div>
+
+ <div class="content">
+ <h1>{{ .Site.Author.name | default "Stip" }}</h1>
+ <h2>{{ .Site.Author.bio | default "Hugo theme to introduce yourself" }}</h2>
+ <p>{{- partial "introduction.html" . -}}</p>
+
+ <div class="links">
+ {{- range .Site.Params.links -}}
+ <a href="{{ .url }}" title="{{ .title }}">
+ <span class="{{ .iconset | default "fab" }} fa-{{ .icon }}"></span>
+ </a>
+ {{- end -}}
+ </div>
+
+ {{- partial "footer.html" . -}}
+ </div>
+
+ <!--div class="column left">
+ <img src="images/portrait.jpg" width="300" height="300" class="portrait" alt="Portrait" />
+ </div>
+ <div class="column right">
+ {{- with .Param "greeting" -}}
+ <h1>{{ . }}</h1>
+ {{- else -}}
+ <h1>{{ i18n "hello" }}.</h1>
+ {{- end -}}
+ <h2>{{ i18n "i-am" }} {{ .Site.Author.name | default "Hallo" }}.</h2>
+ <p>{{- partial "introduction.html" . -}}</p>
+
+
+ </div-->
+</main>
+
+{{ end }} \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..3ddc4a8
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,3 @@
+<div class="footer">
+ {{ i18n "generator" | safeHTML }}
+</div> \ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..da2be99
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,37 @@
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ {{- if eq .URL "/" }}
+ <meta name="description" content="{{ .Site.Params.Description }}">
+ {{- else if .Description }}
+ <meta name="description" content="{{ .Description }}">
+ {{- end }}
+
+ <title>
+ {{- if eq .URL "/" }}
+ {{ .Site.Title }}
+ {{- else }}
+ {{ .Title }} &middot; {{ .Site.Title }}
+ {{- end }}
+ </title>
+
+ <!-- CSS -->
+ {{- $inServerMode := .Site.IsServer }}
+ {{- $cssTarget := "css/style.css" }}
+ {{- $cssOptions := cond ($inServerMode) (dict "targetPath" $cssTarget "enableSourceMap" true) (dict "targetPath" $cssTarget "outputStyle" "compressed") }}
+ {{- $style := resources.Get "scss/stip.scss" | resources.ExecuteAsTemplate "style.hallo.scss" . | toCSS $cssOptions }}
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}">
+
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
+
+ <!-- Favicon -->
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}">
+ <link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
+ <link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
+ <link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
+
+ <!-- RSS -->
+ <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+</head>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/header.html
diff --git a/layouts/partials/introduction.html b/layouts/partials/introduction.html
new file mode 100644
index 0000000..feb6823
--- /dev/null
+++ b/layouts/partials/introduction.html
@@ -0,0 +1,2 @@
+<!--Stip is a single-page Hugo theme to introduce yourself. Add a portrait, an introduction, several links, and you're set. Create a partial called introduction.html on your own site to replace this standard introduction. Create a file called portrait.jpg in static/images to replace the standard portrait.-->
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta accumsan ex, eu auctor lacus condimentum ut. Suspendisse ut leo convallis risus fermentum blandit. Nam efficitur dui eros, nec fermentum lorem blandit at. Fusce tempus euismod arcu sed finibus. \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
new file mode 100644
index 0000000..05ee94b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
@@ -0,0 +1,80 @@
+html,
+body {
+ color: #c7d0fc;
+ margin: 0;
+ padding: 1rem; }
+
+html {
+ font-family: "Roboto", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ overflow-y: auto; }
+
+body {
+ background-color: #000000;
+ background: url("/images/background.jpg");
+ background-repeat: no-repeat;
+ background-attachment: fixed; }
+
+a {
+ -webkit-transition: color 0.2s ease-out;
+ -moz-transition: color 0.2s ease-out;
+ transition: color 0.2s ease-out;
+ color: #c7d0fc; }
+ a:hover {
+ color: #cd6cf7; }
+
+h1 {
+ font-size: 9rem;
+ font-weight: 100; }
+ @media screen and (max-width: 980px) {
+ h1 {
+ font-size: 6rem; } }
+
+h2 {
+ font-size: 3rem;
+ font-weight: 100; }
+
+p {
+ font-family: "Lora", "Times", "Times New Roman", serif;
+ font-weight: 300;
+ line-height: 1.7; }
+
+img.portrait {
+ border-radius: 50%;
+ border: 20px solid #c7d0fc;
+ width: 300px;
+ height: 300px; }
+
+.portrait-container {
+ border-radius: 50%;
+ border: 65vw solid #3942ba;
+ margin: -63vw;
+ height: 340px;
+ width: 340px; }
+
+main {
+ display: flex;
+ flex-direction: row; }
+ @media screen and (max-width: 980px) {
+ main {
+ flex-direction: column; } }
+
+.content {
+ margin-left: 1rem;
+ max-width: 50vw; }
+ @media screen and (max-width: 980px) {
+ .content {
+ margin-left: 0;
+ max-width: 100vw; } }
+ .content .links {
+ margin-top: 2.5rem;
+ font-size: 1.5rem; }
+ .content .links a {
+ margin-right: 0.5rem;
+ text-decoration: none; }
+
+.footer {
+ margin-top: 3rem;
+ font-size: 0.75rem; }
+
+/*# sourceMappingURL=style.css.map */ \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json
new file mode 100644
index 0000000..28c014b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json
@@ -0,0 +1 @@
+{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
new file mode 100644
index 0000000..1bb3674
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
@@ -0,0 +1 @@
+html,body{color:#fff;margin:0;padding:1rem}html{font-family:"Roboto","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;overflow-y:auto}body{background-color:#fff;background:url("/images/background.jpg");background-repeat:no-repeat;background-attachment:fixed}a{-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;color:#fff}a:hover{color:#88fcf0}h1{font-size:9rem;font-weight:100}@media screen and (max-width: 980px){h1{font-size:6rem}}h2{font-size:3rem;font-weight:100}p{font-family:"Lora","Times","Times New Roman",serif;font-weight:300;line-height:1.7}img.portrait{border-radius:50%;border:20px solid #fff;width:300px;height:300px}.portrait-container{border-radius:50%;border:65vw solid #164972;margin:-63vw;height:340px;width:340px}main{display:flex;flex-direction:row}@media screen and (max-width: 980px){main{flex-direction:column}}.content{margin-left:1rem;max-width:50vw}@media screen and (max-width: 980px){.content{margin-left:0;max-width:100vw}}.content .links{margin-top:2.5rem;font-size:1.5rem}.content .links a{margin-right:0.5rem;text-decoration:none}.footer{margin-top:3rem;font-size:0.75rem}
diff --git a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json
new file mode 100644
index 0000000..28c014b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json
@@ -0,0 +1 @@
+{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..afe5556
--- /dev/null
+++ b/static/android-chrome-192x192.png
Binary files differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..93472ea
--- /dev/null
+++ b/static/android-chrome-512x512.png
Binary files differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..c2b63cb
--- /dev/null
+++ b/static/apple-touch-icon.png
Binary files differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..e46548a
--- /dev/null
+++ b/static/favicon-16x16.png
Binary files differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..747c82c
--- /dev/null
+++ b/static/favicon-32x32.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..6bff888
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/images/background.jpg b/static/images/background.jpg
new file mode 100644
index 0000000..e90e49f
--- /dev/null
+++ b/static/images/background.jpg
Binary files differ
diff --git a/static/images/portrait.jpg b/static/images/portrait.jpg
new file mode 100644
index 0000000..21f0756
--- /dev/null
+++ b/static/images/portrait.jpg
Binary files differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..901bd0c
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+} \ No newline at end of file
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..158c535
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Stip"
+license = "MIT"
+licenselink = "https://github.com/EmielH/stip-hugo/blob/master/LICENSE"
+description = "Stip is a single-page Hugo theme to introduce yourself."
+homepage = "https://github.com/EmielH/stip-hugo"
+tags = ["minimal", "clean", "responsive", "simple", "personal", "starter", "single page", "onepage", "Font Awesome", "landing page"]
+features = []
+min_version = "0.50"
+
+[author]
+ name = "Emiel Hollander"
+ homepage = "https://www.emielhollander.nl"