-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of Amethyst theme in its own repository
* 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
Showing
36 changed files
with
194 additions
and
1,031 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/.sass-cache/ | ||
/_site/ | ||
/Gemfile.lock |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.