1
- remote_theme :
daattali/[email protected]
1
+ remote_theme :
" daattali/[email protected] "
2
2
3
3
# --- Required options --- #
4
+ # ###########################
4
5
5
6
# Name of website
6
- title : César Román - Coder, Blogger
7
+ title : " César Román - Coder, Blogger"
7
8
url : " https://cesar.coatl.dev"
8
9
9
10
# Your name to show in the footer
10
- author : César Román
11
+ author : " César Román"
11
12
13
+ # ##############################################
12
14
# --- List of links in the navigation bar --- #
15
+ # ##############################################
13
16
14
17
navbar-links :
15
18
About Me : " about"
@@ -20,7 +23,9 @@ navbar-links:
20
23
Projects :
21
24
- incendium : " https://github.com/ignition-incendium/incendium"
22
25
26
+ # ###############
23
27
# --- Logo --- #
28
+ # ###############
24
29
25
30
# Image to show in the navigation bar - works best with a square image
26
31
# Remove this parameter if you don't want an image in the navbar
@@ -34,21 +39,26 @@ round-avatar: true
34
39
# title-img: /path/to/image
35
40
36
41
42
+ # ####################################
37
43
# --- Footer social media links --- #
44
+ # ####################################
38
45
39
46
# Select the social network links that you want to show in the footer.
47
+ # You can change the order that they show up on the page by changing the order here.
40
48
# Uncomment the links you want to show and add your information to each one.
41
49
social-network-links :
42
50
43
- github : cesarcoatl
44
- mastodon : fosstodon.org/@ cesarcoatl
45
- # twitter: cesarcoatl
51
+ rss : true
52
+ github : " cesarcoatl"
53
+ mastodon : " fosstodon.org/@ cesarcoatl"
46
54
47
- # If you want to show a link to an RSS in the footer, add the site description here.
48
- # If you don't want to show an RSS link, remove the following line.
49
- rss-description : cesar.coatl.dev feed
55
+ # If you want your website to generate an RSS feed, provide a description
56
+ # The URL for the feed will be https://<your_website>/feed.xml
57
+ rss-description : " cesar.coatl.dev feed"
50
58
59
+ # ##########################
51
60
# --- General options --- #
61
+ # ##########################
52
62
53
63
# Select which social network share links to show in posts
54
64
share-links-active :
@@ -61,19 +71,35 @@ share-links-active:
61
71
# Remove this if you don't want a link in the footer
62
72
url-pretty : " cesar.coatl.dev"
63
73
74
+ # Add the website title to the title of every page
75
+ title-on-all-pages : true
76
+
64
77
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
65
- excerpt_length : 20
78
+ excerpt_length : 50
66
79
67
80
# Whether or not to show an excerpt for every blog post in the feed page
68
81
feed_show_excerpt : true
69
82
70
83
# Whether or not to show a list of tags below each post preview in the feed page
71
84
feed_show_tags : true
72
85
86
+ # Add a search button to the navbar
87
+ post_search : true
88
+
89
+ # Add a button in the footer to edit the current page. Only works if your website is hosted on GitHub
90
+ # edit_page_button: true
91
+
92
+ # Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu
93
+ # If this setting is off, then long sub-menu words might get cut off
94
+ # See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve
95
+ navbar-var-length : false
96
+
73
97
# The keywords to associate with your website, for SEO purposes
74
98
keywords : " azure,coatl,coatl.dev,coatl-dev,__coatldev__,data,homebrew,macos,pycharm,python,sql,cesarcoatl,vscode"
75
99
100
+ # #####################################
76
101
# --- Colours / background image --- #
102
+ # #####################################
77
103
78
104
# Personalize the colours in your website. Colour values can be any valid CSS colour
79
105
@@ -87,6 +113,7 @@ hover-col: "#0085A1"
87
113
footer-col : " #EAEAEA"
88
114
footer-text-col : " #777777"
89
115
footer-link-col : " #404040"
116
+ footer-hover-col : " #0085A1"
90
117
91
118
# Alternatively, the navbar, footer, and page background can be set to an image
92
119
# instead of colour
@@ -106,66 +133,34 @@ footer-link-col: "#404040"
106
133
# site-js:
107
134
# - "/assets/js/custom-script.js"
108
135
109
- # --- Web Analytics Section --- #
110
-
111
- # Fill in your Google Analytics gtag.js ID to track your website using gtag
112
- # gtag: ""
113
-
114
- # Fill in your Google Analytics ID to track your website using Google Analytics
115
- # google_analytics: ""
116
-
117
- # Google Tag Manager ID
118
- # gtm: ""
119
-
120
- # Matomo (aka Piwik) Web statistics
121
- # Uncomment the following section to enable Matomo. The opt-out parameter controls
122
- # whether or not you want to allow users to opt out of tracking.
123
- # matomo:
124
- # site_id: "9"
125
- # uri: "demo.wiki.pro"
126
- # opt-out: true
127
-
136
+ # ###################
128
137
# --- Comments --- #
129
-
130
- # To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
131
- disqus : " thecesrom-dev"
132
-
133
- # To use Facebook Comments, create a Facebook app and fill in the Facebook App ID
134
- # fb_comment_id: ""
135
-
136
- # To use Utterances comments: (0) uncomment the following section, (1) fill in
137
- # "repository" (make sure the repository is public), (2) Enable Issues in your repository,
138
- # (3) Install the Utterances app in your repository https://github.com/apps/utterances
139
- # See more details about the parameters below at https://utteranc.es/
140
- # utterances:
141
- # repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
142
- # issue-term: title # Mapping between blog posts and GitHub issues
143
- # theme: github-light # Utterances theme
144
- # label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
145
-
146
- # To use Staticman comments, first invite `staticmanlab` as a collaborator to your repository and
147
- # accept the invitation by going to `https://staticman3.herokuapp.com/v3/connect/github/<username>/<repo-name>`.
148
- # Then uncomment the following section and fill in "repository" and "branch".
149
- # If you want to use reCaptcha for staticman (optional for spam protection), then fill
150
- # in the "siteKey" and "secret" parameters below and also in `staticman.yml`.
151
- # See more details at https://staticman.net/
152
- # staticman:
153
- # repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
154
- # branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
155
- # endpoint : # (optional) URL of your own deployment, with a trailing slash eg. https://<your-api>/v3/entry/github/ (will fallback to a public GitLab instance)
156
- # reCaptcha:
157
- # siteKey : # Use your own site key, you need to apply for one on Google
158
- # secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
159
-
138
+ # ###################
139
+
140
+ giscus :
141
+ hostname : " giscus.app"
142
+ repository : " cesarcoatl/cesarcoatl.github.io"
143
+ repository-id : " MDEwOlJlcG9zaXRvcnkyOTA5NDAyNjU="
144
+ category : " General"
145
+ category-id : " DIC_kwDOEVdlac4CeNaz"
146
+ mapping : " pathname"
147
+ reactions-enabled : " 1"
148
+ emit-metadata : " 0"
149
+ theme : " light"
150
+
151
+ # ###############
160
152
# --- Misc --- #
153
+ # ###############
161
154
162
155
# Ruby Date Format to show dates of posts
163
156
date_format : " %Y-%m-%d"
164
157
165
158
# Facebook App ID
166
159
# fb_app_id: ""
167
160
161
+ # ################################################################################
168
162
# --- You don't need to touch anything below here (but you can if you want) --- #
163
+ # ################################################################################
169
164
170
165
# Output options (more information on Jekyll's site)
171
166
timezone : " America/Tijuana"
0 commit comments