diff --git a/_config.yml b/_config.yml index 95a3bb5..da3da5b 100755 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ title: Site Title locale: en_US logo: # If using a Github User page (i.e. username.github.io) to host your site, delete the default url that is below. -url: http://ncsu-libraries.github.io/jekyll-academic +url: # Enter the following platform usernames if you would like for them to appear on your site. owner: name: Your Name diff --git a/_data/navigation.yml b/_data/navigation.yml index a2885df..dfca762 100755 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,14 +2,11 @@ - title: Home url: / -- title: About Me - url: /about/ - - title: Presentations url: /presentations/ - title: Resume url: /resume/ - -- title: Blog Archive - url: /archive/ + +- title: Blog + url: /blog/ diff --git a/about/index.md b/about/index.md deleted file mode 100755 index 5f59120..0000000 --- a/about/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: page -title: About Me -tags: [about, about me, me] ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. - -## Current Interests and Projects: - -* Lorem ipsum dolor sit amet -* Lorem ipsum dolor sit amet -* DLorem ipsum dolor sit amet -* Lorem ipsum dolor sit amet diff --git a/archive/index.md b/blog.md similarity index 100% rename from archive/index.md rename to blog.md diff --git a/index.md b/index.md index c2a76aa..68dfc09 100755 --- a/index.md +++ b/index.md @@ -1,4 +1,13 @@ --- -layout: home -excerpt: "A Jekyll theme for your blog, resume and portfolio from NCSU Libraries" +layout: page +excerpt: "About Me..." --- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +## Current Interests and Projects: + +- Lorem ipsum dolor sit amet +- Lorem ipsum dolor sit amet +- DLorem ipsum dolor sit amet +- Lorem ipsum dolor sit amet \ No newline at end of file diff --git a/presentations/index.md b/presentations.md similarity index 100% rename from presentations/index.md rename to presentations.md diff --git a/resume/index.md b/resume.md similarity index 100% rename from resume/index.md rename to resume.md