Skip to content

Commit d11d7d3

Browse files
DOC: edit basic structure
1 parent 0abdb9c commit d11d7d3

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

MyWebSite/docs/index.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# Welcome to MkDocs
1+
# JEREMY PICOSSON
22

3-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
3+
🚧 UNDER CONSTRUCTION 🚧
44

5-
## Commands
5+
## EXPERIENCES
66

7-
* `mkdocs new [dir-name]` - Create a new project.
8-
* `mkdocs serve` - Start the live-reloading docs server.
9-
* `mkdocs build` - Build the documentation site.
10-
* `mkdocs -h` - Print help message and exit.
7+
...
118

12-
## Project layout
9+
## PROJECTS
1310

14-
mkdocs.yml # The configuration file.
15-
docs/
16-
index.md # The documentation homepage.
17-
... # Other markdown pages, images and other files.
11+
...
12+
13+
## EDUCATION & CERTIFICATIONS
14+
15+
...
16+
17+
## KNOWLEDGE BASE
18+
19+
...

MyWebSite/mkdocs.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
site_name: My Docs
1+
site_name: Jeremy_PICOSSON
2+
3+
site_description: >-
4+
PortFolio of my experiences, projects and knowledge base.
5+
6+
site_author: Jérémy PICOSSON
7+
8+
theme:
9+
name: readthedocs
10+
locale: en
11+
include_sidebar : true

0 commit comments

Comments
 (0)