Skip to content

Commit aa8f7fd

Browse files
committed
2024-8-26
1 parent a0debd7 commit aa8f7fd

File tree

13 files changed

+31
-72
lines changed

13 files changed

+31
-72
lines changed

README.md

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

config/_default/menus.en.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# main menu
44
[[main]]
55
name = "HOME"
6-
pageRef = "/"
6+
url = "/"
77
weight = 1
88

99
[[main]]
1010
name = "GENOMES"
11-
pageRef = "/genomes"
11+
url = "genomes/"
1212
weight = 2
1313

1414
[[main]]
1515
name = "VARIETIES"
16-
pageRef = "/variety"
16+
url = "/variety"
1717
weight = 3
1818

1919
[[main]]
@@ -23,13 +23,13 @@ name = "RESOURCES"
2323
[[main]]
2424
parent = "RESOURCES"
2525
name = "Online resource"
26-
pageRef = "/mzor"
26+
url = "mzor/"
2727
weight = 1
2828

2929
[[main]]
3030
parent = "RESOURCES"
3131
name = "Maize lab"
32-
pageRef = "/Maize lab"
32+
url = "Maize-lab/"
3333
weight = 2
3434

3535

@@ -41,38 +41,38 @@ name = "NEWS"
4141
[[main]]
4242
parent = "NEWS"
4343
name = "科研人物"
44-
pageRef = "/news1"
44+
url = "news1/"
4545
weight = 3
4646

4747
[[main]]
4848
parent = "NEWS"
4949
name = "科研动态"
50-
pageRef = "/news2"
50+
url = "news2/"
5151
weight = 3
5252

5353
[[main]]
5454
parent = "NEWS"
5555
name = "论文推荐"
56-
pageRef = "/news3"
56+
url = "news3/"
5757
weight = 3
5858

5959
[[main]]
6060
parent = "NEWS"
6161
name = "育种动态"
62-
pageRef = "/news4"
62+
url = "news4/"
6363
weight = 3
6464

6565
[[main]]
6666
parent = "NEWS"
6767
name = "玉米生产"
68-
pageRef = "/news5"
68+
url = "news5/"
6969
weight = 3
7070

7171

7272

7373
[[main]]
7474
name = "LITERATURE"
75-
pageRef = "/literature"
75+
url = "literature/"
7676
weight = 6
7777

7878

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
2626
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
2727
custom_script = ""
2828
# copyright
29-
copyright = "Designed & Developed by [Yihan Dong](https://github.com/maizeinfo/maizeinfo.github.io)"
29+
copyright = "Designed & Developed by [Li Jialei](https://nianhhhh.github.io/)"
3030

3131
# Preloader
3232
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader

content/english/authors/_index.md

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

content/english/authors/john-doe.md

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

content/english/authors/sam-wilson.md

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

content/english/authors/william-jacob.md

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

content/english/pages/genomes.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
---
2-
title: ""
3-
# meta title
4-
meta_title: ""
5-
# meta description
6-
description: "This is meta description"
7-
# save as draft
8-
draft: false
9-
2+
title: "GENOMES"
103
---
114

125

6+
{{< accordion "Zm-A632-REFERENCE-CAAS_FIL-1.0" >}}
7+
8+
- Assembly identifier: Zm00092a
9+
- Project name: CAAS Founder Inbred Lines
10+
- GenBank BioProject: PRJNA755430
11+
- Sample name: A632
12+
- DOI: [https://dx.doi.org/10.1038/s41588-022-01283-w](https://dx.doi.org/10.1038/s41588-022-01283-w)
13+
- Data download:
14+
[https://download.maizegdb.org/Zm-A632-REFERENCE-CAAS_FIL-1.0](https://download.maizegdb.org/Zm-A632-REFERENCE-CAAS_FIL-1.0)
15+
16+
17+
{{< /accordion >}}
18+
1319
{{< accordion "Zm-B73-REFERENCE-GRAMENE-4.0 (also known as B73v4)" >}}
1420

1521
- Assembly identifier: Zm00001d

content/english/pages/literature/literature.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
title: ""
3-
# meta title
4-
meta_title: ""
5-
# meta description
2+
title: "LITERATUREC"
3+
meta_title:
64
description: "This is meta description"
7-
# save as draft
85
draft: false
96
---
107

content/english/variety/_index.md

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

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################## default configuration ####################
22
# The base URL of your site (required). This will be prepended to all relative URLs.
3-
baseURL = "/"
3+
baseURL = "https://maizeinfo.netlify.app/"
44
# Title of your website (required).
55
title = "MaizeInfo"
66
# Your theme name

layouts/partials/essentials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292

9393
>Hugo</a>
9494

95-
| 2024 <a href="https://github.com/maizeinfo"
95+
| 2024 <a href="https://nianhhhh.github.io/"
9696

9797

9898

9999

100100
target="_blank"
101-
>Maizeinfo (YiHan Dong) </a>
101+
>Maizeinfo (Li Jialei) </a>
102102
</p>
103103
</div>
104104
</div>

0 commit comments

Comments
 (0)