Skip to content

Commit f6c8aae

Browse files
committed
add hugo theme
1 parent dbbfddd commit f6c8aae

33 files changed

+470
-817
lines changed

config.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
22

3-
baseURL: https://example.com/
4-
title: Hugo Book
3+
baseURL: https://a.gin.sh
4+
title: Awesome Golang Algorithm
55
theme: book
66

77
# Book configuration
88
disablePathToLower: true
99
enableGitInfo: true
10-
10+
defaultContentLanguage: "zh"
1111
# Needed for mermaid/katex shortcodes
1212
markup:
1313
goldmark:
@@ -36,9 +36,6 @@ menu:
3636
- name: "Github"
3737
url: "https://github.com/alex-shpak/hugo-book"
3838
weight: 10
39-
- name: "Hugo Themes"
40-
url: "https://themes.gohugo.io/hugo-book/"
41-
weight: 20
4239

4340
params:
4441
# (Optional, default light) Sets color theme: light, dark or auto.
@@ -65,7 +62,7 @@ params:
6562

6663
# Set source repository location.
6764
# Used for 'Last Modified' and 'Edit this page' links.
68-
BookRepo: https://github.com/alex-shpak/hugo-book
65+
BookRepo: https://github.com/kylesliu/awesome-golang-algorithm
6966

7067
# (Optional, default 'commit') Specifies commit portion of the link to the page's last modified
7168
# commit hash for 'doc' page type.
@@ -77,7 +74,7 @@ params:
7774
# Enable "Edit this page" links for 'doc' page type.
7875
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
7976
# Edit path must point to root directory of repo.
80-
BookEditPath: edit/main/exampleSite
77+
BookEditPath: edit/master
8178

8279
# Configure the date format used on the pages
8380
# - In git information

content/en/_index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ Lorem **markdownum** emicat gestu. Cannis sol pressit ducta. **Est** Idaei,
2828
tremens ausim se tutaeque, illi ulnis hausit, sed, lumina cutem. Quae avis
2929
sequens!
3030

31-
var panel = ram_design;
32-
if (backup + system) {
33-
file.readPoint = network_native;
34-
sidebar_engine_device(cell_tftp_raster,
35-
dual_login_paper.adf_vci.application_reader_design(
36-
graphicsNvramCdma, lpi_footer_snmp, integer_model));
37-
}
38-
31+
````nodejs
32+
var panel = ram_design;
33+
if (backup + system) {
34+
file.readPoint = network_native;
35+
sidebar_engine_device(cell_tftp_raster,
36+
dual_login_paper.adf_vci.application_reader_design(
37+
graphicsNvramCdma, lpi_footer_snmp, integer_model));
38+
}
39+
```nodejs
3940
## Locis suis novi cum suoque decidit eadem
4041
4142
Idmoniae ripis, at aves, ali missa adest, ut _et autem_, et ab?
43+
````

content/en/docs/example/collapsed/3rd-level/_index.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ miror esse, scelerisque Melaneus viribus. Miseri laurus. Hoc est proposita me
55
ante aliquid, aura inponere candidioribus quidque accendit bella, sumpta.
66
Intravit quam erat figentem hunc, motus de fontes parvo tempestate.
77

8-
iscsi_virus = pitch(json_in_on(eupViral),
9-
northbridge_services_troubleshooting, personal(
10-
firmware_rw.trash_rw_crm.device(interactive_gopher_personal,
11-
software, -1), megabit, ergonomicsSoftware(cmyk_usb_panel,
12-
mips_whitelist_duplex, cpa)));
13-
if (5) {
14-
managementNetwork += dma - boolean;
15-
kilohertz_token = 2;
16-
honeypot_affiliate_ergonomics = fiber;
17-
}
18-
mouseNorthbridge = byte(nybble_xmp_modem.horse_subnet(
19-
analogThroughputService * graphicPoint, drop(daw_bit, dnsIntranet),
20-
gateway_ospf), repository.domain_key.mouse(serverData(fileNetwork,
21-
trim_duplex_file), cellTapeDirect, token_tooltip_mashup(
22-
ripcordingMashup)));
23-
module_it = honeypot_driver(client_cold_dvr(593902, ripping_frequency) +
24-
coreLog.joystick(componentUdpLink), windows_expansion_touchscreen);
25-
bashGigabit.external.reality(2, server_hardware_codec.flops.ebookSampling(
26-
ciscNavigationBacklink, table + cleanDriver), indexProtocolIsp);
8+
```nodejs
9+
iscsi_virus = pitch(json_in_on(eupViral),
10+
northbridge_services_troubleshooting, personal(
11+
firmware_rw.trash_rw_crm.device(interactive_gopher_personal,
12+
software, -1), megabit, ergonomicsSoftware(cmyk_usb_panel,
13+
mips_whitelist_duplex, cpa)));
14+
if (5) {
15+
managementNetwork += dma - boolean;
16+
kilohertz_token = 2;
17+
honeypot_affiliate_ergonomics = fiber;
18+
}
19+
mouseNorthbridge = byte(nybble_xmp_modem.horse_subnet(
20+
analogThroughputService * graphicPoint, drop(daw_bit, dnsIntranet),
21+
gateway_ospf), repository.domain_key.mouse(serverData(fileNetwork,
22+
trim_duplex_file), cellTapeDirect, token_tooltip_mashup(
23+
ripcordingMashup)));
24+
module_it = honeypot_driver(client_cold_dvr(593902, ripping_frequency) +
25+
coreLog.joystick(componentUdpLink), windows_expansion_touchscreen);
26+
bashGigabit.external.reality(2, server_hardware_codec.flops.ebookSampling(
27+
ciscNavigationBacklink, table + cleanDriver), indexProtocolIsp);
28+
```

content/en/docs/go/_index.md

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

content/en/docs/go/buttons.md

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

content/en/docs/network/01_layers.md

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

content/en/docs/network/02_layers.md

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

0 commit comments

Comments
 (0)