Skip to content
Snippets Groups Projects
Commit b687a110 authored by Alejandra Loaiza Granda's avatar Alejandra Loaiza Granda
Browse files

test

parent cba269ac
No related branches found
No related tags found
No related merge requests found
Pipeline #
.env
_site
.DS_Store
image: python:alpine
before_script:
- pip install -r requirements.txt
pages:
script:
- mkdocs build
- mv _site public
artifacts:
paths:
- public
only:
- master
Here FabLab ZOI Group Projects
## Welcome to your new Fab Academy site
123
\ No newline at end of file
- This website is built automatically by gitlab every time you edit the files in the docs folder
- It does so thanks to [Mkdocs](https://mkdocs.org) a static site generator written in Python
- You must start customizing the file mkdocs.yml with your information
- You can change the looks of your website using mkdocs themes, you can find in the mkdocs.yml the names of the available themes
- If you want to start from scratch, you can delete everything in this repository and push any other static website
-prueba
# Replace the text below to customize your site
site_name: Fab Academy Student Name
site_description: My Fabacademy site
site_author: Your name here
docs_dir: docs
site_dir: _site
copyright: Creative Commons Attribution Non Commercial
theme:
name: material
# see https://squidfunk.github.io/mkdocs-material/getting-started/#color-palette
palette:
primary: "deep"
accent: "indigo"
font:
false
# text: "Ubuntu"
# code: "Ubuntu Mono"
feature:
tabs: true
extra:
social:
- type: "github"
link: "https://github.com/academany"
- type: "twitter"
link: "https://twitter.com/fabacademany"
- type: "linkedin"
link: "https://linkedin.com/in/academany"
- type: "instagram"
link: "https://instagram.com/fabacademany"
markdown_extensions:
- extra
- smarty
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
mkdocs
mkdocs-material
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment