Skip to content

Commit 34304f6

Browse files
committed
replace site
1 parent 5c0e9aa commit 34304f6

File tree

193 files changed

+18803
-295
lines changed

Some content is hidden

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

193 files changed

+18803
-295
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// ==============================
2+
// Custom style
3+
// 自定义样式
4+
// ==============================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// ==============================
2+
// Override Variables
3+
// 覆盖变量
4+
// ==============================
Loading
97.3 KB
Loading
39.7 KB
Loading
Loading
Loading
638 KB
Loading
70.6 KB
Loading
4.16 MB
Binary file not shown.

static_hugo_site/config.toml

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
####### This is an EXAMPLE config file!!
2+
####### Changes made here will not effect demo site
3+
4+
languageCode = "en-us"
5+
title = "Alpha by HTML5 UP"
6+
baseURL = "https://example.com"
7+
theme = "hugo-html5up-alpha"
8+
disqusShortname = ""
9+
10+
[params]
11+
description = "Another fine responsive site template freebie by HTML5 UP."
12+
images = ["images/pic01.jpg"]
13+
author = "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)"
14+
copyright = "© Untitled. All rights reserved."
15+
design = "Design: [HTML5 UP](http://html5up.net/)"
16+
mainSections = ["blog"]
17+
18+
### Footer Social Media Links ###
19+
[[params.share]]
20+
title = "facebook"
21+
icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands
22+
link = "https://www.facebook.com/"
23+
24+
[[params.share]]
25+
title = "twitter"
26+
icon = "fa-twitter"
27+
link = "https://twitter.com/"
28+
29+
[[params.share]]
30+
title = "linkedin"
31+
icon = "fa-linkedin"
32+
link = "https://www.linkedin.com"
33+
34+
### For Pages the .RelPermalink must match the menu .URL
35+
### For sections the name/directory must match the menu .Identifier
36+
[menu]
37+
[[menu.main]]
38+
identifier = "generic"
39+
name = "Generic"
40+
url = "/generic/"
41+
weight = 10
42+
[[menu.main]]
43+
identifier = "contact"
44+
name = "Contact"
45+
url = "/contact/"
46+
weight = 20
47+
[[menu.main]]
48+
identifier = "elements"
49+
name = "Elements"
50+
url = "/elements/"
51+
weight = 30
52+
[[menu.main]]
53+
identifier = "blog"
54+
name = "Blog"
55+
url = "/blog/"
56+
weight = 40
57+
[[menu.main]]
58+
identifier = "submenu"
59+
name = "Submenu"
60+
url = "#"
61+
weight = 50
62+
[[menu.main]]
63+
parent = "submenu"
64+
identifier = "one"
65+
name = "Option One"
66+
url = "#"
67+
weight = 51
68+
[[menu.main]]
69+
parent = "submenu"
70+
identifier = "two"
71+
name = "Option Two"
72+
url = "#"
73+
weight = 52
74+
[[menu.main]]
75+
parent = "submenu"
76+
identifier = "three"
77+
name = "Option Three"
78+
url = "#"
79+
weight = 53
80+
[[menu.main]]
81+
parent = "submenu"
82+
identifier = "four"
83+
name = "Option Four"
84+
url = "#"
85+
weight = 54

static_hugo_site/config.yaml

-203
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This the default config from which all other configurations inherit
2+
## For a more detailed example of the themes capabilities look at "development/config.toml"
3+
languageCode = "en-us"
4+
title = "Alpha by HTML5 UP"
5+
baseURL = "https://example.com"
6+
theme = "hugo-html5up-alpha"
7+
disqusShortname = ""
8+
9+
[params]
10+
description = "Another fine responsive site template freebie by HTML5 UP."
11+
images = ["images/pic01.jpg"]
12+
author = "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)"
13+
copyright = "© Untitled. All rights reserved."
14+
design = "Design: [HTML5 UP](http://html5up.net/)"
15+
mainSections = ["blog"]
16+
17+
### Footer Social Media Links ###
18+
[[params.share]]
19+
title = "facebook"
20+
icon = "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands
21+
link = "https://www.facebook.com/"
22+
23+
[[params.share]]
24+
title = "twitter"
25+
icon = "fa-twitter"
26+
link = "https://twitter.com/"
27+
28+
[[params.share]]
29+
title = "linkedin"
30+
icon = "fa-linkedin"
31+
link = "https://www.linkedin.com"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Settings not listed here are inherited from `_default/config.toml`
2+
## This is a more extensive example of the themes capabilities that pulls from the local `exampleSite`
3+
## Run `hugo server` to load this demo
4+
5+
### For Pages the .RelPermalink must match the menu .URL
6+
### For sections the name/directory must match the menu .Identifier
7+
[menu]
8+
[[menu.main]]
9+
identifier = "generic"
10+
name = "Generic"
11+
url = "/generic/"
12+
weight = 10
13+
[[menu.main]]
14+
identifier = "contact"
15+
name = "Contact"
16+
url = "/contact/"
17+
weight = 20
18+
[[menu.main]]
19+
identifier = "elements"
20+
name = "Elements"
21+
url = "/elements/"
22+
weight = 30
23+
[[menu.main]]
24+
identifier = "blog"
25+
name = "Blog"
26+
url = "/blog/"
27+
weight = 40
28+
[[menu.main]]
29+
identifier = "submenu"
30+
name = "Submenu"
31+
url = "#"
32+
weight = 50
33+
[[menu.main]]
34+
parent = "submenu"
35+
identifier = "one"
36+
name = "Option One"
37+
url = "#"
38+
weight = 51
39+
[[menu.main]]
40+
parent = "submenu"
41+
identifier = "two"
42+
name = "Option Two"
43+
url = "#"
44+
weight = 52
45+
[[menu.main]]
46+
parent = "submenu"
47+
identifier = "three"
48+
name = "Option Three"
49+
url = "#"
50+
weight = 53
51+
[[menu.main]]
52+
parent = "submenu"
53+
identifier = "four"
54+
name = "Option Four"
55+
url = "#"
56+
weight = 54

0 commit comments

Comments
 (0)