Skip to content

Commit fdc4248

Browse files
committed
Now favicon shows
1 parent f6c9409 commit fdc4248

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ A typicall organized structure of a Jeckyll project may be something like this:
9999
└── _site/ # Output generated by Jekyll (DO NOT EDIT)
100100
```
101101

102-
102+
### Troubleshooting
103+
* Can't see my favicon?: Clear Cache. Try a hard refresh (Ctrl + F5 or Cmd + Shift + R) or open in incognito mode. Browsers often cache favicons aggressively, and sometimes a simple refresh won't show the new favicon.
103104

104105

105106

_config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
### Site Settings ###
22
source : ./ ## Indica la raíz de tu proyecto. Jekyll busca aquí todo el contenido y los archivos necesarios para generar el sitio
33

4+
5+
46
### Site Settings ###
57
title : agarnung.github.io
68
description : >-
@@ -16,7 +18,9 @@ open_new_tab : true # Opens external URLs (<a href="
1618

1719
# URL completa del sitio:
1820
url: "" # Empty for local development
19-
url: "https://agarnung.github.io " # En producción
21+
#url: "https://agarnung.github.io " # En producción
22+
23+
2024

2125
### Plugins ###
2226
plugins:
@@ -26,13 +30,16 @@ github:
2630
- repo: agarnung/agarnung.github.io
2731
- branch: main
2832

33+
34+
2935
### Navbar Settings ###
3036
nav_exclude: # The following paths are excluded from navbar
3137
- pages/tags.html
3238
- pages/404.html
3339
- pages/index.md
3440

3541

42+
3643
### Author Info ###
3744
author:
3845
name : Alejandro Garnung Menéndez
@@ -58,29 +65,34 @@ author:
5865
# keybase : your_username
5966

6067

68+
6169
### Posts ###
6270
permalink: /blog/:title
6371

6472

73+
6574
### Collections ###
6675
collections:
6776
projects:
6877
output: true
6978
permalink: /projects/:name
7079

7180

81+
7282
### Disqus ###
7383
disqus:
7484
shortname: your-short-name-disqus # Your website Shortname on disqus
7585

7686

87+
7788
### Analytics ###
7889
analytics:
7990
enabled: false # Set true to enable analytics
8091
google:
8192
tracking_id: your-google-tracking-id
8293

8394

95+
8496
### Buy me a coffee ###
8597
# See https://www.buymeacoffee.com/
8698
buymeacoffee:
@@ -91,6 +103,7 @@ buymeacoffee:
91103
description: "Support me on Buy me a coffee!"
92104

93105

106+
94107
### Defaults for collections ###
95108
defaults:
96109
- scope:
@@ -105,6 +118,7 @@ defaults:
105118
comments: false # Set to true to enable disqus comments
106119

107120

121+
108122
### Exclude from processing ###
109123
exclude:
110124
- README.md

0 commit comments

Comments
 (0)