From 9d4fc4b12602ffff206aaa254cf738f5ba460425 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 2 Feb 2021 22:57:57 +1000 Subject: [PATCH] FIrst post --- content/post/author-bios.md | 57 ---------- content/post/featured-typefaces.md | 53 --------- content/post/introducing-indigo.md | 85 --------------- public/categories/index.html | 17 --- public/categories/index.xml | 10 -- public/index.html | 67 +----------- public/index.xml | 167 ----------------------------- public/sitemap.xml | 67 +++--------- public/tags/index.html | 51 --------- public/tags/index.xml | 28 ----- 10 files changed, 13 insertions(+), 589 deletions(-) delete mode 100644 content/post/author-bios.md delete mode 100644 content/post/featured-typefaces.md delete mode 100644 content/post/introducing-indigo.md diff --git a/content/post/author-bios.md b/content/post/author-bios.md deleted file mode 100644 index ac0f1e3..0000000 --- a/content/post/author-bios.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "Author Bios" -date: 2018-10-01T08:00:00-04:00 -draft: false -categories: ["meta"] -tags: ["options"] ---- - -The bottom of every page in the theme can optionally show a short biography of the site author, including a profile picture, email link, and location. - - - -## Setting up the author bio - -A set of configuration options are used for displaying the biography. - -``` -[params] - Author = "Author Name" - Avatar = "images/site-logo.svg" - Biography = "A short description, a few sentences describing the author. Set - the 'ShowBio' parameter to false to hide this." - ShowBio = true - -[params.indieWeb] - EmailAddress = "email.address@example.com" - Country = "CountryName" - City = "CityName" -``` - -Specifics on each setting item are as follows: - -- `Author`: Your name; this is the site author name. -- `Avatar`: The path to your profile picture. By default, it will show the theme's logo (`/static/images/site-logo.svg`). -- `Biography`: Hopefully the placeholder text here is self-explanatory; add a couple of short sentences about yourself here. -- `ShowBio`: If you prefer not to show the author bio, set this to `false`. By default, it's set to `true`. -- `EmailAddress`: The email address at which you can be contacted. -- `Country`: The name of the country in which you live. -- `City`: The name of the city in which you live. - -## IndieWeb features - -The following classes are used to mark up the author bio for [IndieWeb][indieweb] parsing: - -| Element | Class | -| :-------------- | :-------------------------- | -| The author card | `h-card` | -| Profile picture | `u-photo` | -| Author URL* | `p-name`, `u-url`, `rel=me` | -| City | `p-locality` | -| Country | `p-country-name` | -| Email address | `u-email` | -| Biography | `p-note` | - -*Author URL is set to the site's base URL. - -[indieweb]: https://indieweb.org diff --git a/content/post/featured-typefaces.md b/content/post/featured-typefaces.md deleted file mode 100644 index 3df7a45..0000000 --- a/content/post/featured-typefaces.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: "Featured Typefaces" -date: 2018-10-01T08:30:00-04:00 -draft: false -categories: ["meta"] -tags: ["typography"] ---- - -Indigo uses a combination of three beautiful typefaces to render your words. - - - -- [Fira Sans][fira-sans] for heading text -- [Charter][charter] for body text -- [Fira Code][fira-code] for monospaced text - -Licenses are included in the theme’s `static/fonts` folder. - -Have a look at a couple of paragraphs of placeholder text using the wonderfully readable Charter: - ---- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend nulla ac elit venenatis posuere. Sed id aliquam arcu, et malesuada lectus. **Donec et dignissim massa. Pellentesque in laoreet nibh. Pellentesque sagittis, libero quis vestibulum aliquam, ante risus imperdiet magna, at ornare dolor libero quis nunc.** Donec quis tempus purus. Cras ornare magna ac facilisis tristique. Nulla aliquet purus quis massa rutrum interdum ac at magna. Cras fermentum magna id orci viverra facilisis. Ut vitae lobortis nisl. - -Sed interdum tincidunt venenatis. Sed hendrerit dictum nisi, at dignissim orci consectetur quis. Aenean sed nisl et nisl placerat euismod. Proin hendrerit nulla at rhoncus molestie. Cras eu gravida erat, vestibulum ornare diam. _Praesent nunc arcu, ultrices et risus sed, dictum mattis dui. Maecenas vitae nisl at massa porta pellentesque_. Donec eget urna eget nisl imperdiet scelerisque eget a mauris. Nam fringilla sem id vehicula rhoncus. Curabitur tincidunt massa mauris, facilisis placerat odio eleifend sit amet. Etiam nec vehicula sapien, at dignissim risus. Sed elit erat, lacinia eu vulputate at, semper eu nulla. Quisque a urna sed nulla viverra egestas nec quis nunc. Curabitur iaculis elit in orci sollicitudin suscipit. - ---- - -And code snippets look great with Fira Code: - -``` -
-
- {{ if .Title }} -

{{ .Title }}

- {{ end }} - -
-
- {{ .Summary | plainify | safeHTML }} -
- {{ if .Truncated }} -

Read more →

