diff --git a/config.toml b/config.toml index 35fc24b..14912c8 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,14 @@ baseURL = 'https://docs.pls5618.com' languageCode = 'fr-ca' title = 'Documentation PLS' + theme = 'learn' + +[outputs] + home = [ "HTML", "RSS", "JSON"] + + +[params] + themeVariant = "mine" + disableLandingPageButton = true + disableNextPrev = true diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..8635153 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,9 @@ +--- +title: "Documentation PLS" +--- + +# Bienvenue + +Vous trouverez ici du contenu concernant la programmation d'un robot FRC. + +{{% children depth="999" description="true" %}} diff --git a/content/basics/_index.md b/content/basics/_index.md new file mode 100644 index 0000000..fb73151 --- /dev/null +++ b/content/basics/_index.md @@ -0,0 +1,7 @@ +--- +title: "Java" +chapter: true +pre: "1. " +weight: 1 +description: "Les bases de la programmation en Java" +--- diff --git a/content/basics/first-content.md b/content/basics/first-content.md new file mode 100644 index 0000000..c5c2fcd --- /dev/null +++ b/content/basics/first-content.md @@ -0,0 +1,4 @@ +--- +title: "First Content" +description: "test" +--- diff --git a/static/css/theme-mine.css b/static/css/theme-mine.css new file mode 100644 index 0000000..55504a8 --- /dev/null +++ b/static/css/theme-mine.css @@ -0,0 +1,103 @@ + +:root{ + + --MAIN-TEXT-color:#323232; /* Color of text by default */ + --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */ + --MAIN-LINK-color:#2c99d4; /* Color of links */ + --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */ + --MAIN-ANCHOR-color: #2c99d4; /* color of anchors on titles */ + + --MENU-HEADER-BG-color:#2c99d4; /* Background color of menu header */ + --MENU-HEADER-BORDER-color:#33a1ff; /*Color of menu header border */ + + --MENU-SEARCH-BG-color:#167ad0; /* Search field background color (by default borders + icons) */ + --MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */ + --MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */ + + --MENU-SECTIONS-ACTIVE-BG-color: hsl(218, 56%, 8%); /* Background color of the active section and its childs */ + --MENU-SECTIONS-BG-color:#0d192e; /* Background color of other sections */ + --MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */ + --MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */ + --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */ + --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */ + + --MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */ + --MENU-SECTION-HR-color: hsl(218, 57%, 8%); /* Color of