|
1 | | -# Welcome to Jekyll! |
2 | | -# |
3 | | -# This config file is meant for settings that affect your whole blog, values |
4 | | -# which you are expected to set up once and rarely edit after that. If you find |
5 | | -# yourself editing this file very often, consider using Jekyll's data files |
6 | | -# feature for the data you need to update frequently. |
7 | | -# |
8 | | -# For technical reasons, this file is *NOT* reloaded automatically when you use |
9 | | -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
10 | | -# |
11 | | -# If you need help with YAML syntax, here are some quick references for you: |
12 | | -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml |
13 | | -# https://learnxinyminutes.com/docs/yaml/ |
14 | | -# |
15 | | -# Site settings |
16 | | -# These are used to personalize your new site. If you look in the HTML files, |
17 | | -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
18 | | -# You can create any custom variable you would like, and they will be accessible |
19 | | -# in the templates via {{ site.myvariable }}. |
20 | | - |
| 1 | +title: RavS' Site |
21 | 2 | author: |
22 | 3 | name: RavS |
23 | | -title: RavS' Site |
24 | | -# description: >- # this means to ignore newlines until "baseurl:" |
| 4 | + # email: your-email@domain.com |
| 5 | + |
| 6 | +# The `>` after `description:` means to ignore line-breaks until next key. |
| 7 | +# If you want to omit the line-break after the end of text, use `>-` instead. |
25 | 8 | description: | |
26 | 9 | © 2025 The RavS' Site. |
27 | 10 | desc2: | |
28 | 11 | Jekyll. Minima Theme. |
29 | 12 |
|
30 | | -baseurl: "" # the subpath of your site, e.g. /blog |
31 | | -url: "https://ravs.in" # the base hostname & protocol for your site, e.g. http://example.com |
32 | | - |
33 | 13 | # Build settings |
| 14 | + |
| 15 | +# If you clone the Minima repo and build locally, use this setting. |
34 | 16 | # theme: minima |
| 17 | + |
| 18 | +# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/). |
| 19 | +# If you want to use the latest Minima version on GitHub Pages, use the following setting and |
| 20 | +# add a line comment on "theme: minima" above. |
| 21 | +#remote_theme: jekyll/minima |
| 22 | + |
35 | 23 | plugins: |
36 | | - - jekyll-remote-theme |
37 | 24 | - jekyll-feed |
| 25 | + - jekyll-seo-tag |
| 26 | + - jekyll-remote-theme |
38 | 27 | - jekyll-paginate |
39 | 28 |
|
| 29 | + |
40 | 30 | paginate: 15 |
41 | 31 | paginate_path: "/blog/page:num/" |
42 | 32 |
|
43 | | -remote_theme: jekyll/minima |
| 33 | +remote_theme: jekyll/minima #This is to use the latest commit version of the V3. But may break site. |
| 34 | +# remote_theme: "jekyll/minima@43f3ed0" # This is to use the last known version which worked on the site. |
44 | 35 |
|
| 36 | +# Minima specific settings, which are only available from Minima 3.0 onward. |
45 | 37 | minima: |
46 | | - # skin: solarized |
| 38 | + # Minima skin selection. |
| 39 | + # Available skins are: |
| 40 | + # classic Default, light color scheme. |
| 41 | + # dark Dark variant of the classic skin. |
| 42 | + # auto Adaptive skin based on the default classic and dark skins. |
| 43 | + # solarized-light Light variant of solarized color scheme. |
| 44 | + # solarized-dark Dark variant of solarized color scheme. |
| 45 | + # solarized Adaptive skin for solarized color scheme skins. |
47 | 46 | skin: auto |
48 | | - date_format: "%b %-d, %Y" |
49 | | - social_links: |
50 | | - - icon: blogger # Take the icon name from font awesome site |
51 | | - url: "https://1000sher.in" # URL of profile page. |
52 | | - title: 1000Sher - My Poetry Project # Optional. Text displayed on hovering over link. |
53 | | - - icon: github |
54 | | - url: "https://github.com/codeRSH" |
55 | | - title: My Repos |
56 | 47 |
|
57 | | -future: true |
58 | | -# show_excerpts: true |
59 | | - |
60 | | -header_pages: |
| 48 | + # If you want to link only specific pages in the site-navigation, use this and list |
| 49 | + # the `path` property (as represented via Liquid) of the pages in the order they should |
| 50 | + # be rendered. |
| 51 | + nav_pages: |
61 | 52 | - blog/index.html |
62 | 53 | - blog/tags.md |
63 | 54 | - blog/search.html |
64 | 55 | - blog/about.md |
65 | 56 | - index.markdown |
66 | 57 |
|
| 58 | + # Set to `true` to show excerpts on the homepage. |
| 59 | + #show_excerpts: false |
| 60 | + |
| 61 | + # Minima date format. |
| 62 | + # The default value is "%b %d, %Y" (e.g. Nov 14, 2023) |
| 63 | + # Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this. |
| 64 | + date_format: "%b %-d, %Y" |
| 65 | + |
| 66 | + # Social Media Links |
| 67 | + # Renders icons via Font Awesome Free webfonts CDN, based on ordered list of entries. |
| 68 | + # |
| 69 | + # Entry keys: |
| 70 | + # * title Tooltip rendered on hovering over icon. |
| 71 | + # * icon Font Awesome icon id. `github` corresponds to `fa-github`. |
| 72 | + # * url Full URL of social profile. |
| 73 | + social_links: |
| 74 | + - title: 1000Sher - My Poetry Project # Optional. Text displayed on hovering over link. |
| 75 | + icon: blogger # Take the icon name from font awesome site |
| 76 | + url: "https://1000sher.in" # URL of profile page. |
| 77 | + - title: My Repos |
| 78 | + icon: github |
| 79 | + url: "https://github.com/codeRSH" |
| 80 | + |
67 | 81 | sass: |
68 | 82 | quiet_deps: true |
69 | | -# Exclude from processing. |
70 | | -# The following items will not be processed, by default. |
71 | | -# Any item listed under the `exclude:` key here will be automatically added to |
72 | | -# the internal "default list". |
73 | | -# |
74 | | -# Excluded items can be processed by explicitly listing the directories or |
75 | | -# their entries' file path in the `include:` list. |
76 | | -# |
77 | | -# exclude: |
78 | | -# - .sass-cache/ |
79 | | -# - .jekyll-cache/ |
80 | | -# - gemfiles/ |
81 | | -# - Gemfile |
82 | | -# - Gemfile.lock |
83 | | -# - node_modules/ |
84 | | -# - vendor/bundle/ |
85 | | -# - vendor/cache/ |
86 | | -# - vendor/gems/ |
87 | | -# - vendor/ruby/ |
0 commit comments