diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 6c5bc3d..0000000 --- a/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) GitHub, Inc. - -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: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 610f61e..0000000 --- a/README.md +++ /dev/null @@ -1,57 +0,0 @@ -
- - - -# GitHub Pages - -_Create a site or blog from your GitHub repositories with GitHub Pages._ - -
- - - -## Finish - -_Congratulations friend, you've completed this course!_ - -celebrate - -Your blog is now live and has been deployed! - -Here's a recap of all the tasks you've accomplished in your repository: - -- You enabled GitHub Pages. -- You selected a theme using the config file. -- You learned about proper directory format and file naming conventions in Jekyll. -- You created your first blog post with Jekyll! - -### What's next? - -- Keep working on your GitHub Pages site... we love seeing what you come up with! -- We'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/github-pages). -- [Take another GitHub Skills course](https://github.com/skills). -- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started). -- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore). - - diff --git a/_config.yml b/_config.yml index 7c2dcbb..8ace276 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,5 @@ remote_theme: pages-themes/cayman@v0.2.0 plugins: - jekyll-remote-theme # add this line to the plugins list if you already have one title: The Disciplined Tactician. -description: (A curated collection of the rants of) \ No newline at end of file +description: (A curated collection of the rants of) +show_downloads: true diff --git a/_layout/custom.html b/_layout/custom.html deleted file mode 100644 index 3a3ed2d..0000000 --- a/_layout/custom.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: cayman ---- - -
- - -
-
- {{ content }} -
-
-
\ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss deleted file mode 100644 index b55fe89..0000000 --- a/assets/css/style.scss +++ /dev/null @@ -1 +0,0 @@ -@import "{{ site.theme }}"; \ No newline at end of file diff --git a/index.md b/index.md index 371e86e..d5e6873 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- -layout: custom +layout: default title: The Disciplined Tactician. ---