-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Merge conflicts with master branch
- Loading branch information
Showing
17 changed files
with
1,018 additions
and
52 deletions.
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 |
---|---|---|
@@ -0,0 +1,229 @@ | ||
![image](assets/img/header.png) | ||
|
||
|
||
<p style="margin: -20px 0 30px"> | ||
<a href="https://www.buymeacoffee.com/migueravila" target="_blank" style='margin-right:0px; margin-top:5px'> | ||
<img align="center" src="https://github.com/migueravila/Bento/blob/master/assets/img/donation.png" alt="donation" height="35px" /> | ||
</a> | ||
|
||
<a href="https://migueravila.github.io/Bento/" target="_blank" style='margin-right:0px; margin-top:5px'> | ||
<img align="center" src="https://github.com/migueravila/Bento/blob/master/assets/img/live.png" alt="live-preview" height="35px" /> | ||
</a> | ||
</p> | ||
|
||
<br /> | ||
|
||
## π Γndice | ||
- [π Γndice](#-indice) | ||
- [β¨ CaracterΓsticas](#-caracteistΓcas) | ||
- [π Usos](#-usos) | ||
- [Como pΓ‘gina de inicio](#como-pΓ‘gina-de-inicio) | ||
- [Como una nueva pestaΓ±a](#como-una-nueva-pestaΓ±a) | ||
- [π¨ PersonalizaciΓ³n](#-personalizaciΓ³n) | ||
- [π General: Nombre, Imagen De Fondo y Saludos](#-nombre-imagen-de-fondo-y-saludos) | ||
- [π·οΈ Botones de enlace](#οΈ-enlaces-de-botones) | ||
- [π Lista de enlaces](#-lista-de-enlaces) | ||
- [βοΈ Clima: Clave De La Api, Iconos y Grupos](#οΈ-Clima-clave-de-la-api-iconos-y-grupos) | ||
- [π Colores](#-colores) | ||
|
||
|
||
## β¨ CaracterΓsticas | ||
|
||
- **ConfiguraciΓ³n Sencilla** de archivos. | ||
- **Modo Claro/Obscuro** puedes alternarlos y se guardara en tu almacenamiento local. | ||
- **Fecha y Hora**, puedes utilizar el formato de 24 horas (predeterminado) o el de 12 horas. | ||
- **Saludos** fΓ‘ciles de modificar. | ||
- **Variables** para colores y tamaΓ±os de fuente personalizados en el cΓ³digo del archivo `style.css`. | ||
- **Iconos** todos los iconos provienen de [Feather Icons](https://feathericons.com/) (Otros los hice yo mismo, tomando los iconos de Feather Icons como base). | ||
- **Archivos Modulares** de JavaScript para una lectura sencilla. | ||
|
||
## π Usos | ||
|
||
#### Como pΓ‘gina de inicio | ||
|
||
1. Haz un Fork de este repositorio | ||
2. Activa el servicio de GitHub Pages `Settings > GitHub Pages > Source [rama master] > Save` | ||
3. ConfigΓΊrala como pΓ‘gina de inicio: | ||
- Haz click en el botΓ³n MenΓΊ, selecciona Opciones, selecciona Preferencias | ||
- Haz click en el panel de inicio. | ||
- Haz click en el menΓΊ al lado de Inicio y Nuevas Ventanas. Elige la opciΓ³n de mostrar URL's personalizadas, despuΓ©s, aΓ±ade el enlace de tu GitHub Pages. | ||
|
||
#### Como una nueva pestaΓ±a | ||
|
||
Puedes utilizar distintos Add-ons/Extensiones para ello | ||
|
||
- Si usas Firefox: [Custom New Tab Page](https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab-page/?src=search) | ||
- Si usas Chromium (Brave, Vivaldi, Chrome): [Custom New Tab URL](https://chrome.google.com/webstore/detail/custom-new-tab-url/mmjbdbjnoablegbkcklggeknkfcjkjia) | ||
|
||
## π¨ PersonalizaciΓ³n | ||
|
||
Casi todas la personalizaciΓ³n puede ser configurada desde el archivo `config.js`: | ||
|
||
### π General: Nombre, Imagen De Fondo y Saludos | ||
|
||
Para cambiar el nombre por defecto, los saludos y si deseas tener una imagen de fondo o abrir los enlaces en una nueva pestaΓ±a, edita las primeras configuraciones en el archivo `config.js`. | ||
|
||
```js | ||
// General | ||
name: 'John', | ||
imageBackground: false, | ||
openInNewTab: true, | ||
|
||
// Saludos | ||
greetingMorning: 'Good morning!', | ||
greetingAfternoon: 'Good afternoon,', | ||
greetingEvening: 'Good evening,', | ||
greetingNight: 'Go to Sleep!', | ||
|
||
``` | ||
|
||
> Puedes cambiar el fondo, sustituyendo el archivo `background.jpg` en la carpeta `assets`. | ||
![](assets/img/previewbg.png) | ||
|
||
### π·οΈ Botones de Enlace**** | ||
|
||
Para editar los botones solo tienes que cambiar la siguiente lista en el archivo `config.js` eligiendo un enlace, un icono proveniente de [Feather Icons](https://feathericons.com/) y un nombre: | ||
|
||
```js | ||
cards: [ | ||
{ | ||
id: '1', | ||
name: 'Github', | ||
icon: 'github', | ||
link: 'https://github.com/', | ||
}, | ||
{ | ||
id: '2', | ||
name: 'Mail', | ||
icon: 'mail', | ||
link: 'https://mail.protonmail.com/', | ||
}, | ||
{ | ||
id: '3', | ||
name: 'Todoist', | ||
icon: 'trello', | ||
link: 'https://calendar.google.com/calendar/r', | ||
}, | ||
{ | ||
id: '4', | ||
name: 'Calendar', | ||
icon: 'calendar', | ||
link: 'https://calendar.google.com/calendar/r', | ||
}, | ||
{ | ||
id: '5', | ||
name: 'Reddit', | ||
icon: 'bookmark', | ||
link: 'https://reddit.com', | ||
}, | ||
{ | ||
id: '6', | ||
name: 'Odysee', | ||
icon: 'youtube', | ||
link: 'https://odysee.com/', | ||
}, | ||
], | ||
``` | ||
|
||
### π Lista de enlaces | ||
|
||
Lo mismo pasa con la lista de enlaces, puedes cambiar la lista de iconos (tambiΓ©n provenientes de [Feather Icons](https://feathericons.com/)) y los enlaces: | ||
|
||
```js | ||
//Iconos | ||
firstListIcon: 'music', | ||
secondListIcon: 'coffee', | ||
|
||
// Enlaces | ||
lists: { | ||
firstList: [ | ||
{ | ||
name: 'Inspirational', | ||
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', | ||
}, | ||
{ | ||
name: 'Classic', | ||
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', | ||
}, | ||
{ | ||
name: 'Oldies', | ||
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', | ||
}, | ||
{ | ||
name: 'Rock', | ||
link: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', | ||
}, | ||
], | ||
secondList: [ | ||
{ | ||
name: 'Linkedin', | ||
link: 'https://linkedin.com/', | ||
}, | ||
{ | ||
name: 'Figma', | ||
link: 'https://figma.com/', | ||
}, | ||
{ | ||
name: 'Dribbble', | ||
link: 'https://dribbble.com', | ||
}, | ||
{ | ||
name: 'Telegram', | ||
link: 'https://webk.telegram.org', | ||
}, | ||
], | ||
}, | ||
``` | ||
|
||
### βοΈ Clima: Clave De La Api, Iconos y Grupos | ||
|
||
Para configurar el widget del clima necesitaras una clave de API proveniente de: `https://openweathermap.org/`. Una vez que hayas obtenido tu clave, necesitaras configurar tu latitud y longitud, para ello puedes usar: `https://www.latlong.net/` para obtenerlas. | ||
|
||
Finalmente, escoge un set de iconos: | ||
|
||
![](assets/img/icons.png) | ||
|
||
- **Nord** Usa el esquema de colores Nord si te encantan los colores agradables a la vista. | ||
- **OneDark** (_Predeterminado_) Usa el esquema de colores One Dark Pro. | ||
- **Dark** Para usuarios que solo usan temas claros y quieren un look minimalista. | ||
- **White** Para usuarios que solo usan temas oscuros y quieren un look minimalista. | ||
|
||
Finalmente, solo aΓ±Γ‘delos al archivo `config.js`. | ||
|
||
```js | ||
// clima | ||
weatherKey: 'InsertYourAPIKeyHere123456', | ||
weatherIcons: 'OneDark', | ||
weatherUnit: 'C', | ||
weatherLatitude: '37.774929', | ||
weatherLongitude: '-122.419418', | ||
``` | ||
|
||
### π Colores | ||
|
||
En el archivo `app.css` puedes cambiar las variables para cualquiera de los temas (Oscuro y Claro): | ||
|
||
```css | ||
/* Tema Claro */ | ||
|
||
:root { | ||
--accent: #61b0f1; /* Hover color */ | ||
--bg: #f5f5f5; /* Background color */ | ||
--sbg: #e4e6e6; /* Cards color */ | ||
--fg: #3a3a3a; /* Foreground color */ | ||
--sfg: #3a3a3a; /* Sceondary Foreground color */ | ||
} | ||
|
||
/* Tema Oscuro */ | ||
|
||
.darktheme { | ||
--accent: #61b0f1; /* Hover color */ | ||
--bg: #19171a; /* Background color */ | ||
--sbg: #201e21; /* Cards color */ | ||
--fg: #d8dee9; /* Foreground color */ | ||
--sfg: #3a3a3a; /* Secondary Foreground color */ | ||
} | ||
``` | ||
|
||
![](assets/img/subheader.png) |
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.