Skip to content
Snippets Groups Projects
Commit 9c69f5b2 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Updates for deployment

parent 9b5fe89b
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,10 @@ Or install it yourself as: ...@@ -30,6 +30,10 @@ Or install it yourself as:
## Usage ## Usage
### Custom images in the header
Create a folder in `assets/banners` directory, with `banner.svg`, `logos.svg` and `motto.svg` files (for reference, consult `assets/banners/frozen` directory. Do not exceed image dimensions). Update `_config.yml` file with the name of directory you created for the images.
In case `logos.svg` file is wide, change `logo: small` to `logo: big` in `_config.yml` file.
### Enabling Google Analytics ### Enabling Google Analytics
To enable Google Anaytics, add the following lines to your Jekyll site: To enable Google Anaytics, add the following lines to your Jekyll site:
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# in the templates via {{ site.myvariable }}. # in the templates via {{ site.myvariable }}.
title: LCSB Jekyll default theme title: LCSB Jekyll default theme
email: lcsb-sysadmins@uni.lu email: lcsb-sysadmins@uni.lu
banner: frozen banner: imp
logo: small logo: small
date: "2018" date: "2018"
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "jekyll-theme-lcsb-default" spec.name = "jekyll-theme-lcsb-default"
spec.version = "0.1.0" spec.version = "0.2.0"
spec.authors = ["Trefex"] spec.authors = ["Trefex", "JL"]
spec.email = ["lcsb-sysadmins@uni.lu"] spec.email = ["lcsb-sysadmins@uni.lu"]
spec.summary = "Write a short summary, because Rubygems requires one." spec.summary = "Simple static web-page template for uni.lu"
spec.homepage = "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default" spec.homepage = "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default"
spec.license = "MIT" spec.license = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment