Compare commits

..

No commits in common. "7820886ecab980726d519d4fb5e2036a8b1b6ef9" and "116338b4800b3f8c07846274945c85132b233bb3" have entirely different histories.

14 changed files with 1 additions and 2962 deletions

View File

@ -1,6 +1,6 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Semantic IndieWeb Theme"
title = "Basic Hugo Theme"
copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)"
theme = "semantic-indieweb"
paginate = 5
@ -12,14 +12,6 @@ paginate = 5
subtitle = "A theme with no CSS and only basic layouts"
mainSections = [ "posts" ]
# Configuration Parameters for IndieWeb h-card
[params.Card]
Author = "Site Author Name"
Photo = "images/picture-o.svg"
Locality = "City/Town/Village"
Region = "State/County/Province"
Country = "Country Name"
# Configuration Parameters for IndieWeb Identity
[[params.Identity]]
type = "Email"
@ -55,37 +47,3 @@ paginate = 5
type = "PGP"
value = "pgp_key_file.txt"
authn = false
# Configuration parameters for social network links
[[params.Social]]
profile = "MastodonProfileLink"
icon = "fa fa-mastodon"
[[params.Social]]
profile = "TwitterProfileLink"
icon = "fa fa-twitter"
[[params.Social]]
profile = "GitHubProfileLink"
icon = "fa fa-github"
[[params.Social]]
profile = "GitLabProfileLink"
icon = "fa fa-gitlab"
[[params.Social]]
profile = "GiteaProfileLink"
icon = "fa fa-gitea"
[[params.Social]]
profile = "FacebookProfileLink"
icon = "fa fa-facebook"
[[params.Social]]
email = "email@example.com"
icon = "fa fa-envelope-o"
[[params.Social]]
publicKey = "pgp_key_file.txt"
fingerprint = "AAAA BBBB CCCC DDDD"
icon = "fa fa-key"

View File

@ -8,13 +8,6 @@
<title>{{- block "title" . -}}
{{ .Site.Title }}
{{- end -}}</title>
{{ block "styles" . }}
<link rel="stylesheet" href={{ "css/layout.css" | absURL }} />
<link rel="stylesheet" href={{ "css/style.css" | absURL }} />
{{ end }}
{{ block "icons" . }}
{{ partial "icons.html" . }}
{{ end }}
</head>
<body>
@ -47,11 +40,6 @@
{{- block "content-footer" . -}}
{{- end -}}
</footer>
<aside>
{{ block "author-card" . }}
{{ partial "author-card.html" . }}
{{ end }}
</aside>
</main>
<footer>
{{- block "footer" . -}}

View File

@ -1,14 +0,0 @@
<div class="h-card box">
<img class="u-photo" src="{{ .Site.Params.Card.Photo | absURL}}" alt="" />
<div class="author-card-content">
<div class="author-card-header">
<a class="p-name u-url" href="{{ .Site.BaseURL }}" rel="me">{{ .Site.Params.Card.Author }}</a>
</div>
<div class="author-card-subheader">
<span class="p-locality">{{ .Site.Params.Card.Locality }}</span>,
<span class="p-region">{{ .Site.Params.Card.Region }}</span>,
<span class="p-country-name">{{ .Site.Params.Card.Country }}</span>
</div>
{{ partial "social.html" . }}
</div>
</div>

View File

@ -1 +0,0 @@
<link rel="stylesheet" href={{ "css/fork-awesome.min.css" | absURL }} />

View File

@ -1,11 +0,0 @@
<div class="social-box">
{{ range .Site.Params.Social }}
{{ if .email }}
<a class="glyph u-email" href="mailto:{{ .email }}" rel="me"><i class="{{ .icon }}"></i></a>
{{ else if .publicKey }}
<a class="glyph p-pgp" href="{{ .publicKey }}" rel="pgpkey" title="{{ .fingerprint }}"><i class="{{ .icon }}"></i></a>
{{ else }}
<a class="glyph" href="{{ .profile }}" rel="me"><i class="{{ .icon }}"></i></a>
{{ end }}
{{ end }}
</div>

File diff suppressed because one or more lines are too long

View File

@ -1,9 +0,0 @@
.box {
display: flex;
align-items: center;
flex-wrap: wrap;
}
div.author-card-content {
flex-grow: 1;
}

View File

@ -1,8 +0,0 @@
img.u-photo {
max-width: 60px;
padding: 0.5em;
}
.glyph {
font-size: 1.25em;
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

View File

@ -1,3 +0,0 @@
<svg width="1536" height="1536" xmlns="http://www.w3.org/2000/svg">
<path d="M640 576c0 106-86 192-192 192s-192-86-192-192 86-192 192-192 192 86 192 192zm1024 384v448H256v-192l320-320 160 160 512-512zm96-704H160c-17 0-32 15-32 32v1216c0 17 15 32 32 32h1600c17 0 32-15 32-32V288c0-17-15-32-32-32zm160 32v1216c0 88-72 160-160 160H160c-88 0-160-72-160-160V288c0-88 72-160 160-160h1600c88 0 160 72 160 160z"/>
</svg>

Before

Width:  |  Height:  |  Size: 417 B