modificada configuración

main
Roberto Rodríguez 1 year ago
parent 1bfb0ebc2e
commit 3d4f8d7acc

@ -2,7 +2,7 @@
baseurl = "http://localhost" baseurl = "http://localhost"
languageCode = "es-es" languageCode = "es-es"
paginate = 5 paginate = 5
title = "AdMichin.es" title = "admichin"
# Theme i18n support # Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar # Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar

@ -1,11 +1,11 @@
# Configure main menu and social menu # Configure main menu and social menu
#[[main]] [[main]]
#identifier = "home" identifier = "home"
#name = "Home" name = "Home"
#url = "/" url = "/"
#[main.params] [main.params]
#icon = "home" icon = "home"
#newtab = true newtab = true
[[social]] [[social]]
identifier = "github" identifier = "github"

@ -12,13 +12,13 @@ published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST" lastUpdated = "Jan 02, 2006 15:04 MST"
[sidebar] [sidebar]
emoji = "🍥" emoji = "🌴"
subtitle = "Roberto Rodríguez. DevOps | SysAdmin" subtitle = "Roberto Rodríguez. DevOps | SysAdmin"
[sidebar.avatar] [sidebar.avatar]
enabled = true enabled = true
local = true local = false
src = "img/avatar.png" src = "https://i.imgur.com/Qv3mfms.jpg"
[article] [article]
math = true math = true
@ -75,7 +75,7 @@ enabled = true
## Comments ## Comments
[comments] [comments]
enabled = true enabled = true
provider = "disqus" provider = "cactus"
[comments.disqusjs] [comments.disqusjs]
shortname = "" shortname = ""
@ -123,7 +123,7 @@ lang = ""
[comments.cactus] [comments.cactus]
defaultHomeserverUrl = "https://matrix.cactus.chat:8448" defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
serverName = "cactus.chat" serverName = "cactus.chat"
siteName = "" siteName = "admichin.es"
[comments.giscus] [comments.giscus]
repo = "" repo = ""

@ -2,9 +2,21 @@
title: Links title: Links
links: links:
- title: GitHub - title: GitHub
description: GitHub is the world's largest software development platform. description: GitHub es la plataforma de desarrollo de software más grande del mundo.
website: https://github.com website: https://github.com/robertorodriguez98
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- title: LinkedIn
description: LinkedIn es una red social orientada al uso empresarial, a los negocios y al empleo.
website: https://www.linkedin.com/in/roberto-rodriguez-marquez/
image: https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png
- title: Gitea
description: Servidor de git autoalojado.
website: https://gitea.admichin.es/
image: https://upload.wikimedia.org/wikipedia/commons/b/bb/Gitea_Logo.svg
- title: Planka
description: Alternativa a trello autoalojada.
website: https://planka.admichin.es/
image: https://cdn.iconscout.com/icon/free/png-256/free-trello-4670137-3878257.png
menu: menu:
main: main:
weight: 4 weight: 4
@ -12,22 +24,8 @@ menu:
icon: link icon: link
comments: false comments: false
---
To use this feature, add `links` section to frontmatter.
This page's frontmatter: ---
```yaml Enlaces de interés
links:
- title: GitHub
description: GitHub is the world's largest software development platform.
website: https://github.com
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
- title: TypeScript
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
website: https://www.typescriptlang.org
image: ts-logo-128.jpg
```
`image` field accepts both local and external images.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

@ -3,6 +3,13 @@ title: "Instalación Gitea"
date: 2023-06-14 08:16:38+0200 date: 2023-06-14 08:16:38+0200
draft: false draft: false
image: cover.png image: cover.png
categories:
- documentación
tags:
- git
- autoalojado
- docker
- vps
--- ---
# Gitea # Gitea

Loading…
Cancel
Save