jekyll-theme-amethyst 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/search.html +1 -1
- metadata +3 -67
- data/.github/workflows/gem.yaml +0 -25
- data/.github/workflows/github-pages.yaml +0 -47
- data/.github/workflows/spider-check.yaml +0 -52
- data/.github/workflows/typesense.yaml +0 -29
- data/.gitignore +0 -4
- data/404.md +0 -9
- data/Gemfile +0 -4
- data/README.md +0 -56
- data/_config.yml +0 -80
- data/_data/sidebar_api.yml +0 -17
- data/_data/sidebar_blog.yml +0 -11
- data/_data/sitenav.yml +0 -14
- data/_posts/2006-01-26-announcing-the-blog.md +0 -13
- data/_posts/2006-10-18-foo-110.md +0 -13
- data/_posts/2007-10-18-foo-112.md +0 -13
- data/_posts/2008-10-18-foo-126.md +0 -13
- data/_posts/2009-10-18-foo-132.md +0 -13
- data/_posts/2010-10-18-foo-143.md +0 -13
- data/_posts/2011-10-18-foo-171.md +0 -13
- data/_posts/2012-10-18-foo-183.md +0 -13
- data/_posts/2013-10-18-foo-191.md +0 -13
- data/_posts/2014-10-18-foo-211.md +0 -13
- data/_posts/2015-10-18-foo-300.md +0 -13
- data/_posts/2017-10-18-foo-321.md +0 -13
- data/_posts/2018-10-18-foo-331.md +0 -13
- data/_posts/2019-10-18-foo-341.md +0 -13
- data/_posts/2020-04-01-foo-350.md +0 -13
- data/_posts/2020-10-18-foo-351.md +0 -13
- data/_posts/2021-04-01-hello-world.md +0 -51
- data/about.md +0 -28
- data/amethyst.gemspec +0 -23
- data/api/deprecated.md +0 -5
- data/api/foo/baz.md +0 -47
- data/api/foo/index.md +0 -5
- data/api/foo/quux.md +0 -9
- data/api/index.md +0 -8
- data/api/lorem/dolor.md +0 -14
- data/api/lorem/index.md +0 -5
- data/api/lorem/sit.md +0 -15
- data/api/removed.md +0 -5
- data/blog-archive.md +0 -4
- data/blog.md +0 -4
- data/docs/config.md +0 -74
- data/docs/getting-started.md +0 -61
- data/docsearch.config.json +0 -60
- data/favicon.svg +0 -3
- data/index.md +0 -51
- data/intro.md +0 -43
- data/tag/event.md +0 -5
- data/tag/release.md +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 179a160fa6bc2d0a82819b4d3019807c8f6a47cbf4968343ae9955e047c5d937
|
4
|
+
data.tar.gz: 0b0583f38d26120ad3f0763d3a13edb22f22475f1870c588ab105d2349b06ed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af769d5be19b2848087844daa3d8eedf8c3031cd1ccc332ede95b846c2b0d34cd92ec3b15c123a44b625fa8c694befa6f00396c410dda558d5d70ad54d68a780
|
7
|
+
data.tar.gz: 15e92523d886ea74add29c5b595dc4d1169fe68ab00fd0fff1ee497d5fc43f48119ce762843dfbe2e6a24d43eb4ab6deb42afd72dd98e56d76e0817ad106ebd7
|
data/_includes/search.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<form role="search" class="tsmb-form"{
|
1
|
+
<form role="search" class="tsmb-form"{% if site.amethyst.typesense.search_only_api_key %} data-origin="{{ site.amethyst.typesense.origin | escape }}" data-collection="{{ site.amethyst.typesense.collection | escape }}" data-key="{{ site.amethyst.typesense.search_only_api_key | escape }}" data-foot="true"{% endif %} action="https://duckduckgo.com">
|
2
2
|
<input type="search" name="q" aria-label="Search" placeholder="Search..." autocomplete="off">
|
3
3
|
<input type="hidden" name="sites" value="{{ site.url | remove_first: 'http://' | remove_first: 'https://' }}">
|
4
4
|
</form>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-amethyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Timo Tijhof
|
@@ -17,7 +17,7 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '4.
|
20
|
+
version: '4.3'
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: '5.0'
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
requirements:
|
28
28
|
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: '4.
|
30
|
+
version: '4.3'
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '5.0'
|
@@ -101,39 +101,13 @@ dependencies:
|
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: 2.2.1
|
104
|
-
- !ruby/object:Gem::Dependency
|
105
|
-
name: webrick
|
106
|
-
requirement: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '1.7'
|
111
|
-
type: :runtime
|
112
|
-
prerelease: false
|
113
|
-
version_requirements: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '1.7'
|
118
104
|
description:
|
119
105
|
email:
|
120
106
|
executables: []
|
121
107
|
extensions: []
|
122
108
|
extra_rdoc_files: []
|
123
109
|
files:
|
124
|
-
- ".github/workflows/gem.yaml"
|
125
|
-
- ".github/workflows/github-pages.yaml"
|
126
|
-
- ".github/workflows/spider-check.yaml"
|
127
|
-
- ".github/workflows/typesense.yaml"
|
128
|
-
- ".gitignore"
|
129
|
-
- 404.md
|
130
|
-
- Gemfile
|
131
110
|
- LICENSE.txt
|
132
|
-
- README.md
|
133
|
-
- _config.yml
|
134
|
-
- _data/sidebar_api.yml
|
135
|
-
- _data/sidebar_blog.yml
|
136
|
-
- _data/sitenav.yml
|
137
111
|
- _includes/opengraph.html
|
138
112
|
- _includes/search.html
|
139
113
|
- _includes/sidebar.html
|
@@ -150,52 +124,14 @@ files:
|
|
150
124
|
- _layouts/posts-year.html
|
151
125
|
- _layouts/posts.html
|
152
126
|
- _layouts/wrapper.html
|
153
|
-
- _posts/2006-01-26-announcing-the-blog.md
|
154
|
-
- _posts/2006-10-18-foo-110.md
|
155
|
-
- _posts/2007-10-18-foo-112.md
|
156
|
-
- _posts/2008-10-18-foo-126.md
|
157
|
-
- _posts/2009-10-18-foo-132.md
|
158
|
-
- _posts/2010-10-18-foo-143.md
|
159
|
-
- _posts/2011-10-18-foo-171.md
|
160
|
-
- _posts/2012-10-18-foo-183.md
|
161
|
-
- _posts/2013-10-18-foo-191.md
|
162
|
-
- _posts/2014-10-18-foo-211.md
|
163
|
-
- _posts/2015-10-18-foo-300.md
|
164
|
-
- _posts/2017-10-18-foo-321.md
|
165
|
-
- _posts/2018-10-18-foo-331.md
|
166
|
-
- _posts/2019-10-18-foo-341.md
|
167
|
-
- _posts/2020-04-01-foo-350.md
|
168
|
-
- _posts/2020-10-18-foo-351.md
|
169
|
-
- _posts/2021-04-01-hello-world.md
|
170
127
|
- _sass/amethyst-variables.scss
|
171
128
|
- _sass/amethyst.scss
|
172
129
|
- _sass/custom.scss
|
173
130
|
- _sass/highlight.scss
|
174
131
|
- _sass/typesense-minibar.css
|
175
|
-
- about.md
|
176
|
-
- amethyst.gemspec
|
177
|
-
- api/deprecated.md
|
178
|
-
- api/foo/baz.md
|
179
|
-
- api/foo/index.md
|
180
|
-
- api/foo/quux.md
|
181
|
-
- api/index.md
|
182
|
-
- api/lorem/dolor.md
|
183
|
-
- api/lorem/index.md
|
184
|
-
- api/lorem/sit.md
|
185
|
-
- api/removed.md
|
186
132
|
- assets/styles.scss
|
187
133
|
- assets/typesense-minibar.js
|
188
|
-
- blog-archive.md
|
189
|
-
- blog.md
|
190
|
-
- docs/config.md
|
191
|
-
- docs/getting-started.md
|
192
|
-
- docsearch.config.json
|
193
|
-
- favicon.svg
|
194
|
-
- index.md
|
195
|
-
- intro.md
|
196
134
|
- lib/jekyll-theme-amethyst.rb
|
197
|
-
- tag/event.md
|
198
|
-
- tag/release.md
|
199
135
|
homepage: https://github.com/qunitjs/jekyll-theme-amethyst
|
200
136
|
licenses:
|
201
137
|
- MIT
|
data/.github/workflows/gem.yaml
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
name: Gem
|
2
|
-
on:
|
3
|
-
push:
|
4
|
-
tags:
|
5
|
-
- 'v*.*.*'
|
6
|
-
|
7
|
-
jobs:
|
8
|
-
gem-push:
|
9
|
-
runs-on: ubuntu-latest
|
10
|
-
steps:
|
11
|
-
- uses: actions/checkout@v2
|
12
|
-
- name: Publish Gem package
|
13
|
-
env:
|
14
|
-
GEM_HOST_API_KEY: "${{ secrets.RUBYGEMS_API_PUSH }}"
|
15
|
-
# Inspired by https://github.com/bodyshopbidsdotcom/gh-action-publish-gem-on-tag/blob/1.0.1/entrypoint.sh
|
16
|
-
# Docs: https://guides.rubygems.org/command-reference/#gem-push
|
17
|
-
run: |
|
18
|
-
GIT_VERSION=$(echo "$GITHUB_REF" | cut -d'/' -f 3-)
|
19
|
-
SPEC_VERSION=$(ruby -e 'require "rubygems"; gemspec = Dir.entries(".").find { |file| file =~ /.*\.gemspec/ }; spec = Gem::Specification::load(gemspec); puts spec.version')
|
20
|
-
if [[ "$GIT_VERSION" != "v${SPEC_VERSION}" ]]; then
|
21
|
-
echo "Ignoring, git tag version differs from gem spec version."
|
22
|
-
exit 2;
|
23
|
-
fi
|
24
|
-
gem build *.gemspec
|
25
|
-
gem push *.gem
|
@@ -1,47 +0,0 @@
|
|
1
|
-
name: GitHub Pages
|
2
|
-
on:
|
3
|
-
push:
|
4
|
-
branches:
|
5
|
-
- main
|
6
|
-
|
7
|
-
jobs:
|
8
|
-
deploy:
|
9
|
-
name: Deploy
|
10
|
-
runs-on: ubuntu-20.04
|
11
|
-
env:
|
12
|
-
DEPLOY_DIR: _site/
|
13
|
-
DEPLOY_BRANCH: gh-pages
|
14
|
-
steps:
|
15
|
-
- uses: actions/checkout@v2
|
16
|
-
|
17
|
-
- name: Prepare branch
|
18
|
-
run: |
|
19
|
-
mkdir "${DEPLOY_DIR}"
|
20
|
-
cd "${DEPLOY_DIR}"
|
21
|
-
# Clone and checkout existing branch, or initialise with a new and empty branch
|
22
|
-
git clone --depth 5 --branch "${DEPLOY_BRANCH}" "https://github.com/${GITHUB_REPOSITORY}.git" . || git init -b "${DEPLOY_BRANCH}"
|
23
|
-
|
24
|
-
- uses: ruby/setup-ruby@v1
|
25
|
-
with:
|
26
|
-
ruby-version: 2.7
|
27
|
-
bundler-cache: true
|
28
|
-
# If your site is in a subdirectory
|
29
|
-
# working-directory: ./
|
30
|
-
|
31
|
-
- name: Jekyll build
|
32
|
-
# If your site is in a subdirectory
|
33
|
-
# working-directory: ./
|
34
|
-
run: bundle exec jekyll build
|
35
|
-
|
36
|
-
- name: Push to branch
|
37
|
-
# Inspired by https://github.com/helaili/jekyll-action/blob/2.2.0/entrypoint.sh
|
38
|
-
env:
|
39
|
-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
40
|
-
run: |
|
41
|
-
cd "${DEPLOY_DIR}"
|
42
|
-
touch .nojekyll
|
43
|
-
git config user.name "${GITHUB_ACTOR}" && \
|
44
|
-
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
|
45
|
-
git add . && \
|
46
|
-
git commit --allow-empty -m "Build commit ${GITHUB_SHA}" && \
|
47
|
-
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "HEAD:${DEPLOY_BRANCH}"
|
@@ -1,52 +0,0 @@
|
|
1
|
-
name: spider-check
|
2
|
-
on:
|
3
|
-
# Once a week on Friday at 00:00
|
4
|
-
schedule:
|
5
|
-
- cron: '0 0 * * 5'
|
6
|
-
# Or manually
|
7
|
-
workflow_dispatch:
|
8
|
-
# Or when developing this workflow
|
9
|
-
push:
|
10
|
-
paths:
|
11
|
-
- .github/workflows/spider-check.yaml
|
12
|
-
pull_request:
|
13
|
-
paths:
|
14
|
-
- .github/workflows/spider-check.yaml
|
15
|
-
|
16
|
-
jobs:
|
17
|
-
spider-check:
|
18
|
-
env:
|
19
|
-
# Site address to crawl
|
20
|
-
#
|
21
|
-
# If empty, will be derived from a CNAME file or the repo name.
|
22
|
-
#
|
23
|
-
# MY_SITE: https://example.org
|
24
|
-
# MY_SITE: https://example.github.io
|
25
|
-
# MY_SITE: https://example.github.io/my-project/
|
26
|
-
#
|
27
|
-
MY_SITE:
|
28
|
-
runs-on: ubuntu-latest
|
29
|
-
steps:
|
30
|
-
- uses: actions/checkout@v2
|
31
|
-
with:
|
32
|
-
repository: jquery/hydra-link-checker
|
33
|
-
ref: v1.0.2
|
34
|
-
|
35
|
-
- name: Get site address
|
36
|
-
run: |
|
37
|
-
if [[ "$MY_SITE" == "" ]]; then
|
38
|
-
MY_SITE=$(cat CNAME 2>/dev/null || echo "")
|
39
|
-
if [[ "$MY_SITE" == "" ]]; then
|
40
|
-
REPO_BASENAME=$(echo "$GITHUB_REPOSITORY" | cut -d'/' -f 2)
|
41
|
-
REPO_OWNER=$(echo "$GITHUB_REPOSITORY" | cut -d'/' -f 1)
|
42
|
-
if [[ "$REPO_BASENAME" == "${REPO_OWNER}.github.io" ]]; then
|
43
|
-
MY_SITE="${REPO_OWNER}.github.io"
|
44
|
-
else
|
45
|
-
MY_SITE="${REPO_OWNER}.github.io/${REPO_BASENAME}"
|
46
|
-
fi
|
47
|
-
fi
|
48
|
-
echo "MY_SITE=https://${MY_SITE}" >> $GITHUB_ENV
|
49
|
-
fi
|
50
|
-
|
51
|
-
- name: Run hydra-link-checker
|
52
|
-
run: python3 hydra.py "$MY_SITE"
|
@@ -1,29 +0,0 @@
|
|
1
|
-
name: typesense
|
2
|
-
on:
|
3
|
-
# Once a week on Wednesday at 11:45 UTC <https://crontab.guru/>
|
4
|
-
schedule:
|
5
|
-
- cron: '45 11 * * 3'
|
6
|
-
# Or after a deployment
|
7
|
-
push:
|
8
|
-
branches:
|
9
|
-
- main
|
10
|
-
- typesense
|
11
|
-
# Or manually
|
12
|
-
workflow_dispatch:
|
13
|
-
jobs:
|
14
|
-
typesense:
|
15
|
-
name: Update Typesense
|
16
|
-
if: ${{ github.repository_owner == 'qunitjs' }} # skip on forks
|
17
|
-
runs-on: ubuntu-latest
|
18
|
-
steps:
|
19
|
-
- uses: actions/checkout@v3
|
20
|
-
- name: Docsearch Scraper
|
21
|
-
shell: bash
|
22
|
-
run: |
|
23
|
-
docker run \
|
24
|
-
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_ADMIN_KEY }} \
|
25
|
-
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
|
26
|
-
-e TYPESENSE_PORT="443" \
|
27
|
-
-e TYPESENSE_PROTOCOL="https" \
|
28
|
-
-e CONFIG="$(cat docsearch.config.json | jq -r tostring)" \
|
29
|
-
typesense/docsearch-scraper:0.6.0.rc2
|
data/.gitignore
DELETED
data/404.md
DELETED
data/Gemfile
DELETED
data/README.md
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
[![Build Status: spider-check](https://github.com/qunitjs/jekyll-theme-amethyst/actions/workflows/spider-check.yaml/badge.svg)](https://github.com/qunitjs/jekyll-theme-amethyst/actions/workflows/spider-check.yaml)
|
2
|
-
[![rubygems.org: jekyll-theme-amethyst](https://badge.fury.io/rb/jekyll-theme-amethyst.svg)](https://rubygems.org/gems/jekyll-theme-amethyst)
|
3
|
-
|
4
|
-
# Amethyst theme
|
5
|
-
|
6
|
-
This repository houses the Amethyst theme for Jekyll.
|
7
|
-
|
8
|
-
## Getting started
|
9
|
-
|
10
|
-
To create a new site, use the **[Getting started](docs/getting-started.md)** guide,
|
11
|
-
or browse the minimal example in the [example](https://github.com/qunitjs/jekyll-theme-amethyst/tree/example) branch.
|
12
|
-
|
13
|
-
## Credits
|
14
|
-
|
15
|
-
The theme was designed by [Trent Willis](https://github.com/trentmwillis/) in 2018 for the [qunitjs.com](https://qunitjs.com/) website ([qunitjs/qunitjs.com#151](https://github.com/qunitjs/qunitjs.com/issues/151#issuecomment-655154878)).
|
16
|
-
|
17
|
-
Thanks to [Leo Balter](https://github.com/leobalter) for initiating the use of Markdown-based static sites for QUnit in 2015 ([qunitjs/api.qunitjs.com#150](https://github.com/qunitjs/api.qunitjs.com/pull/150)).
|
18
|
-
|
19
|
-
## Contributing
|
20
|
-
|
21
|
-
### Local development
|
22
|
-
|
23
|
-
Requirements:
|
24
|
-
|
25
|
-
* [Ruby](https://www.ruby-lang.org/) (tested with Ruby 2.7+)
|
26
|
-
* [Bundler](https://bundler.io/) (if missing, install with `gem install bundler`)
|
27
|
-
|
28
|
-
To install or update Jekyll and plugins:
|
29
|
-
|
30
|
-
```shell
|
31
|
-
bundle update
|
32
|
-
```
|
33
|
-
|
34
|
-
To generate the site and serve it locally at <http://localhost:4000/>:
|
35
|
-
|
36
|
-
```shell
|
37
|
-
bundle exec jekyll serve
|
38
|
-
```
|
39
|
-
|
40
|
-
### Releasing
|
41
|
-
|
42
|
-
* Edit `amethyst.gemspec` and set the next release number.
|
43
|
-
* Stage and commit the changes:
|
44
|
-
```
|
45
|
-
git add -p
|
46
|
-
git commit
|
47
|
-
# Tag v0.0.0
|
48
|
-
git push
|
49
|
-
```
|
50
|
-
* Create a signed semver tag, and push it:
|
51
|
-
```
|
52
|
-
git tag -s v0.0.0
|
53
|
-
# Tag v0.0.0
|
54
|
-
git push --tags
|
55
|
-
```
|
56
|
-
* CI will create and publish a new package to <https://rubygems.org/gems/jekyll-theme-amethyst>.
|
data/_config.yml
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
# Configuration for the Amethyst development site
|
2
|
-
#
|
3
|
-
# DO NOT COPY
|
4
|
-
#
|
5
|
-
# To create your own site with this theme, use the example branch as
|
6
|
-
# your clean and minimal starting point:
|
7
|
-
# https://github.com/qunitjs/jekyll-theme-amethyst/tree/example
|
8
|
-
#
|
9
|
-
# -------
|
10
|
-
|
11
|
-
# Site settings
|
12
|
-
#
|
13
|
-
# Docs: https://jekyllrb.com/docs/configuration/
|
14
|
-
title: Amethyst Demo
|
15
|
-
description: "An amazing website."
|
16
|
-
url: https://qunitjs.github.io
|
17
|
-
baseurl: /jekyll-theme-amethyst
|
18
|
-
# For pages (not blog posts) this is equivalant to /:title/
|
19
|
-
permalink: /:year/:month/:day/:title/
|
20
|
-
lang: en
|
21
|
-
timezone: UTC
|
22
|
-
# Files that will not be converted or published
|
23
|
-
exclude:
|
24
|
-
# Exclude internal repo files from site output
|
25
|
-
- docs
|
26
|
-
- lib
|
27
|
-
# Avoid the following on GitHub CI:
|
28
|
-
# > Error: could not read file
|
29
|
-
# > vendor/jekyll/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb:
|
30
|
-
# > Invalid date '<%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>':
|
31
|
-
# > Document does not have a valid date in the YAML front matter.
|
32
|
-
- vendor
|
33
|
-
plugins:
|
34
|
-
- jekyll-theme-amethyst
|
35
|
-
|
36
|
-
|
37
|
-
# Theme settings
|
38
|
-
#
|
39
|
-
# Amethyst theme options are documented at:
|
40
|
-
# https://github.com/qunitjs/jekyll-theme-amethyst/blob/main/docs/config.md
|
41
|
-
#
|
42
|
-
theme: jekyll-theme-amethyst
|
43
|
-
amethyst:
|
44
|
-
edituri_base: https://github.com/qunitjs/jekyll-theme-amethyst/blob/main/
|
45
|
-
release_base: https://github.com/qunitjs/qunit/releases/tag/
|
46
|
-
github: qunitjs
|
47
|
-
gitter: qunitjs/qunit
|
48
|
-
# https://github.com/qunitjs/jekyll-theme-amethyst/blob/main/docs/getting-started.md#enable-typesense
|
49
|
-
typesense:
|
50
|
-
origin: https://typesense.jquery.com
|
51
|
-
collection: amethyst_demo
|
52
|
-
search_only_api_key: Zh8mMgohXECel9wjPwqT7lekLSG3OCgz
|
53
|
-
|
54
|
-
|
55
|
-
# Conversion settings
|
56
|
-
#
|
57
|
-
highlighter: rouge
|
58
|
-
markdown: kramdown
|
59
|
-
kramdown:
|
60
|
-
input: GFM
|
61
|
-
toc_levels: "1,2"
|
62
|
-
|
63
|
-
|
64
|
-
# Sass settings
|
65
|
-
#
|
66
|
-
# Docs: https://jekyllrb.com/docs/assets/#sassscss
|
67
|
-
sass:
|
68
|
-
style: compressed
|
69
|
-
sourcemap: never
|
70
|
-
|
71
|
-
|
72
|
-
# Blog archives
|
73
|
-
#
|
74
|
-
# Docs: https://github.com/jekyll/jekyll-archives/
|
75
|
-
jekyll-archives:
|
76
|
-
enabled:
|
77
|
-
- year
|
78
|
-
layout: posts-year
|
79
|
-
permalinks:
|
80
|
-
year: "/:year/"
|
data/_data/sidebar_api.yml
DELETED
data/_data/sidebar_blog.yml
DELETED
data/_data/sitenav.yml
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Announcing the blog!
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- event
|
7
|
-
---
|
8
|
-
|
9
|
-
Nulla ut neque quis ante tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.1.0
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.2.1
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.2.6
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.3.2
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.4.3
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.7.1
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.8.3
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 1.9.1
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 2.1.1
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
title: Foo 3.0.0
|
4
|
-
author: Alice Fitzgerald
|
5
|
-
tags:
|
6
|
-
- release
|
7
|
-
---
|
8
|
-
|
9
|
-
Tristique vehicula ut sit amet sem.
|
10
|
-
|
11
|
-
## Integer et tempus
|
12
|
-
|
13
|
-
Vivamus risus tellus, porta in aliquet ac, egestas sed risus. Aliquam bibendum ac dui eu tempus. Mauris rutrum et enim a viverra. Nunc ac sapien dolor. Vestibulum ultrices nibh vel tortor congue, nec tempus lacus sagittis. Cras a turpis eros. Nulla facilisi. Aenean ac lobortis libero. Quisque sagittis ultricies congue. Proin id velit sit amet ipsum euismod laoreet quis ac lacus. Praesent ut pellentesque ex. Sed dolor nulla, consectetur ac arcu id, placerat pharetra justo.
|