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

This commit is contained in:
Nathan Schneider 2019-04-07 05:37:47 +00:00
parent 31a6188109
commit f16cdb3e71
3 changed files with 7 additions and 22 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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'