Skip to content

Commit

Permalink
Update remaining assets and code, add webber
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Aug 13, 2019
1 parent 91acf51 commit 902fea8
Show file tree
Hide file tree
Showing 106 changed files with 3,025 additions and 6,159 deletions.
75 changes: 74 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules/
currentSnippet\.js
*.md.temp.js
.idea
Expand All @@ -8,3 +7,77 @@ dist/flavor\.min\.css
dist/flavor\.css
test_old/
coverage/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn
yarn-error.log
.pnp/
.pnp.js

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# gatsby files
.cache/
public

# Mac files
.DS_Store
File renamed without changes
Binary file added assets/NotoSans-Italic.ttf
Binary file not shown.
Binary file added assets/NotoSans-Light.ttf
Binary file not shown.
Binary file added assets/NotoSans-LightItalic.ttf
Binary file not shown.
Binary file added assets/NotoSans-Medium.ttf
Binary file not shown.
Binary file added assets/NotoSans-MediumItalic.ttf
Binary file not shown.
Binary file added assets/NotoSans-Regular.ttf
Binary file not shown.
Binary file added assets/NotoSans-SemiBold.ttf
Binary file not shown.
Binary file added assets/NotoSans-SemiBoldItalic.ttf
Binary file not shown.
Binary file added assets/RobotoMono-Italic.woff2
Binary file not shown.
Binary file added assets/RobotoMono-Medium.woff2
Binary file not shown.
Binary file added assets/RobotoMono-Regular.woff2
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/logos/logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
// Project metadata
name: `30 seconds starter`,
description: `Kick off your next, great 30 seconds project with this starter.`,
name: `30 seconds of code`,
description: `Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.`,
shortName: `30s`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-starter`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-of-code`,
// Path information
snippetPath: `snippets`,
snippetArchivePath: `snippets_archive`,
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

598 changes: 0 additions & 598 deletions docs/about.html

This file was deleted.

163 changes: 0 additions & 163 deletions docs/adapter.html

This file was deleted.

292 changes: 0 additions & 292 deletions docs/archive.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/array.html

This file was deleted.

396 changes: 0 additions & 396 deletions docs/browser.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/clipboard.svg

This file was deleted.

549 changes: 0 additions & 549 deletions docs/contributing.html

This file was deleted.

174 changes: 0 additions & 174 deletions docs/date.html

This file was deleted.

Binary file removed docs/favicon.png
Binary file not shown.
354 changes: 0 additions & 354 deletions docs/function.html

This file was deleted.

79 changes: 0 additions & 79 deletions docs/glossary.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/chevron-left.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/chevron-right.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/code.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/dashboard.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/git-branch.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/law.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/organization.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/icons/star.svg
Diff not rendered.
647 changes: 0 additions & 647 deletions docs/index.html

This file was deleted.

36 changes: 0 additions & 36 deletions docs/manifest.json

This file was deleted.

311 changes: 0 additions & 311 deletions docs/math.html

This file was deleted.

203 changes: 0 additions & 203 deletions docs/node.html

This file was deleted.

442 changes: 0 additions & 442 deletions docs/object.html

This file was deleted.

5 changes: 0 additions & 5 deletions docs/prism.js

This file was deleted.

Loading

0 comments on commit 902fea8

Please sign in to comment.