diff --git a/_config.yml b/_config.yml index 152db3e..13765ad 100644 --- a/_config.yml +++ b/_config.yml @@ -17,8 +17,8 @@ title: My Blog email: mai.walters@uconn.edu description: > # this means to ignore newlines until "baseurl:" This is my first Jekyll site for my CMS class. -baseurl: "" # the subpath of your site, e.g. /blog -url: "http://localhost:4000" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/myjekyll" # the subpath of your site, e.g. /blog +url: "https://github.uconn.edu/mvw13001" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb github_username: mvw13001 diff --git a/about.md b/about.md index d441cde..78836bb 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,4 @@ title: About permalink: /about/ --- -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) -You can find the source code for the Jekyll new theme at: -{% include icon-github.html username="jekyll" %} / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at -{% include icon-github.html username="jekyll" %} / -[jekyll](https://github.com/jekyll/jekyll)