- {{ end }} -
-``` - -[fira-sans]: https://bboxtype.com/typefaces/FiraSans/#!layout=specimen -[charter]: https://practicaltypography.com/charter.html -[fira-code]: https://github.com/tonsky/FiraCode \ No newline at end of file diff --git a/content/post/introducing-indigo.md b/content/post/introducing-indigo.md deleted file mode 100644 index 471206e..0000000 --- a/content/post/introducing-indigo.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Introducing Indigo" -date: 2018-10-01T09:00:00-04:00 -draft: false -categories: ["meta"] -tags: ["typography", "indieweb"] ---- - -Indigo is a lightweight theme for [Hugo][hugo] with [IndieWeb][indieweb] features baked in. It's great for longer-form blogging, placing its focus on distraction-free reading and beautiful typefaces. - - - -## IndieWeb features - -A key feature of this theme is its support for IndieWeb features, including microformats and web sign-in. - -### Web sign-in - -Indigo handles web sign-in by setting the `authorization_endpoint` to [IndieAuth.com][indieauth]: - -> IndieAuth.com is part of the [IndieWeb movement][why] to take back control of your online identity. Instead of logging in to websites as "you on Twitter" or "you on Facebook", **you should be able to log in as just "you"**. - -This allows you to sign in to certain services simply by providing your site's domain name. - -### microformats - -Indigo marks up content with appropriate [microformats][mf2], which provides semantic definitions of your content to other software. Posts are marked up with `h-entry` classes, like `p-name`, `p-author`, and `e-content`, while the author bio is marked up with `h-card` classes, including `u-photo`, `u-url`, `p-locality`/`p-country-name`, and `p-note`. - -## Open typefaces - -Indigo uses a combination of three beautiful typefaces to render your words. - -- [Fira Sans][fira-sans] for heading text -- [Charter][charter] for body text -- [Fira Code][fira-code] for monospaced text - -Licenses are included in the theme’s `static/fonts` folder. - -Have a look at a couple of paragraphs of placeholder text using the wonderfully readable Charter: - ---- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend nulla ac elit venenatis posuere. Sed id aliquam arcu, et malesuada lectus. **Donec et dignissim massa. Pellentesque in laoreet nibh. Pellentesque sagittis, libero quis vestibulum aliquam, ante risus imperdiet magna, at ornare dolor libero quis nunc.** Donec quis tempus purus. Cras ornare magna ac facilisis tristique. Nulla aliquet purus quis massa rutrum interdum ac at magna. Cras fermentum magna id orci viverra facilisis. Ut vitae lobortis nisl. - -Sed interdum tincidunt venenatis. Sed hendrerit dictum nisi, at dignissim orci consectetur quis. Aenean sed nisl et nisl placerat euismod. Proin hendrerit nulla at rhoncus molestie. Cras eu gravida erat, vestibulum ornare diam. _Praesent nunc arcu, ultrices et risus sed, dictum mattis dui. Maecenas vitae nisl at massa porta pellentesque_. Donec eget urna eget nisl imperdiet scelerisque eget a mauris. Nam fringilla sem id vehicula rhoncus. Curabitur tincidunt massa mauris, facilisis placerat odio eleifend sit amet. Etiam nec vehicula sapien, at dignissim risus. Sed elit erat, lacinia eu vulputate at, semper eu nulla. Quisque a urna sed nulla viverra egestas nec quis nunc. Curabitur iaculis elit in orci sollicitudin suscipit. - ---- - -And code snippets look great with Fira Code: - -``` -
-
- {{ if .Title }} -

{{ .Title }}

- {{ end }} - -
-
- {{ .Summary | plainify | safeHTML }} -
- {{ if .Truncated }} -

Read more →

- {{ end }} -
-``` - -## Contributions welcome - -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 -[indieauth]: https://indieauth.com -[why]: https://indieweb.org/why -[mf2]: http://microformats.org -[fira-sans]: https://bboxtype.com/typefaces/FiraSans/#!layout=specimen -[charter]: https://practicaltypography.com/charter.html -[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 diff --git a/public/categories/index.html b/public/categories/index.html index 2d00d77..6d168e8 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -75,23 +75,6 @@
-
-
- -

meta

- - -
-
- -
- -
-
diff --git a/public/categories/index.xml b/public/categories/index.xml index 25b57fc..522bbe2 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -7,19 +7,9 @@ Hugo -- gohugo.io en-US Copyright © 2021, Glenn Rice - Mon, 01 Oct 2018 09:00:00 -0400 - - meta - https://caffeinated.blog/categories/meta/ - Mon, 01 Oct 2018 09:00:00 -0400 - - https://caffeinated.blog/categories/meta/ - - - \ No newline at end of file diff --git a/public/index.html b/public/index.html index 84b35a6..082f323 100644 --- a/public/index.html +++ b/public/index.html @@ -74,71 +74,6 @@
- -
-
- -

Introducing Indigo

- - -
-
- Indigo is a lightweight theme for Hugo with IndieWeb features baked in. It’s great for longer-form blogging, placing its focus on distraction-free reading and beautiful typefaces. - -
- -

Read more →

- -
- - - -
-
- -

Featured Typefaces

- - -
-
- Indigo uses a combination of three beautiful typefaces to render your words. - -
- -

Read more →

- -
- - - -
-
- -

Author Bios

- - -
-
- The bottom of every page in the theme can optionally show a short biography of the site author, including a profile picture, email link, and location. - -
- -

Read more →

- -
-