From f16cdb3e7195f0937058ece84a750b0b7777f21e Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 7 Apr 2019 05:37:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml, mkdocs.yml, docs/index.md files --- .gitlab-ci.yml | 1 + docs/index.md | 21 +-------------------- mkdocs.yml | 7 +++++-- 3 files changed, 7 insertions(+), 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f5b85..8a79fc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ before_script: # Add your custom theme if not inside a theme_dir # (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) # - pip install mkdocs-material + - pip install mkdocs-bootstrap386 pages: script: diff --git a/docs/index.md b/docs/index.md index 3c85189..7b2bb36 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,21 +1,2 @@ -# Welcome to MkDocs +# Welcome -This is a test site hosted on [GitLab Pages](https://pages.gitlab.io). You can -[browse its source code](https://gitlab.com/pages/mkdocs), fork it and start -using it on your projects. - -For full documentation visit [mkdocs.org](http://mkdocs.org). - -## Commands - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs help` - Print this help message. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. diff --git a/mkdocs.yml b/mkdocs.yml index 785f152..5b318ee 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,2 +1,5 @@ -site_name: My Docs by GitLab Pages -site_url: https://pages.gitlab.io/mkdocs +site_name: Democratic Mediums +site_url: https://medlabboulder.gitlab.io/democraticmediums + +theme: + name: 'bootstrap386' \ No newline at end of file