-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f1254c
commit 1a1cb7a
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
title: Tip_Of_The_Week | ||
# _config.yml | ||
|
||
# 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 | ||
|
||
plugins: | ||
- jekyll-feed | ||
# Agrega otros plugins según sea necesario | ||
|
||
# Configuración de Sass | ||
sass: | ||
sass_dir: _sass | ||
style: compressed # Puedes cambiar esto según tus preferencias | ||
|
||
# Otras configuraciones según tus necesidades |
Empty file.
Empty file.