From d3012b9624ea830ed1422ddfedc3b690bc44d9ce Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 14 Aug 2017 21:11:16 -0700 Subject: [PATCH] Delete the about me page, and add a folder for pages. --- docs/_config.yml | 1 + docs/about.md | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 docs/about.md diff --git a/docs/_config.yml b/docs/_config.yml index d846bfa..2cb860e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,6 +23,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "/abacus" # the subpath of your site, e.g. /blog url: "htts://danilafe.github.io" # the base hostname & protocol for your site, e.g. http://example.com github_username: DanilaFe +include: ['_pages'] # Build settings markdown: kramdown diff --git a/docs/about.md b/docs/about.md deleted file mode 100644 index 8b4e0b2..0000000 --- a/docs/about.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll