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