Merge pull request #12 from TMHSDigital/main #113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Education Repository | ||
description: "Explore various programming languages, tools, and APIs" | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://TMHSDigital.github.io" # the base hostname & protocol for your site | ||
markdown: kramdown | ||
theme: jekyll-theme-cayman | ||
# Build settings | ||
plugins: | ||
- jekyll-feed | ||
# Exclude from processing. | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- node_modules | ||
- vendor | ||
- README.md | ||
- Rakefile | ||
- tmp | ||
- **.ts | ||
- **.map | ||
# Social links | ||
social: | ||
github: https://github.com/TMHSDigital | ||
linkedin: https://www.linkedin.com/in/thomasmathes1 | ||
twitter: https://twitter.com/your_twitter_handle | ||
# Deployment settings for GitHub Pages | ||
github: | ||
is_project_page: true | ||
repository_url: https://github.com/TMHSDigital/Education | ||
# Custom settings | ||
paginate: 5 | ||
paginate_path: "/page:num/" |