Skip to content

Commit

Permalink
Merge pull request #383 from jbampton/configure
Browse files Browse the repository at this point in the history
Try a different folder structure.
  • Loading branch information
jbampton authored Jan 11, 2020
2 parents f4d97a3 + 389c1f3 commit 3cf8ba1
Show file tree
Hide file tree
Showing 84 changed files with 41 additions and 34,143 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ ferret.log
scapers/shell/logos
scapers/shell/random
logorama/_site
charts/site/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

[Slurp Read the Docs - in progress](https://slurp.readthedocs.io/)

[Logorama](https://logorama.netlify.com/)

![Lode Runner](docs/assets/images/gifs/lode-runner.gif "Lode Runner")
![Star Wars](docs/assets/images/gifs/star-wars-2.gif "Star Wars")

Expand Down
7 changes: 7 additions & 0 deletions charts/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'https://rubygems.org'

gem 'chroma'
gem 'csv'
gem 'fileutils'
gem 'kramdown'
gem 'prawn'
25 changes: 25 additions & 0 deletions charts/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
chroma (0.2.0)
csv (3.1.2)
fileutils (1.4.1)
kramdown (2.1.0)
pdf-core (0.7.0)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
ttfunk (1.6.1)

PLATFORMS
ruby

DEPENDENCIES
chroma
csv
fileutils
kramdown
prawn

BUNDLED WITH
2.1.4
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.
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.
3 changes: 3 additions & 0 deletions charts/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
'plotly' => 'plotly.js',
'all' => 'All chart types' }

FileUtils.mkdir_p('site/assets')
FileUtils.copy_entry('assets', 'site/assets')

# this repository is built with these technologies
built_with = {}
CSV.foreach('config/built_with.csv') do |row|
Expand Down
466 changes: 0 additions & 466 deletions charts/site/index.html

This file was deleted.

Loading

0 comments on commit 3cf8ba1

Please sign in to comment.