Skip to content

Commit c7d9e61

Browse files
authored
use new theme docsy (#15)
Signed-off-by: Di Xu <stephenhsu90@gmail.com>
1 parent 6d4f7e3 commit c7d9e61

126 files changed

Lines changed: 662 additions & 892 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/zdoc"]
2-
path = themes/zdoc
3-
url = https://github.com/zzossig/hugo-theme-zdoc.git
1+
[submodule "themes/docsy"]
2+
path = themes/docsy
3+
url = https://github.com/google/docsy

assets/icons/logo.png

131 KB
Loading

assets/icons/logo.svg

Lines changed: 183 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
3+
Add styles or override variables from the theme here.
4+
5+
*/
6+
7+
$orange: #fd7e14;
8+
9+
$primary: $orange;
10+
$secondary: #88B04B;
11+
12+
$link-color: #FDAC53;
13+
14+
$font-size-base: 1.4rem;

0 commit comments

Comments
 (0)