Skip to content

Commit

Permalink
Agregar _config.yml para feed RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
arandanos80 committed Jan 29, 2024
1 parent 1206e5f commit 7cc36f7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@

# Configuración de Jekyll
markdown: kramdown
theme: jekyll-theme-primer # Cambia al tema que prefieras

# Configuración de GitHub Pages
repository: arandanos80/Tip_Of_The_Week/ # Cambia a tu nombre de usuario y nombre del repositorio
baseurl: "" # Si tu repositorio no está en una subcarpeta, deja esto en blanco
url: "https://arandanos80.github.io" # Cambia a tu nombre de usuario
source: docs # Carpeta que contiene tu contenido
destination: ./docs/_site # Carpeta donde se generará el sitio
destination: ./docs/Tips # Carpeta donde se generará el sitio

plugins:
- jekyll-feed
# Agrega otros plugins según sea necesario

# Configuración del Tema
theme:
name: jekyll-theme-primer
version: 0.6.0 # Reemplaza con la versión específica que desees utilizar

# Configuración de Sass
sass:
sass_dir: _sass
style: compressed # Puedes cambiar esto según tus preferencias
style: compressed

# Otras configuraciones según tus necesidades

0 comments on commit 7cc36f7

Please sign in to comment.