Skip to content

donald-pinckney/donald-pinckney.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

158c907 · Jun 24, 2024
May 22, 2019
Feb 22, 2024
Mar 30, 2023
May 13, 2019
Jun 26, 2019
Nov 29, 2018
Jun 29, 2021
Feb 22, 2024
Mar 30, 2023
May 13, 2019
Nov 2, 2020
Jun 22, 2017
Jun 22, 2017
Feb 21, 2024
Nov 29, 2018
Nov 29, 2018
Mar 8, 2024
Jun 19, 2018
Mar 30, 2023
Jun 24, 2024
Feb 22, 2024
Feb 22, 2024
Jul 15, 2017

Repository files navigation

donald-pinckney.github.io

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

# Install Ruby and Jekyll stuff
sudo apt install ruby ruby-dev
sudo gem install jekyll jekyll-paginate jekyll-gist github-pages jekyll-sitemap jekyll-seo-tag bundler

# Install Rust and mdbook stuff
curl https://sh.rustup.rs -sSf | sh # (follow direction, maybe have to setup PATH, and probably restart your shell)
cargo install --git "https://github.com/donald-pinckney/mdBook" mdbook

How to build and run

To build and locally preview the site, run ./run from the root directory of the repository, and then navigate to http://127.0.0.1:4000/