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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author⧉ infominer <infominer@protonmail.com>2019-06-10 07:21:22 +0300
committerGitHub <noreply@github.com>2019-06-10 07:21:22 +0300
commita41bb3acc3139146f2a608551ce1438e4472062c (patch)
tree5de8dd704c8fd0147775ddefaa2ec8666d14fce1
parent9853322b7431ecf21d535f58d67f3ee525ee40e5 (diff)
parent913019d8d87197af1722cde525acb069c25208d4 (diff)
Merge pull request #1 from AngeloStavrow/master
merge from master
-rw-r--r--.gitignore33
-rw-r--r--CHANGELOG.md4
-rw-r--r--exampleSite/archetypes/default.md1
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/post/author-bios.md2
-rw-r--r--exampleSite/content/post/introducing-indigo.md4
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/partials/header.html4
8 files changed, 44 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d6e7aa6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+
+# Created by https://www.gitignore.io/api/macos
+# Edit at https://www.gitignore.io/?templates=macos
+
+### macOS ###
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# End of https://www.gitignore.io/api/macos
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7e6d07..ebed565 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.0.5]
+### Fixed
+- Cleaned up some errant whitespace thanks to [@dixonge](https://github.com/dixonge)!
+
## [1.0.4]
### Added
- Users can now add their Medium and LinkedIn accounts as social networks, thanks to [@RicardoBelchior](https://github.com/RicardoBelchior)!
diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md
index 00e77bd..26f317f 100644
--- a/exampleSite/archetypes/default.md
+++ b/exampleSite/archetypes/default.md
@@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
-
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index af98cdb..2fe4036 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -32,7 +32,7 @@ paginate = 3
# These are parameters used for indieweb identity. You should set these along
# with the above email/social network parameters.
- [params.indieWeb]
+ [params.indieWeb]
EmailAddress = "email.address@example.com"
FlickrUser = "FlickrUserName"
GitHubUser = "GitHubUserName"
diff --git a/exampleSite/content/post/author-bios.md b/exampleSite/content/post/author-bios.md
index 0c2af9a..ac0f1e3 100644
--- a/exampleSite/content/post/author-bios.md
+++ b/exampleSite/content/post/author-bios.md
@@ -54,4 +54,4 @@ The following classes are used to mark up the author bio for [IndieWeb][indieweb
*Author URL is set to the site's base URL.
-[indieweb]: https://indieweb.org/ \ No newline at end of file
+[indieweb]: https://indieweb.org
diff --git a/exampleSite/content/post/introducing-indigo.md b/exampleSite/content/post/introducing-indigo.md
index 2f2a0d4..471206e 100644
--- a/exampleSite/content/post/introducing-indigo.md
+++ b/exampleSite/content/post/introducing-indigo.md
@@ -73,7 +73,7 @@ And code snippets look great with Fira Code:
Indigo is distributed under the [MIT license][license], so feel free to fork the repository and make it your own! If you've got ideas on how to improve the theme, let me know by [opening an issue in GitHub](issue) — but please be sure to review the documentation on [contributing][contributing].
[hugo]: https://gohugo.io
-[indieweb]: https://indieweb.org/
+[indieweb]: https://indieweb.org
[indieauth]: https://indieauth.com
[why]: https://indieweb.org/why
[mf2]: http://microformats.org
@@ -82,4 +82,4 @@ Indigo is distributed under the [MIT license][license], so feel free to fork the
[fira-code]: https://github.com/tonsky/FiraCode
[license]: https://github.com/AngeloStavrow/indigo/blob/master/LICENSE.md
[issue]: https://github.com/AngeloStavrow/indigo/issues
-[contributing]: https://github.com/AngeloStavrow/indigo/blob/master/CONTRIBUTING.md \ No newline at end of file
+[contributing]: https://github.com/AngeloStavrow/indigo/blob/master/CONTRIBUTING.md
diff --git a/layouts/404.html b/layouts/404.html
index 0a58c13..1f0e7bb 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -5,7 +5,7 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
<h1 class="post-title">404</h1>
</header>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fa0018f..e2a1dc0 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,7 @@
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
</div>
- <header>
+ <header>
{{ partial "pagenav.html" . }}
{{ if not .IsPage }}
<div id="site-header">
@@ -17,4 +17,4 @@
{{ end }}
</div>
{{ end }}
- </header> \ No newline at end of file
+ </header>