This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nutch-site.git
The following commit(s) were added to refs/heads/main by this push:
new 69525d8 Attempt to implement single page templating.
69525d8 is described below
commit 69525d8ce6a4a7ff4fa92a1d30cc680090be9811
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Fri Aug 27 15:41:56 2021 -0700
Attempt to implement single page templating.
---
config.toml | 33 ++++++++++++++++++++++++--------
content/community/mailing_lists/index.md | 0
content/community/people/index.md | 0
content/community/robots/index.md | 0
content/development/scm/index.md | 0
content/index.md | 0
content/javadoc/inddex.md | 0
content/posts/_index.md | 0
8 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/config.toml b/config.toml
index 454ef27..80101b7 100644
--- a/config.toml
+++ b/config.toml
@@ -6,6 +6,7 @@ publishDir = "public"
[params]
mainbg = "./img/IMG_0295.png"
+ pagebg = "../img/background.jpg"
name = "Apache Nutch"
mainTitle = "Apache Nutch"
mainText = "Highly extensible, highly scalable, production-ready Web
crawler"
@@ -18,21 +19,37 @@ publishDir = "public"
[[menu.main]]
identifier = "community"
name = "Community"
- [[menu.main]]
- identifier = "reporting"
- name = "Board Reporting"
- parent = "community"
- url = "https://whimsy.apache.org/board/minutes/Nutch.html"
- weight = 1
+ url = "/community"
[[menu.main]]
identifier = "development"
name = "Development"
- url = "#development"
+ url = "/development"
[[menu.main]]
identifier = "documentation"
name = "Documentation"
- url = "#documentation"
+ url = "/documentation"
[[menu.main]]
identifier = "downloads"
name = "Downloads"
+ url = "/downloads"
+ [[menu.single]]
+ identifier = "home"
+ name = "Home"
+ url = "/"
+ weight = 20
+ [[menu.single]]
+ identifier = "community"
+ name = "Community"
+ url = "/community"
+ [[menu.single]]
+ identifier = "development"
+ name = "Development"
+ url = "/development"
+ [[menu.single]]
+ identifier = "documentation"
+ name = "Documentation"
+ url = "/documentation"
+ [[menu.single]]
+ identifier = "downloads"
+ name = "Downloads"
url = "/downloads"
\ No newline at end of file
diff --git a/content/community/mailing_lists/index.md
b/content/community/mailing_lists/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/community/people/index.md
b/content/community/people/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/community/robots/index.md
b/content/community/robots/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/development/scm/index.md b/content/development/scm/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/index.md b/content/index.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/javadoc/inddex.md b/content/javadoc/inddex.md
deleted file mode 100644
index e69de29..0000000
diff --git a/content/posts/_index.md b/content/posts/_index.md
deleted file mode 100644
index e69de29..0000000