diff --git a/config/_default/config.toml b/config/_default/config.toml index bc419a9..a7139c2 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,7 +2,7 @@ baseurl = "http://localhost" languageCode = "es-es" paginate = 5 -title = "AdMichin.es" +title = "admichin" # Theme i18n support # Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 20bdb9e..2d7c60c 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -1,11 +1,11 @@ # Configure main menu and social menu -#[[main]] -#identifier = "home" -#name = "Home" -#url = "/" -#[main.params] -#icon = "home" -#newtab = true +[[main]] +identifier = "home" +name = "Home" +url = "/" +[main.params] +icon = "home" +newtab = true [[social]] identifier = "github" diff --git a/config/_default/params.toml b/config/_default/params.toml index 213760b..fd2fedf 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -12,13 +12,13 @@ published = "Jan 02, 2006" lastUpdated = "Jan 02, 2006 15:04 MST" [sidebar] -emoji = "🍥" +emoji = "🌴" subtitle = "Roberto Rodríguez. DevOps | SysAdmin" [sidebar.avatar] enabled = true -local = true -src = "img/avatar.png" +local = false +src = "https://i.imgur.com/Qv3mfms.jpg" [article] math = true @@ -75,7 +75,7 @@ enabled = true ## Comments [comments] enabled = true -provider = "disqus" +provider = "cactus" [comments.disqusjs] shortname = "" @@ -123,7 +123,7 @@ lang = "" [comments.cactus] defaultHomeserverUrl = "https://matrix.cactus.chat:8448" serverName = "cactus.chat" -siteName = "" +siteName = "admichin.es" [comments.giscus] repo = "" diff --git a/content/page/links/index.md b/content/page/links/index.md index ef8bb3e..ae902a5 100644 --- a/content/page/links/index.md +++ b/content/page/links/index.md @@ -2,9 +2,21 @@ title: Links links: - title: GitHub - description: GitHub is the world's largest software development platform. - website: https://github.com + description: GitHub es la plataforma de desarrollo de software más grande del mundo. + website: https://github.com/robertorodriguez98 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: main: weight: 4 @@ -12,22 +24,8 @@ menu: icon: link comments: false ---- - -To use this feature, add `links` section to frontmatter. -This page's frontmatter: +--- -```yaml -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 -``` +Enlaces de interés -`image` field accepts both local and external images. \ No newline at end of file diff --git a/content/post/instalacion-gitea/cover.png b/content/post/instalacion-gitea/cover.png index 777cc71..4f977ae 100644 Binary files a/content/post/instalacion-gitea/cover.png and b/content/post/instalacion-gitea/cover.png differ diff --git a/content/post/instalacion-gitea/index.md b/content/post/instalacion-gitea/index.md index 557b695..c685c41 100644 --- a/content/post/instalacion-gitea/index.md +++ b/content/post/instalacion-gitea/index.md @@ -3,6 +3,13 @@ title: "Instalación Gitea" date: 2023-06-14 08:16:38+0200 draft: false image: cover.png +categories: + - documentación +tags: + - git + - autoalojado + - docker + - vps --- # Gitea