Browse Source

Update .gitlab-ci.yml, mkdocs.yml, docs/index.md files

Nathan Schneider 5 years ago
parent
commit
f16cdb3e71
3 changed files with 7 additions and 22 deletions
  1. 1 0
      .gitlab-ci.yml
  2. 1 20
      docs/index.md
  3. 5 2
      mkdocs.yml

+ 1 - 0
.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:

+ 1 - 20
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.

+ 5 - 2
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'