Skip to content

Commit 03f17d6

Browse files
committed
feat: added dark theme
1 parent af0f862 commit 03f17d6

File tree

6 files changed

+2688
-1997
lines changed

6 files changed

+2688
-1997
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
module.exports = {
22
base: "/cpp4noobs/",
33
title: "Curso de CPP da He4rt Developers",
4+
theme: "yuu",
45
description: "C++",
56
themeConfig: {
7+
yuu: {
8+
defaultDarkTheme: true,
9+
defaultColorTheme: "purple",
10+
},
611
nav: [
712
{ text: "Home", link: "/" },
813
{ text: "Tutorial", link: "/tutorial/" },

docs/.vuepress/public/images/footer_4noobs.svg

Lines changed: 264 additions & 0 deletions
Loading

docs/.vuepress/styles/palette.styl

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ actionText: Inicie Agora →
55
actionLink: /tutorial/
66
features:
77
- title: Completo
8-
details: Nosso tutorial tem como objetivo oferecer desde o básico ao avançado da linguagem C++
8+
details: Nosso tutorial tem como objetivo oferecer desde o básico ao intermediário da linguagem C++
99
- title: Didática
1010
details: Buscamos uma didática interativa e direta buscando uma curva de aprendizado exponencial.
1111
- title: Prática

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"build": "vuepress build docs"
88
},
99
"repository": "https://github.com/Novout/He4rt-CPP-Tutorial.git",
10-
"author": "Thiago Rezende <bitrateti@gmail.com>",
10+
"author": "He4rt Developers",
1111
"license": "MIT",
1212
"private": false,
1313
"devDependencies": {
14-
"vuepress": "^1.0.3"
14+
"vuepress": "^1.5.0"
15+
},
16+
"dependencies": {
17+
"vuepress-theme-yuu": "^2.3.0"
1518
}
16-
}
19+
}

0 commit comments

Comments
 (0)