Skip to content

Commit

Permalink
Work on updating mdbook?
Browse files Browse the repository at this point in the history
  • Loading branch information
donald-pinckney committed Nov 29, 2018
1 parent 8e7c52a commit 7a6811e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ install:
- gem install jekyll-seo-tag
- wget -O "$HOME/bin/mdbook" https://donaldpinckney.com/public/files/build_cache/mdbook
- chmod +x "$HOME/bin/mdbook"
- mdbook --version
- # To update mdbook, uncomment below!
- # rm "$HOME/bin/mdbook"
- # curl https://sh.rustup.rs > temp.sh
- # chmod +x temp.sh
- # ./temp.sh -y
- # source $HOME/.cargo/env
- # rm temp.sh
- # cargo install mdbook
- rm "$HOME/bin/mdbook"
- curl https://sh.rustup.rs > temp.sh
- chmod +x temp.sh
- ./temp.sh -y
- source $HOME/.cargo/env
- rm temp.sh
- cargo install --git "https://github.com/donald-pinckney/mdBook" mdbook

script: ./buildToMaster
env:
Expand Down
6 changes: 5 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Released under MIT License

The content of all blog posts (files ending in .md contained in _posts/), all book content (files contained in books/), and other content files (files contained in public/files/) remain the sole property of Donald Pinckney, unless otherwise specified. The remaining source code used to format and display that content is licensed under the MIT license. In addition, any example source code (for example files ending in .py, .ml, etc.) is also licensed under the MIT license.

Use of https://github.com/poole/hyde:

Copyright (c) 2013 Mark Otto.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand All @@ -10,7 +14,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI



Use of https://github.com/ghiculescu/jekyll-table-of-contents
Use of https://github.com/ghiculescu/jekyll-table-of-contents:

Copyright (c) 2013 Alex Ghiculescu

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# License
The content of all blog posts (files ending in `.md` contained in `_posts/`), all book content (files contained in `books/`), and other content files (files contained in `public/files/`) remain the sole property of Donald Pinckney, unless otherwise specified. The remaining source code used to format and display that content is licensed under the MIT license.

The content of all blog posts (files ending in `.md` contained in `_posts/`), all book content (files contained in `books/`), and other content files (files contained in `public/files/`) remain the sole property of Donald Pinckney, unless otherwise specified. The remaining source code used to format and display that content is licensed under the MIT license. In addition, any example source code (for example files ending in `.py`, `.ml`, etc.) is also licensed under the MIT license.

# Setup Dependencies
## Ubuntu
```bash
Expand Down

0 comments on commit 7a6811e

Please sign in to comment.