Skip to content

Commit 048cffa

Browse files
committed
install npm package to run hugo
1 parent 2f880e5 commit 048cffa

File tree

8 files changed

+676
-111
lines changed

8 files changed

+676
-111
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# exclude JS dependencies
2+
node_modules
3+
# exclude Hugo's output
4+
public

config.toml

+22-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,25 @@ description = "My portfolio site"
1212
[params.footer.contactInfo]
1313
title = "Contact Info"
1414
15-
15+
# Footer Sitemap
16+
[params.footer.sitemap]
17+
title = "Sitemap"
18+
[[params.footer.sitemap.link]]
19+
name = "About Company"
20+
url = "about"
21+
[[params.footer.sitemap.link]]
22+
name = "Webinars"
23+
url = "webinars"
24+
[[params.footer.sitemap.link]]
25+
name = "Contact"
26+
url = "contact"
27+
# Footer Social Media
28+
[params.footer.social]
29+
title = "Social Media"
30+
[[params.footer.social.link]]
31+
name = "Twitter"
32+
url = "https://twitter.com/miR_community"
33+
# Footer Service
34+
[params.footer.service]
35+
title = "MiR Community aims to support underrepresented R users around the world."
36+
description = "ROXO HUGO | Built with blogdown."

0 commit comments

Comments
 (0)