Skip to content

Commit

Permalink
Final cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Jul 2, 2021
1 parent 6fbab69 commit e72e5fd
Show file tree
Hide file tree
Showing 33 changed files with 320 additions and 892 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function (eleventyConfig) {
watchAndPass("./assets/js", eleventyConfig);
watchAndPass("./assets/dist", eleventyConfig);
watchAndPass("./assets/img", eleventyConfig);
watchAndPass("./api", eleventyConfig);
//watchAndPass("./api", eleventyConfig);
watchAndPass("./favicon.ico", eleventyConfig);
watchAndPass("./favicon-16x16.png", eleventyConfig);
watchAndPass("./favicon-32x32.png", eleventyConfig);
Expand Down
26 changes: 0 additions & 26 deletions Gemfile

This file was deleted.

50 changes: 0 additions & 50 deletions _config.yml

This file was deleted.

48 changes: 0 additions & 48 deletions _includes/app.html

This file was deleted.

7 changes: 0 additions & 7 deletions _includes/docs/examples.html

This file was deleted.

64 changes: 0 additions & 64 deletions _includes/footer.html

This file was deleted.

21 changes: 0 additions & 21 deletions _includes/nav.html

This file was deleted.

20 changes: 0 additions & 20 deletions _includes/subscribe.html

This file was deleted.

1 change: 1 addition & 0 deletions _layouts/docs.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ layout: default
{% assign targeturl = item.url %}
{% assign targettext = item.title %}
{% else %}
{% for doc in collections.docs %}
{% assign documentbase = "docs/" | append: doc.template.parsed.base %}
{% assign documentbasepath = doc.template.parsed.base | slug %}
{% assign documentbaseurl = "/docs/" | append: documentbasepath %}
Expand Down
125 changes: 0 additions & 125 deletions _sass/addtocalendar.scss

This file was deleted.

Loading

0 comments on commit e72e5fd

Please sign in to comment.