Commit Graph

114 Commits

Author SHA1 Message Date
955a19b955 Replace with public YouTube video embeds 2022-05-27 14:07:03 -04:00
de1e2b73a6 Replace with public YouTube video
Close 
2022-05-27 14:04:06 -04:00
58d1ba8293 Update CHANGELOG and history 2022-05-27 12:01:06 -04:00
55f6e8fae5 Exclude main.scss from Lunr search index 2022-05-27 11:48:46 -04:00
7e7e683801 Enable sticky toc on test post 2021-07-30 15:55:45 -04:00
297989c1be Add giscus support ()
* Add script in same style as utterances

But adjusted for the various filed differences

* Add initial script

* Add default settings

* Update changelog

* Add feature to readme

* Add comments html

* add comment provider include

* update config in docs

* Add URL for additional reference

* docs for giscus comments

* Unrelated bugfix: add missing version separator

So that things match the "history" doc.

* add space

* update history doc

* update about doc

* add to test config yaml

* remove unnecessary / incorrect async attribute

* probably should pass the right config paths

* lowercase the repo name

* Update docs to address '1' and '0' for reactions_enabled

Figured I'd match the giscus format rather than convert a boolean to an int there.

* update two additional docs

* docs wording fix
2021-07-05 16:08:28 -04:00
4b29913413 Remove google's fixurl.js from example ()
Unfortunately, it no longer exists.
2021-02-05 20:15:46 -05:00
c6f10529a4 Refactor page meta ()
* Rename include

* Add grid view test pages

* Rename `.post__meta-sep` and use CSS to add line break

* Improve collection grid archive

* Improve page grid archive

* Enable `grid`

* Don't show date icon if there is no `date` value

* Add blank line at EOF

* Add space

* Wrap date and reading time in named `span` elements
2020-08-30 20:52:12 -04:00
e4fbcf7383 Fix grammar 2020-08-04 10:52:49 -04:00
f15e02ea58 Show date of posts ()
* add date to read-time.html

* add option for show_date, dynamic icon style

* change read-time to post__meta

* cleanup post__metal.html

* cleanup post__meta include variables

* put date before read time

* remove space in include variable

* allow customisation of post__meta separator

* add some documentation

* oops fix typo derp

* add post date image

* change page meta separator customisation to CSS
2020-08-04 10:39:01 -04:00
a0309bba05 Fix config comment to list all analytics providers. ()
The main config was properly updated with the google-gtag
feature commit (79d0b75683), but was
removed, possibly by bad merge, with an unrelated commit
(bac26e96b2) two days later.

The docs and test configs appear to have never received the initial
google-gtag update.
2020-07-22 15:46:44 -04:00
60f0f1c33a Remove deprecated Staticman v1 config
Close 
2020-03-09 12:31:42 -04:00
2397da4e28 Add post to test multiline excerpt 2020-01-14 12:41:28 -05:00
6deaab8d3a Add example posts with header tagline 2020-01-07 13:14:33 -05:00
032aaf209b Add notices with code blocks for testing 2019-11-22 09:26:06 -05:00
5eaa0e5ec8 Fix typo in comments in _config.yml 2019-11-12 15:00:44 -05:00
9a8a64cfbe Fix and test case () 2019-10-17 20:15:36 -04:00
35b31e7143 Remove jemoji gem 2019-08-20 21:35:20 -04:00
9ffdabb51f Fix site.url in Organization/Person JSON-LD schema
Close 
2019-08-09 09:58:39 -04:00
a1200bbd1d Allow Markdown in author bio ()
* enable markdown in author bio

added the markdownify liquid filter

* Add markdown to bio in _config.yml

* add markdown to bio in /test/ _config.yml

* Change <p> to <div>
2019-07-24 10:06:29 -04:00
3bbfeac62d Document site.subtitle 2019-07-17 11:50:21 -04:00
dc99092c54 Remove unecessary console.log in lunr-en.js and lunr-gr.js JavaScript
Close 
2019-06-27 19:05:01 -04:00
56701a0bde Fix broken Flickr images 2019-06-27 18:45:11 -04:00
1b30ffdec2 Add edge case 2019-05-21 11:40:57 -04:00
cb4acd9423 Change permalink 2019-05-21 11:40:02 -04:00
a44dc2f914 Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe ()
* Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe
* Change smooth scrolling speed
* Set maximum smooth scroll duration
* Remove Font Awesome CSS Ppseudo elements attribute from JS script

