Commits on Source (1328)
Showing
- .deploy.sh 14 additions, 0 deletions.deploy.sh
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 79 additions, 11 deletions.gitlab-ci.yml
- .gitmodules 4 additions, 0 deletions.gitmodules
- .htaccess 19 additions, 0 deletions.htaccess
- 403.md 7 additions, 0 deletions403.md
- 404.md 1 addition, 1 deletion404.md
- Dockerfile 18 additions, 0 deletionsDockerfile
- Gemfile 15 additions, 4 deletionsGemfile
- Gemfile.lock 90 additions, 63 deletionsGemfile.lock
- README.md 68 additions, 11 deletionsREADME.md
- Rakefile 19 additions, 21 deletionsRakefile
- _config.yml 21 additions, 6 deletions_config.yml
- _data/external_assets.yml 2 additions, 2 deletions_data/external_assets.yml
- _data/publication_file_types.yml 1 addition, 0 deletions_data/publication_file_types.yml
- _includes/alumni.html 28 additions, 0 deletions_includes/alumni.html
- _includes/footer.html 2 additions, 1 deletion_includes/footer.html
- _includes/head.html 2 additions, 1 deletion_includes/head.html
- _includes/header.html 39 additions, 8 deletions_includes/header.html
- _includes/news-page.html 13 additions, 0 deletions_includes/news-page.html
.deploy.sh
0 → 100755
.gitmodules
0 → 100644
403.md
0 → 100644
Dockerfile
0 → 100644
source 'https://rubygems.org' | ||
Encoding.default_external = Encoding::UTF_8 | ||
gem 'rake' | ||
gem 'jekyll' | ||
group :build do | ||
gem 'jekyll' | ||
end | ||
group :default, :jekyll_plugins do | ||
gem 'jekyll-scholar' | ||
group :build, :jekyll_plugins do | ||
gem 'jekyll-scholar', '~> 5.10' | ||
#gem 'jekyll-scholar', :git => '/home/thomas/jekyll-scholar', :branch => 'master' | ||
gem 'jekyll-redirect-from' | ||
gem 'jekyll-feed' | ||
gem 'jekyll-sitemap' | ||
end | ||
group :test do | ||
gem 'html-proofer' | ||
gem 'html-proofer', '~> 3.0' | ||
end | ||
group :development do | ||
end |
_data/publication_file_types.yml
0 → 120000
_includes/alumni.html
0 → 100644
_includes/news-page.html
0 → 100644