diff --git a/_config.yml b/_config.yml index c1066520805e..cbd1bd8c1cd3 100644 --- a/_config.yml +++ b/_config.yml @@ -18,10 +18,11 @@ author: NERSC ############################################### # --- List of links in the navigation bar --- # ############################################### - +paginate_path: "/resources/page:num/" navbar-links: About SuperIce: "aboutme" Team: "team" + Resources: "resources" Links: "links" ################ @@ -96,7 +97,7 @@ share-links-active: # How to display the link to your website in the footer # Remove this if you don't want a link in the footer -url-pretty: "MyWebsite.com" +url-pretty: "super-nersc" # Add the website title to the title of every page title-on-all-pages: true diff --git a/resources/index.html b/resources/index.html new file mode 100644 index 000000000000..c72dfaa49670 --- /dev/null +++ b/resources/index.html @@ -0,0 +1,5 @@ +--- +layout: home +title: My website +subtitle: This is where I will tell my friends way too much about me +---