Close , close 
2019-03-22 16:01:28 -04:00
8625e0708a Add styling for GFM task lists
Close 
2019-03-13 08:30:30 -04:00
59111d1e01 Remove Google+
Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.

ref: https://support.google.com/plus/answer/9195133
2019-03-05 18:53:30 -05:00
8f5140ab42 Update test post 2019-01-21 14:24:50 -05:00
282806ae07 Add logo and title customization to the masthead ()
* Add logo and title customization to the masthead

* Adjust config description

* Add test site logo to `/test`

* Document `site.logo` and `site.masthead_title`

* Update CHANGELOG and history
2019-01-15 09:07:56 -05:00
a974e45712 Update 2019-01-08 08:45:57 -05:00
f83fce9a02 Fix broken image 2018-12-11 08:10:51 -05:00
5a8f737732 Update test post 2018-12-04 14:20:00 -05:00
9de7eab353 Allow sidebar navs with custom sidebar content
Multiple sidebar navs can also be included on a page:

```
sidebar:
  - title: Navigation 1
    nav: nav1
  - title: Navigation 2
    nav: nav2
```

Fixes 
2018-12-04 14:17:54 -05:00
a2620d34f6 Add support for utterances ()
* Add support for utterances
* Add utterances config documentation
* Update CHANGELOG and history

Close 
2018-11-21 14:59:14 -05:00
c8f4820d31 Fix Algolia search link positioning ()
* Add link for testing purposes
* Fix excerpt link positioning in Algolia search results
* Fix Algolia search input color
* Update CHANGELOG and history

Fixes 
2018-10-22 13:56:43 -04:00
e704cd40d4 Cache "static" includes to improve build performance ()
* Add jekyll-include-cache plugin
* Cache "static" includes to improve build performance
* Update CHANGELOG and history

"Static" refers to those includes that don't rely on data passed from the page content.
2018-10-04 15:48:26 -04:00
4bd6efc323 Allow custom Staticman endpoints () 2018-09-21 09:49:58 -04:00
a95fae0155 Properly apply relative_url filter to internal links in header overlay actions array 2018-09-11 11:42:21 -04:00
90f5a98406 Remove deprecated base_path include helper 2018-09-11 09:58:22 -04:00
1504379168 Improve footer link flexibility
Deprecate hardcoded footer links in favor or new `footer.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
footer:
  links:
    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
      url: "https://twitter.com/username"
    - label: "GitHub"
      icon: "fab fa-fw fa-github"
      url: "https://github.com/username"
    - label: "Instagram"
      icon: "fab fa-fw fa-instagram"
      url: "https://instagram.com/username"
```
2018-09-10 15:06:50 -04:00
42de7a56fc Improve author link flexibility
Deprecate social networking links in `_config.yml` in favor or new `author.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
author:
  links:
    - label: "Your Website"
      icon: "fas fa-fw fa-link"
      url: "https://your-site.com"
    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
      url: "https://twitter.com/username"
    - label: "GitHub"
      icon: "fab fa-fw fa-github"
      url: "https://github.com/username"
    - label: "Instagram"
      icon: "fab fa-fw fa-instagram"
      url: "https://instagram.com/username"
```

Fixes 
2018-09-10 15:05:07 -04:00
68df0b6b63 Add header actions array support for multiple call to action links
```
header:
  overlay_image: /assets/images/unsplash-image-1.jpg
  og_image: /assets/images/page-header-og-image.png
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  actions:
    - label: "Learn More"
      url: "https://unsplash.com"
```

Fixes 
2018-09-10 11:04:06 -04:00
833ab3933d Add support to gallery helper for defining column layout
e.g. `{% include gallery id="gallery" layout="half" caption="2 column gallery caption" %}

Fixes 
2018-09-10 10:24:24 -04:00
961d0b4db8 Add table of contents test post 2018-08-15 09:38:08 -04:00
2d808b783d Add table of contents test posts 2018-08-15 09:35:02 -04:00
0c1157977d Fix capitalization 2018-08-15 09:07:18 -04:00
f008388e39 Add test menu items 2018-08-10 08:55:06 -04:00
f9c418c740 Update Staticman commit message to include name 2018-08-10 08:04:00 -04:00
26e3864478 Add {{ content }} to home layout ()
* Add `{{ content }}` to `home` layout

Allow the author to add content which will appear above the list of
recent posts. This also allows the `home` layout to be extended.

Add text to index.html in tests to indicate that the content appears in
the correct spot.

* Add paragraph markup

Since this is a HTML file, proper paragraph markup is needed.
2018-08-09 09:23:57 -04:00