Skip to content

Commit

Permalink
Initial commit of Amethyst theme in its own repository
Browse files Browse the repository at this point in the history
* Remove all QUnit resources and assets. Keep part of its
  home page and about page as sample content.

* Generalise the search frontend logic, configure via `site.amethyst`.

* Generalise the social links, configure via `site.amethyst`.

* Generalise the header logo, configure via `site.amethyst`.

* Generalise the homepage layout, via `home_*` front matter.
  • Loading branch information
Krinkle committed Jul 26, 2020
1 parent 4a77c44 commit a3c6156
Show file tree
Hide file tree
Showing 36 changed files with 194 additions and 1,031 deletions.
5 changes: 0 additions & 5 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.sass-cache/
/_site/
/Gemfile.lock
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ source "https://rubygems.org"
ruby RUBY_VERSION

gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-algolia', group: :jekyll_plugins
272 changes: 0 additions & 272 deletions Gemfile.lock

This file was deleted.

3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
Copyright (c) 2020 Timo Tijhof
Copyright (c) 2018 Trent Willis

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
30 changes: 3 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
# qunitjs.com
# Amethyst theme

This repository houses the content and code for the [qunitjs.com](https://qunitjs.com/) website.

## Development

Requirements:

* [Ruby](https://www.ruby-lang.org/) (tested with Ruby 2.6+)
* [Bundler](https://bundler.io/) (if missing, install with `gem install bundler`)

To install Jekyll and plugins the first time:

```shell
bundle install
```

To update Jekyll and any plugins (e.g. after changes to `Gemfile`):

```shell
bundle update
```

To regenerate the site and serve locally at <http://localhost:4000/>:

```shell
bundle exec jekyll serve
```
This repository houses the Amethyst theme for Jekyll.
Originally designed by [Trent Willis](https://github.com/trentmwillis/) in 2018 for the [qunitjs.com](https://qunitjs.com/) website.
Loading

0 comments on commit a3c6156

Please sign in to comment.