Skip to content

Commit

Permalink
chore(docs): drop Hologram & SassDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Mar 3, 2022
1 parent 886e1ed commit 2c43c91
Show file tree
Hide file tree
Showing 169 changed files with 8,917 additions and 14,746 deletions.
5 changes: 3 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ const a11yCSS = require('./a11y.css')
module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(a11yCSS)

eleventyConfig.addPassthroughCopy('src/static')
eleventyConfig.addPassthroughCopy('site/static')

return {
dir: {
input: 'src'
input: 'site',
output: 'docs'
},
markdownTemplateEngine: 'njk'
}
Expand Down
4 changes: 2 additions & 2 deletions .eleventyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/src/assets/
/src/static/*.html
/site/assets/
/site/static/*.html
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
*.map
node_modules
.idea
prepros.cfg
/docs/Hologram/tests
/docs/SassDoc/*
_site/
src/_data/sass
src/_data/sassdoc
src/static/docs.css
src/static/docs.js
site/_data/sass
site/_data/sassdoc
site/static/docs.css
site/static/docs.js
*.log
.vscode
.DS_Store
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

24 changes: 0 additions & 24 deletions Gemfile.lock

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ a11y.css
Pronounced *Alix*. Because it’s simpler.

[![GitHub version](https://badge.fury.io/gh/ffoodd%2Fa11y.css.svg)](https://badge.fury.io/gh/ffoodd%2Fa11y.css)
[![Build Status](https://travis-ci.org/ffoodd/a11y.css.svg?branch=master)](https://travis-ci.org/ffoodd/a11y.css)

## Introduction

Expand Down
10 changes: 5 additions & 5 deletions a11y.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ const DIRECTORIES = {
},
sass: {
input: './sass/themes/',
output: './src/_data/sass/'
output: './site/_data/sass/'
},
api: {
input: './sass/utils/',
output: './src/_data/sass/'
output: './site/_data/sass/'
},
assets: {
css: {
input: './src/assets/css/',
input: './site/assets/css/',
},
js: {
input: './src/assets/js/'
input: './site/assets/js/'
}
},
static: './src/static/'
static: './site/static/'
}

DIRECTORIES.assets.css.output = DIRECTORIES.static
Expand Down
15 changes: 0 additions & 15 deletions configs/.sassdocrc

This file was deleted.

35 changes: 0 additions & 35 deletions configs/hologram_config.yml

This file was deleted.

1 change: 0 additions & 1 deletion contribute.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"css",
"json",
"sass",
"sassdoc",
"eleventy",
"accessibility",
"html"
Expand Down
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions docs/Hologram/test-assets/_footer.html

This file was deleted.

124 changes: 0 additions & 124 deletions docs/Hologram/test-assets/_header.html

This file was deleted.

Loading

0 comments on commit 2c43c91

Please sign in to comment.