-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
381 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ _site | |
.jekyll-metadata | ||
.sass-cache | ||
Gemfile.lock | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
# 3. Change default post/page authors in config.yml | ||
# | ||
# Resource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html | ||
phlow: # replace this with your info | ||
name: "Phlow" | ||
ucla-biostat: # replace this with your info | ||
name: "UCLA Biostatistics" | ||
siterole: "webmaster, developer, copywriter, designer" | ||
uri: http://phlow.de/ | ||
email: | ||
twitter: "@phlow" | ||
uri: https://ph.ucla.edu/departments/biostatistics/ | ||
email: [email protected] | ||
twitter: "@ucla-biostat" | ||
# you can add more authors here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,76 @@ | ||
- title: Start | ||
- title: Home | ||
url: "/" | ||
side: left | ||
|
||
- title: Getting Started | ||
url: "/getting-started/" | ||
- title: Outcomes and Impact | ||
url: "/Outcomes/" | ||
side: left | ||
|
||
|
||
- title: "Templates" | ||
url: "/design/" | ||
side: left | ||
dropdown: | ||
- title: "Grid & Colors" | ||
url: "/design/grid/" | ||
- title: "Typography" | ||
url: "/design/typography/typography/" | ||
- title: "Page/Post" | ||
url: "/design/page/" | ||
- title: "Post-Left-Sidebar" | ||
url: "/design/post-left-sidebar/" | ||
- title: "Post-Right-Sidebar" | ||
url: "/design/post-right-sidebar/" | ||
- title: "Page Full-Width" | ||
url: "/design/page-fullwidth/" | ||
- title: "Blog-Page" | ||
url: "/blog/" | ||
- title: "Video" | ||
url: "/design/video/" | ||
- title: "Gallery" | ||
url: "/design/gallery/" | ||
- title: "Portfolio" | ||
url: "/design/portfolio/" | ||
# - title: "Templates" | ||
# url: "/design/" | ||
# side: left | ||
# dropdown: | ||
# - title: "Grid & Colors" | ||
# url: "/design/grid/" | ||
# - title: "Typography" | ||
# url: "/design/typography/typography/" | ||
# - title: "Page/Post" | ||
# url: "/design/page/" | ||
# - title: "Post-Left-Sidebar" | ||
# url: "/design/post-left-sidebar/" | ||
# - title: "Post-Right-Sidebar" | ||
# url: "/design/post-right-sidebar/" | ||
# - title: "Page Full-Width" | ||
# url: "/design/page-fullwidth/" | ||
# - title: "Blog-Page" | ||
# url: "/blog/" | ||
# - title: "Video" | ||
# url: "/design/video/" | ||
# - title: "Gallery" | ||
# url: "/design/gallery/" | ||
# - title: "Portfolio" | ||
# url: "/design/portfolio/" | ||
|
||
- title: "Header Styles" | ||
url: "/headers/" | ||
side: left | ||
dropdown: | ||
- title: "Header with Full-Width-Image" | ||
url: "/design/header-full-width-image/" | ||
- title: "Header with Image and Pattern" | ||
url: "/design/header-image-pattern/" | ||
- title: "Header with image and color" | ||
url: "/design/header-image-color/" | ||
- title: "Header Only With Logo" | ||
url: "/design/header-logo-only/" | ||
- title: "Header With Text" | ||
url: "/design/header-with-text/" | ||
- title: "No Header" | ||
url: "/design/no-header/" | ||
- title: "No Header but Image" | ||
url: "/design/no-header-but-image/" | ||
# - title: "Header Styles" | ||
# url: "/headers/" | ||
# side: left | ||
# dropdown: | ||
# - title: "Header with Full-Width-Image" | ||
# url: "/design/header-full-width-image/" | ||
# - title: "Header with Image and Pattern" | ||
# url: "/design/header-image-pattern/" | ||
# - title: "Header with image and color" | ||
# url: "/design/header-image-color/" | ||
# - title: "Header Only With Logo" | ||
# url: "/design/header-logo-only/" | ||
# - title: "Header With Text" | ||
# url: "/design/header-with-text/" | ||
# - title: "No Header" | ||
# url: "/design/no-header/" | ||
# - title: "No Header but Image" | ||
# url: "/design/no-header-but-image/" | ||
|
||
- title: Documentation | ||
url: "/documentation/" | ||
side: left | ||
dropdown: | ||
- title: "Changelog" | ||
url: "/changelog/" | ||
- title: "Roadmap" | ||
url: "/roadmap/" | ||
|
||
- title: Blog | ||
url: "/blog/" | ||
side: left | ||
dropdown: | ||
- title: "Blog Archive" | ||
url: "/blog/archive/" | ||
# - title: Documentation | ||
# url: "/documentation/" | ||
# side: left | ||
# dropdown: | ||
# - title: "Changelog" | ||
# url: "/changelog/" | ||
# - title: "Roadmap" | ||
# url: "/roadmap/" | ||
# | ||
# - title: Blog | ||
# url: "/blog/" | ||
# side: left | ||
# dropdown: | ||
# - title: "Blog Archive" | ||
# url: "/blog/archive/" | ||
|
||
- title: "Search" | ||
url: "/search/" | ||
side: right | ||
#- title: "Search" | ||
# url: "/search/" | ||
# side: right | ||
|
||
- title: "Contact" | ||
url: "/contact/" | ||
side: right | ||
#- title: "Contact" | ||
# url: "/contact/" | ||
# side: right |
Oops, something went wrong.