-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9630a1a
Showing
19 changed files
with
809 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_STORE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "themes/hugo-bearblog"] | ||
path = themes/hugo-bearblog | ||
url = https://github.com/janraasch/hugo-bearblog.git |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# walk ⬡ talk ⬡ meditate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# welcome | ||
|
||
# what | ||
|
||
# why | ||
|
||
# how | ||
|
||
# who |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: routes | ||
menu: main | ||
--- | ||
|
||
TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
baseURL = "https://pilgrimag.es" | ||
theme = 'hugo-bearblog' | ||
title = "walk ⬡ talk ⬡ meditate" | ||
author = "mm" | ||
copyright = "copy it" | ||
languageCode = "en-US" | ||
enableRobotsTXT = true | ||
disableKinds = ["taxonomy"] | ||
ignoreErrors = ["error-disable-taxonomy"] | ||
|
||
[permalinks] | ||
blog = "/:slug/" | ||
tags = "/blog/:slug" | ||
|
||
[params] | ||
# The "description" of your website. This is used in the meta data of your generated html. | ||
description = "walk ⬡ talk ⬡ meditate - pilgrimage" | ||
|
||
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file. | ||
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. | ||
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/share.png"] | ||
|
||
# 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 = "walk ⬡ talk ⬡ meditate" | ||
|
||
# This theme will, by default, inject a made-with-line at the bottom of the page. | ||
# You can turn it off, but we would really appreciate if you don’t :-). | ||
hideMadeWithLine = true | ||
|
||
# By default, this theme displays dates with a format like "02 Jan, 2006", but | ||
# you can customize it by setting the `dateFormat` param in your site's config | ||
# file. See [Hugo's Format function docs](https://gohugo.io/functions/format/) | ||
# for details. An example TOML config that uses [ISO | ||
# 8601](https://en.wikipedia.org/wiki/ISO_8601) format: | ||
# dateFormat = "2006-01-02" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,231 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
|
||
<head> | ||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="https://pilgrimag.es/images/favicon.png" /> | ||
<title>404</title> | ||
<meta name="title" content="404 Page not found" /> | ||
<meta name="description" content="walk ⬡ talk ⬡ meditate - pilgrimage" /> | ||
<meta name="keywords" content="" /> | ||
|
||
|
||
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="walk ⬡ talk ⬡ meditate - pilgrimage" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://pilgrimag.es/404.html" /><meta property="og:image" content="https://pilgrimag.es/images/share.png" /><meta property="og:site_name" content="walk ⬡ talk ⬡ meditate" /> | ||
|
||
|
||
|
||
|
||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:image" content="https://pilgrimag.es/images/share.png" /><meta name="twitter:title" content="404 Page not found"/> | ||
<meta name="twitter:description" content="walk ⬡ talk ⬡ meditate - pilgrimage"/> | ||
|
||
|
||
|
||
<meta itemprop="name" content="404 Page not found"> | ||
<meta itemprop="description" content="walk ⬡ talk ⬡ meditate - pilgrimage"> | ||
<meta name="referrer" content="no-referrer-when-downgrade" /> | ||
|
||
<style> | ||
body { | ||
font-family: Verdana, sans-serif; | ||
margin: auto; | ||
padding: 20px; | ||
max-width: 720px; | ||
text-align: left; | ||
background-color: #fff; | ||
word-wrap: break-word; | ||
overflow-wrap: break-word; | ||
line-height: 1.5; | ||
color: #444; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
strong, | ||
b { | ||
color: #222; | ||
} | ||
|
||
a { | ||
color: #3273dc; | ||
|
||
} | ||
|
||
.title { | ||
text-decoration: none; | ||
border: 0; | ||
} | ||
|
||
.title span { | ||
font-weight: 400; | ||
} | ||
|
||
nav a { | ||
margin-right: 10px; | ||
} | ||
|
||
textarea { | ||
width: 100%; | ||
font-size: 16px; | ||
} | ||
|
||
input { | ||
font-size: 16px; | ||
} | ||
|
||
content { | ||
line-height: 1.6; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
} | ||
|
||
code { | ||
padding: 2px 5px; | ||
background-color: #f2f2f2; | ||
} | ||
|
||
pre code { | ||
color: #222; | ||
display: block; | ||
padding: 20px; | ||
white-space: pre-wrap; | ||
font-size: 14px; | ||
overflow-x: auto; | ||
} | ||
|
||
div.highlight pre { | ||
background-color: initial; | ||
color: initial; | ||
} | ||
|
||
div.highlight code { | ||
background-color: unset; | ||
color: unset; | ||
} | ||
|
||
blockquote { | ||
border-left: 1px solid #999; | ||
color: #222; | ||
padding-left: 20px; | ||
font-style: italic; | ||
} | ||
|
||
footer { | ||
padding: 25px; | ||
text-align: center; | ||
} | ||
|
||
.helptext { | ||
color: #777; | ||
font-size: small; | ||
} | ||
|
||
.errorlist { | ||
color: #eba613; | ||
font-size: small; | ||
} | ||
|
||
|
||
ul.blog-posts { | ||
list-style-type: none; | ||
padding: unset; | ||
} | ||
|
||
ul.blog-posts li { | ||
display: flex; | ||
} | ||
|
||
ul.blog-posts li span { | ||
flex: 0 0 130px; | ||
} | ||
|
||
ul.blog-posts li a:visited { | ||
color: #8b6fcb; | ||
} | ||
|
||
@media (prefers-color-scheme: dark) { | ||
body { | ||
background-color: #333; | ||
color: #ddd; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
strong, | ||
b { | ||
color: #eee; | ||
} | ||
|
||
a { | ||
color: #8cc2dd; | ||
} | ||
|
||
code { | ||
background-color: #777; | ||
} | ||
|
||
pre code { | ||
color: #ddd; | ||
} | ||
|
||
blockquote { | ||
color: #ccc; | ||
} | ||
|
||
textarea, | ||
input { | ||
background-color: #252525; | ||
color: #ddd; | ||
} | ||
|
||
.helptext { | ||
color: #aaa; | ||
} | ||
} | ||
|
||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
<header><a href="/" class="title"> | ||
<h2>walk ⬡ talk ⬡ meditate</h2> | ||
</a> | ||
<nav><a href="/">home</a> | ||
|
||
<a href="/routes/">routes</a> | ||
|
||
|
||
</nav> | ||
</header> | ||
<main> | ||
<h1>404</h1> | ||
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> | ||
|
||
</main> | ||
<footer> | ||
</footer> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Binary file not shown.
Oops, something went wrong.