2 |
3 | Download
4 |
5 |
6 | Star
7 |
8 |
9 | Fork
10 |
11 | Built with from Grav and Hugo
12 |
13 |
14 |
--------------------------------------------------------------------------------
/netlify.toml:
--------------------------------------------------------------------------------
1 | [build]
2 | publish = "public"
3 | command = "hugo --gc --minify"
4 |
5 | [context.production.environment]
6 | HUGO_VERSION = "0.84.3"
7 | HUGO_ENV = "production"
8 | HUGO_ENABLEGITINFO = "true"
9 |
10 | [context.split1]
11 | command = "hugo --gc --minify --enableGitInfo"
12 |
13 | [context.split1.environment]
14 | HUGO_VERSION = "0.84.3"
15 | HUGO_ENV = "production"
16 |
17 | [context.deploy-preview]
18 | command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
19 |
20 | [context.deploy-preview.environment]
21 | HUGO_VERSION = "0.84.3"
22 |
23 | [context.branch-deploy]
24 | command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
25 |
26 | [context.branch-deploy.environment]
27 | HUGO_VERSION = "0.84.3"
28 |
29 | [context.next.environment]
30 | HUGO_ENABLEGITINFO = "true"
--------------------------------------------------------------------------------
/static/css/theme-mine.css:
--------------------------------------------------------------------------------
1 |
2 | :root{
3 |
4 | --MAIN-TEXT-color:#323232; /* Color of text by default */
5 | --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5 */
6 | --MAIN-LINK-color:#1C90F3; /* Color of links */
7 | --MAIN-LINK-HOVER-color:#167ad0; /* Color of hovered links */
8 | --MAIN-ANCHOR-color: #1C90F3; /* color of anchors on titles */
9 |
10 | --MENU-HEADER-BG-color:#1C90F3; /* Background color of menu header */
11 | --MENU-HEADER-BORDER-color:#33a1ff; /*Color of menu header border */
12 |
13 | --MENU-SEARCH-BG-color:#167ad0; /* Search field background color (by default borders + icons) */
14 | --MENU-SEARCH-BOX-color: #33a1ff; /* Override search field border color */
15 | --MENU-SEARCH-BOX-ICONS-color: #a1d2fd; /* Override search field icons color */
16 |
17 | --MENU-SECTIONS-ACTIVE-BG-color:#20272b; /* Background color of the active section and its childs */
18 | --MENU-SECTIONS-BG-color:#252c31; /* Background color of other sections */
19 | --MENU-SECTIONS-LINK-color: #ccc; /* Color of links in menu */
20 | --MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */
21 | --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* Color of active category text */
22 | --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #fff; /* Color of background for the active category (only) */
23 |
24 | --MENU-VISITED-color: #33a1ff; /* Color of 'page visited' icons in menu */
25 | --MENU-SECTION-HR-color: #20272b; /* Color of