Skip to content

Commit

Permalink
Use repo root for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
cag committed Feb 8, 2018
1 parent e01dc2d commit b2c11eb
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-dinky
Empty file added _layout/default.html
Empty file.
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.
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.
2 changes: 1 addition & 1 deletion scripts/makedocs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

rm -r docs
find contracts -name '*.sol' ! -name 'Migrations.sol' -type f -exec bash -c 'mkdir -p docs/docs/`basename {} .sol`; ./node_modules/.bin/solmd {} --dest docs/docs/`basename {} .sol`/index.md' \;
find contracts -name '*.sol' ! -name 'Migrations.sol' -type f -exec bash -c 'mkdir -p docs/`basename {} .sol`; ./node_modules/.bin/solmd {} --dest docs/`basename {} .sol`/index.md' \;

0 comments on commit b2c11eb

Please sign in to comment.