Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Site settings
title: Project Pages
title: Notes
description: "An Integrated Scientific Blogging Template"
url: "https://projectpages.github.io"
url: "https://tempestwang.github.io"




# Secondary Parameters
baseurl: "/project-pages"
baseurl: "/tempestwang.github.io"
header-img: img/home-bg.jpg
headercolor: "#FFFFFF"
logo: /project-pages/img/logos/Project-Pages-New-Logo-Inverted.png
logo: /img/logos/Project-Pages-New-Logo-Inverted.png

# Tertiary Parameters
github_username: projectpages
project_repository: project-pages
disqus_shortname: project-pages
github_username: TempestWang
project_repository: tempestwang.github.io
disqus_shortname: tempestwang.github.io
g-analytics: UA-75881392-1
altmetric: true

Expand All @@ -41,7 +41,7 @@ defaults:
# Prose Settings
prose:
ignore: ['feed.xml', '/stl', '/ply', '/js', '/plugin', '/lib', '/projectors', '_layouts', '/_includes', 'Gruntfile.js', 'package.json', 'proselinks.jsonp', 'ppanchor.matin', '.gitignore', '/search', '/css', '/img', 'favicon.png','_data/*.json','LICENSES.md','README.md','colorscheme.scss','members.html','mentions.html','index.html']
siteurl: 'http://projectpages.github.io/project-pages/'
siteurl: 'http://tempestwang.github.io/'
ispp: true
media: 'img'
metadata:
Expand Down