|
| 1 | +# Website: https://github.com/jeffreytse/jekyll-theme-yat |
| 2 | +# |
| 3 | +# You can do anything you want, including projects for your clients, as long |
| 4 | +# as you mention an attribution back (credit links in footer or project). |
| 5 | +# See the LICENCE file. |
| 6 | +# |
| 7 | +# This config file is meant for settings that affect your whole blog, values |
| 8 | +# which you are expected to set up once and rarely edit after that. |
| 9 | +# |
| 10 | +# For technical reasons, this file is *NOT* reloaded automatically when you |
| 11 | +# use 'bundle exec jekyll serve'. If you change this file, please restart |
| 12 | +# the server process. |
| 13 | +# |
| 14 | +# Site settings |
| 15 | +# These are used to personalize your new site. If you look in the HTML files, |
| 16 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 17 | +# You can create any custom variable you would like, and they will be accessible |
| 18 | +# in the templates via {{ site.myvariable }}. |
| 19 | + |
| 20 | +title: Funkcionalno programiranje - MATF |
| 21 | +email: matffunkcionalnoprogramiranje@gmail.com |
| 22 | +author: ivan-ristovic |
| 23 | + |
| 24 | +# Copyright setting |
| 25 | +# You can use any html code, currently below placeholders are available: |
| 26 | +# * current year: {currentYear} |
| 27 | +# * author: {author} (Value is the same as site.author) |
| 28 | +# * copyright: (c) - © |
| 29 | +# * copyleft: (cleft) |
| 30 | +# * sound recording copyright: (p) - ℗ |
| 31 | +# |
| 32 | +# For example: |
| 33 | +# "Copyright (c) 2017-{currentYear} <a href="https://example.com">{author}</a>" |
| 34 | +# "Copyright © 2017-2021 Foobar" |
| 35 | +# |
| 36 | +copyright: "Matematički fakultet (cleft) 2022-{currentYear} {author}" |
| 37 | + |
| 38 | +description: >- # this means to ignore newlines until "baseurl:" |
| 39 | + Stranica za kurs Funkcionalno programiranje na Matematičkom fakultetu Univerziteta u Beogradu. |
| 40 | +
|
| 41 | +baseurl: "" # the subpath of your site, e.g. /blog |
| 42 | +url: "" # the base hostname & protocol for your site, e.g. http://example.com |
| 43 | +favicon: "" # the favicon for your site |
| 44 | + |
| 45 | +# Yat date format |
| 46 | +# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this |
| 47 | +yat: |
| 48 | + date_format: "%b %d, %Y" |
| 49 | + |
| 50 | +# If you want more debug log, you can set true |
| 51 | +# debug: false |
| 52 | + |
| 53 | +# If you don't want transparent header, you can set false |
| 54 | +header_transparent: false |
| 55 | + |
| 56 | +# If you want to change the content width, you can set to another value |
| 57 | +content_width: "920px" |
| 58 | + |
| 59 | +# Google analytics |
| 60 | +# google_analytics: [Tracking ID] |
| 61 | + |
| 62 | +# If you want to generate website sitemap, you can set true |
| 63 | +# sitemap: false |
| 64 | + |
| 65 | +# If you want to change site language, you can set lang option |
| 66 | +# lang: "en" # default lang is en |
| 67 | + |
| 68 | +# Translate languges |
| 69 | +# langs refer to https://cloud.google.com/translate/docs/languages |
| 70 | +# translate_langs: |
| 71 | +# - lang: en |
| 72 | +# img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png |
| 73 | +# text: English |
| 74 | + |
| 75 | +# You can choose a theme color |
| 76 | +# Default theme colors as below: |
| 77 | +# coolblack: #090a0b |
| 78 | +# spacegrey: #353535 |
| 79 | +# snowwhite: #ffffff |
| 80 | +# |
| 81 | +theme_color: spacegray |
| 82 | +# |
| 83 | +# Custom color as below: |
| 84 | +# theme_color: "#882250" |
| 85 | + |
| 86 | +# You can choose a brand color |
| 87 | +# Default brand colors as below: |
| 88 | +# orangered: #ff5100 |
| 89 | +# greatgold: #f2cb05 |
| 90 | +# greenblue: #389092 |
| 91 | +# |
| 92 | +# brand_color: orangered |
| 93 | +# |
| 94 | +# Custom color as below: |
| 95 | +# brand_color: "#1a8e42" |
| 96 | + |
| 97 | +# Night/Dark mode |
| 98 | +# Default mode is "auto", "auto" is for auto nightshift |
| 99 | +# (19:00 - 07:00), "manual" is for manual toggle, and |
| 100 | +# "on/off" is for default on/off. |
| 101 | +# |
| 102 | +# Whatever the user's choice is, it will supersede the |
| 103 | +# default setting of the site and be kept during the |
| 104 | +# visit (session). Only the dark mode setting is"manual", |
| 105 | +# it will be always kept on every visit (i.e. no matter |
| 106 | +# the browser is closed or not) |
| 107 | +# |
| 108 | +# night_mode: "auto" |
| 109 | + |
| 110 | +# Code badge setting |
| 111 | +# You can enable or disable the code badge and so on |
| 112 | +code_badge: |
| 113 | + enabled: "false" |
| 114 | + color: "#fff" |
| 115 | + background_color: "#ff4e00" |
| 116 | + text_transform: "uppercase" # ("uppercase", "lowercase", "capitalize") |
| 117 | + |
| 118 | +# If you want to link only specific pages in your header, uncomment |
| 119 | +# this and add the path to the pages in order as they should show up |
| 120 | +header_pages: |
| 121 | + - index.html |
| 122 | + - about.md |
| 123 | + - archives.html |
| 124 | + - categories.html |
| 125 | + # - tags.html |
| 126 | + |
| 127 | +# Page default value |
| 128 | +# defaults: |
| 129 | +# home: |
| 130 | +# heading: "Your awesome heading" |
| 131 | +# subheading: "Your awesome subheading" |
| 132 | +# banner: "Your image url" |
| 133 | + |
| 134 | +# Banner default settings |
| 135 | +# These banner settings are for global banner default, but you can also |
| 136 | +# config it by the front matter for one specific post |
| 137 | +# banner: |
| 138 | +# video: null # Video banner source |
| 139 | +# loop: true # Video loop |
| 140 | +# volume: 0 # Video volume (100% is 1.0) |
| 141 | +# start_at: 0 # Video start time |
| 142 | +# image: null # Image banner source |
| 143 | +# opacity: 1.0 # Banner opacity (100% is 1.0) |
| 144 | +# background: "rgba(0, 0, 0, 0.8)" # Banner background (Could be a image) |
| 145 | +# height: "640px" # Banner default height |
| 146 | +# min_height: null # Banner minium height |
| 147 | +# heading_style: null # Custom heading style (e.g. "font-weight: bold; text-decoration: underline") |
| 148 | +# subheading_style: null # Custom subheading style (e.g. color: gold) |
| 149 | + |
| 150 | +# Excerpt size setting |
| 151 | +# excerpt_size: 350 |
| 152 | + |
| 153 | +# Pagination setting |
| 154 | +paginate: 10 |
| 155 | + |
| 156 | +# Disqus comments |
| 157 | +# disqus: |
| 158 | +# shortname: "Your Disqus username" |
| 159 | + |
| 160 | +# Gitment comments |
| 161 | +# gitment: |
| 162 | +# username: "Your GitHub username" |
| 163 | +# repo: "The repo to store comments" |
| 164 | +# client_id: "Your client ID" |
| 165 | +# client_secret: "Your client secret" |
| 166 | +# redirect_uri: "Your redirect url" # If you use a custom domain name |
| 167 | + |
| 168 | +# Build settings |
| 169 | +# highlighter: none |
| 170 | +markdown: kramdown |
| 171 | +kmarkdown: |
| 172 | + input: GFM |
| 173 | + |
| 174 | +plugins: |
| 175 | + - jekyll-feed |
| 176 | + - jekyll-seo-tag |
| 177 | + - jekyll-sitemap |
| 178 | + - jekyll-paginate |
| 179 | + - jekyll-spaceship |
0 commit comments