--- /dev/null
+*~
+public_html/
--- /dev/null
+# Sitio web de Salamandra Devs
+
+Este sitio es un desarrollo comunitario, liderado desde Salamandra Devs con el apoyo de la comunidad de Telegram de Salamandra Devs
+
+## Contribuir
+
+Puedes ayudar a la construcción del sitio con tus contribuciones, mientras vas aprendiendo.
+
+Primero que todo ingresa al grupo de télegram [aquí](https://t.me/salamandradevs), allí te ayudaremos para que te hagas parte del proyecto y aprendas junto con la comunidad. No es necesario que seas un desarrollador experiemtado, solo que tengas unos fundamentos mínimos de CSS y HTML, cualquier otra cosa es útil también, pero con esto bastará para que aprendas mucho.
+
+## Red
+
+Este sitio está publicado en la CDN de Netlify
+
+TODO: Insertar badget de Netlify
+
+
--- /dev/null
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+author: Salamandra Devs
+description:
+draft: true
+tags:
+ -
+categories:
+ -
+series:
+ -
+image: images/blog/blank.jpg
+icon: images/icons/blank_icon.svg
+---
--- /dev/null
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
--- /dev/null
+baseURL = "https://salamandradevs.site/"
+languageCode = "es-co"
+title = "Salamandra Devs"
+theme = "droda"
+publishDir = "public_html"
+
+disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT"]
+buildFuture = true # Por defecto hugo no construye contenido con fecha futura.
+
+[menu]
+[[menu.main]]
+ identifier = 'chat'
+ name = 'Telegram'
+ pre = "<i class='fa-brands fa-telegram'></i>"
+ url ='https://t.me/salamandradevs'
+ weight = -110
+[[menu.main]]
+ identifier = 'meets'
+ name = 'Reuniones'
+ pre = "<i class='fa-regular fa-comments'></i>"
+ url ='https://agora.salamandradevs.site'
+ weight = -100
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+
--- /dev/null
+logo = "images/site_logo.svg"
+
+# JavaScript de terceros
+[[plugins.js]]
+link = "https://kit.fontawesome.com/dfd09db611.js"
+
+# Links sociales
+[[social]]
+link = "https://wa.link/q6fg6w"
+fontAwesomeClass = "fab fa-whatsapp"
+hr = true
+[[social]]
+link = "https://instagram.com/salamandradevs"
+fontAwesomeClass = "fab fa-instagram"
+hr = false
+[[social]]
+link = "https://www.linkedin.com/company/nombre/"
+fontAwesomeClass = "fab fa-linkedin"
+hr = false
+[[social]]
+link = "https://twitter.com/salamandradevs"
+fontAwesomeClass = "fab fa-twitter"
+hr = false
--- /dev/null
+---
+title: Inicio
+bannerImage: "images/banner_home.svg"
+---
--- /dev/null
+---
+title: Acerca de
+bannerImage: "images/banner_about.png"
+---
--- /dev/null
+---
+title: Historia
+description: La historia de cómo se formó Salamandra Devs
+icon: images/icons/history_icon.svg
+---
+
+Internet está lleno de comunidades enormes y maravillosas de desarrolladores de software, administradores de servidores, científicos de datos, entusiastas de los vídeo juegos, los dispositivos embebidos y más, mucho más. Salmandra Devs no hace nada distinto a todo lo que ya existe, pero sí recoge muchas visiones sobre cómo una comunidad tecnológica debería funcionar.
+
+Cuando nos planteamos crear la comunidad de Salamandra Devs en el año 2022, todo inició como un canal de Telegram para ayudar, rápidamente incorporó un exitoso canal de Youtube con tutoriales y cursos de alta calidad totalmente gratuitos, hasta llegar a convertirse en una comunidad con la que te puedes apoyar para avanzar en tus estudios o tus proyectos, con un blog comunitario de excelente calidad en sus publicaciones.
--- /dev/null
+---
+title: Equipo
+icon: images/icons/team_icon.svg
+description: El equipo detrás de Salamandra Devs
+---
+
+El equipo de Salamandra Devs lo conforman los colaboradores más activos del sitio web y del chat de [Télegram](t.me/salamandradevs). Por tanto siempre hay oportunidades de formar parte del equipo, solo tienes que empezar a compartir tu conocimiento en Telegram y colaborar con el sitio web.
+
+### Nuestros devs
+Conoce a nuestros desarrolladores, justo donde podrías estar tu.
+
+| Nombre | Profesión o habilidades | Karma | Avatar |
+| -------------- | ------------------------------ | ---------- | ----------------------- |
+| Odair Trujillo | Desarrollador web y blockchain | Elevado | ![Odair](odair.jpg) |
+| Eugenio Llanos | Analista de datos, backend dev | Elevado | ![Eugenio](eugenio.jpg) |
+| Nicolás Llanos | Desarrollador backend, bot dev | Intermedio | ![Nicolás](nicolas.jpg) |
+| Nicolás Llanos | Desarrollador backend, bot dev | Intermedio | ![Ricardo](ricardo.jpg) |
+
+
--- /dev/null
+---
+title: Bienvenidos
+date: 2023-01-13T12:00:06+09:00
+author: Odair Trujillo
+description: Artículo de prueba.
+draft: false
+tags:
+ - nuevo
+ - bienvenida
+ - saludo
+categories:
+ - mensajes
+series:
+ - ""
+image: images/blog/coding.jpg
+icon: images/icons/search.svg
+---
+Hola, bienvenido al blog de Salamandra Devs. Este es un artículo de bienvenida.
+
+Esperamos que vuelvas pronto para conocer más.
--- /dev/null
+---
+title: Blog
+bannerImage: "images/banner_blog.svg"
+---
--- /dev/null
+/* ESTILOS CSS PARA EL SITIO WEB DE SALAMANDRADEVS */
+
+/* Copyright GNU LGPL.
+ Puedes copiar, modificar y usar este software bajo los términos de la licencia general de uso público reducida de GNU.
+ Encontrarás una copia de la licencia aquí https://www.gnu.org/licenses/lgpl-3.0.html */
+
+/* Metodología mobile first o pantallas pequeñas primero.
+ Primero se escriben las reglas para el ancho de portview
+ más pequeño a considerar */
+
+/* VARIABLES Y REGLAS GENERALES */
+@charset "UTF-8";
+
+* {
+ box-sizing: border-box;
+}
+
+:root {
+ --bgColorDark: #006b91;
+ --bgColorLight: #D2D2D2;
+ --globalScale: 1;
+}
+
+h1 {
+ font-size: 6rem;
+}
+
+h2 {
+ font-size: 4rem;
+}
+
+h3 {
+ font-size: 3rem;
+}
+
+h4 {
+ font-size: 2rem;
+}
+
+p {
+ font-size: 1.5rem;
+}
+
+h1, h2, h3, h4, p {
+ padding: 0.5rem 0;
+ margin: 0;
+}
+
+ a:link,
+ a:visited,
+ a:hover,
+ a:active {
+ text-decoration: none;
+ font-size: 1.5rem;
+ }
+
+html {
+ font-size: calc(62.5% * var(--globalScale));
+ background-color: var(--bgColorDark);
+}
+
+/* REGLAS DEL HOME */
+
+body {
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-template-rows: 5rem 1fr 5rem;
+ grid-template-areas: /* No mostramos el aside en móbiles */
+ "navbar"
+ "main"
+ "footer";
+ height: 100vh;
+ margin: 0;
+}
+
+aside {
+ grid-area: aside;
+ display: none;
+ flex-flow: column nowrap;
+ align-items: flex-start;
+ justify-content: flex-start;
+ width: 100%;
+ padding: 0 1rem;
+}
+
+aside .item {
+ display: flex;
+ flex-flow: row nowrap;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 1.5rem;
+ width: 100%;
+ padding: 1rem 0;
+}
+
+nav {
+ grid-area: navbar;
+ display: flex;
+ flex-flow: row nowrap;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+ padding: 0 2rem;
+ }
+
+main {
+ grid-area: main;
+ margin: 2rem;
+}
+
+main hr {
+ width: 100%;
+}
+
+.articles {
+ display: flex;
+ flex-flow: row wrap;
+ align-items: flex-start;
+ justify-content: space-between;
+}
+
+.articles article {
+ width: 30rem;
+ border: 1px solid;
+ border-radius: 0.5rem;
+ padding: 1rem;
+ margin: 1rem;
+}
+
+.content table {
+ padding-top: 2rem;
+ margin: 0 auto;
+}
+
+.content table img {
+ width: 3rem;
+}
+
+.content table td {
+ padding: 0 0.3rem;
+}
+
+footer {
+ grid-area: footer;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ padding: 0 2rem;
+}
+
+.greetings {
+ background-color: var(--bgColorLight);
+ width: 80%;
+ heigth: 80%;
+ margin: 0 auto;
+}
+
+@media screen and (min-width: 780px) {
+ :root {
+ --globalScale: 1.5;
+ }
+
+ body {
+ grid-template-columns: 11rem 1fr;
+ grid-template-areas: /* Tabletas se muestra el aside */
+ "navbar navbar"
+ "aside main"
+ "footer footer";
+ }
+
+ aside {
+ display: flex;
+ }
+
+}
+
+@media screen and (min-width: 1280px) {
+ :root {
+ --globalScale: 2;
+ }
+}
--- /dev/null
+// CODE SECTION: greetings
+const title = document.querySelector("title");
+
+console.log("Gracias por visitar a " + title.innerHTML);
--- /dev/null
+[es]
+1 = "Enero"
+2 = "Febrero"
+3 = "Marzo"
+4 = "Abril"
+5 = "Mayo"
+6 = "Junio"
+7 = "Julio"
+8 = "Agosto"
+9 = "Septiembre"
+10 = "Octubre"
+11 = "Noviembre"
+12 = "Diciembre"
--- /dev/null
+{{ define "main" }}
+ <main>
+ <h1>Error 404 - Página no encontrada</h1>
+ </main>
+{{ end }}
--- /dev/null
+<article>
+ <p>{{ .Description }}</p>
+ <hr>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+</article>
--- /dev/null
+<!DOCTYPE html>
+<html lang="es" dir="ltr">
+ <head>
+ <meta charset="utf-8">
+ <title>{{ .Site.Title }}</title>
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
+ <link rel="icon" href="{{ "images/favicon.png" | absURL }}" sizes="any" type="image/png" />
+ <meta name="base-url" content="{{ .Site.BaseURL | absURL }}">
+ <meta name="kind" content="{{ .Page.Kind }}">
+ {{ "<!-- Main styles -->" | safeHTML }}
+ {{ $homeStyles := resources.Get "css/main.css"}}
+ <link rel="stylesheet" href="{{ $homeStyles.Permalink }}">
+ </head>
+ <body>
+ {{ partial "aside.html" . }}
+ {{ partial "navbar.html" . }}
+ {{ block "main" . }}{{ end }}
+ {{ partial "footer.html" . }}
+ </body>
+ {{ "<!-- Main Script -->" | safeHTML }}
+ {{ $mainScript := resources.Get "js/main.js" }}
+ <script src="{{ $mainScript.Permalink }}"></script>
+ {{ "<!-- JS Thirparties -->" | safeHTML }}
+ {{ range .Site.Params.plugins.js }}
+ <script src="{{ .link | absURL }}" crossorigin="anonymous"></script>
+ {{ end }}
+</html>
--- /dev/null
+{{ define "main" }}
+<main>
+ <div class="articles">
+ {{ $paginator := .Paginate (where .Data.Pages "Section" .Section) }}
+ {{ range $paginator.Pages }}
+ {{ .Render "article" }}
+ {{ end }}
+ </div>
+</main>
+{{ end }}
--- /dev/null
+{{ define "main" }}
+{{ "<!-- Layout para contenido del blog -->" | safeHTML }}
+<main>
+ <h2>{{ .Title }}</h2>
+ <hr>
+ <div class="content">
+ {{ .Content }}
+ </div>
+</main>
+{{ end }}
--- /dev/null
+{{ "<!-- Layout for about page -->" | safeHTML }}
+{{ define "main" }}
+ {{ partial "menu/sidebar.html" . }}
+ {{ partial "menu/sidebar.html" . }}
+ <main>
+ <div class="about">{{ .Site.title }}</div>
+ </main>
+ {{ partial "footer.html" . }}
+{{ end }}
+cus
\ No newline at end of file
--- /dev/null
+{{ define "main" }}
+{{ "<!-- Layout para el acerca de ... -->" | safeHTML }}
+<main>
+ <h2>{{ .Title }}</h2>
+ <div class="content">
+ {{ .Content }}
+ </div>
+</main>
+{{ end }}
--- /dev/null
+{{ define "main" }}
+ <main>
+ <div class="greetings">
+ <p>Hola, gracias por participar del proyecto</p>
+ </div>
+ </main>
+{{ end }}
--- /dev/null
+{{ "<!-- Bloque parcial para el aside -->" | safeHTML }}
+<aside>
+ {{ range .Site.Menus.main }}
+ <div class="item">
+ {{ .Pre }}<a href="{{ .URL }}" title="{{ .Identifier }}" target="_blank">{{ .Name }}</a>
+ </div>
+ {{ end }}
+</aside>
--- /dev/null
+{{ "<!-- Partial block for footer -->" | safeHTML }}
+<footer>
+ <p>Algunos datos finales y links que podrían ser usados en el footer</p>
+</footer>
--- /dev/null
+{{ "<!-- Partial block for navbar -->" | safeHTML }}
+<nav>
+ {{ with .Site.GetPage "home" }}
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ {{ end }}
+ {{ range .Site.Sections }}
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ {{ end }}
+</nav>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ id="Layer_1"
+ x="0px"
+ y="0px"
+ viewBox="0 0 33.099998 33.299999"
+ xml:space="preserve"
+ sodipodi:docname="search_icon.svg"
+ width="33.099998"
+ height="33.299999"
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
+ id="metadata4657"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs4655" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1848"
+ inkscape:window-height="1016"
+ id="namedview4653"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:pagecheckerboard="true"
+ inkscape:zoom="1.7481481"
+ inkscape:cx="-7.9509124"
+ inkscape:cy="18.812765"
+ inkscape:window-x="72"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="Layer_1" />
+<style
+ type="text/css"
+ id="style2">
+ .st0{fill:url(#SVGID_1_);}
+ .st1{clip-path:url(#SVGID_3_);}
+ .st2{clip-path:url(#SVGID_5_);}
+ .st3{clip-path:url(#SVGID_7_);}
+ .st4{clip-path:url(#SVGID_9_);}
+ .st5{fill:url(#SVGID_10_);}
+ .st6{opacity:0.3;}
+ .st7{fill:#1B1464;}
+ .st8{opacity:0.5;}
+ .st9{opacity:0.5;fill:#FFFFFF;enable-background:new ;}
+ .st10{enable-background:new ;}
+ .st11{fill:#FF3399;}
+ .st12{fill:none;stroke:#FFFFFF;stroke-width:1.5;stroke-miterlimit:10;}
+ .st13{fill:none;stroke:#FF3399;stroke-width:2;stroke-miterlimit:10;}
+ .st14{fill:#FFFFFF;}
+ .st15{fill:#008F99;}
+ .st16{fill:#B9DD22;}
+ .st17{fill:#19CF8D;}
+ .st18{fill:#6600FF;}
+ .st19{fill:#F5F3ED;}
+ .st20{fill:none;stroke:#6600FF;stroke-width:3;stroke-miterlimit:10;}
+ .st21{fill:none;stroke:#6600FF;stroke-width:2;stroke-miterlimit:10;}
+ .st22{opacity:0.83;}
+ .st23{font-family:'BlenderPro-Medium';}
+ .st24{font-size:16.4018px;}
+ .st25{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
+ .st26{fill:none;stroke:#1B1464;stroke-width:2;stroke-miterlimit:10;}
+ .st27{font-family:'Bender-Black';}
+ .st28{font-size:20.2245px;}
+ .st29{letter-spacing:3;}
+ .st30{font-size:62.1154px;}
+ .st31{letter-spacing:10;}
+ .st32{font-family:'Bender-Bold';}
+ .st33{font-size:21px;}
+ .st34{letter-spacing:2;}
+ .st35{clip-path:url(#SVGID_12_);}
+ .st36{clip-path:url(#SVGID_14_);}
+ .st37{clip-path:url(#SVGID_16_);}
+ .st38{clip-path:url(#SVGID_18_);}
+ .st39{font-size:16.0705px;}
+ .st40{letter-spacing:1;}
+ .st41{fill:url(#SVGID_19_);}
+ .st42{clip-path:url(#SVGID_21_);}
+ .st43{fill:#CCCCCC;}
+</style>
+<linearGradient
+ id="SVGID_1_"
+ gradientUnits="userSpaceOnUse"
+ x1="-1975.7885"
+ y1="280.01981"
+ x2="506.2114"
+ y2="928.01978">
+ <stop
+ offset="3.004808e-03"
+ style="stop-color:#000055"
+ id="stop4" />
+ <stop
+ offset="7.941388e-02"
+ style="stop-color:#000049"
+ id="stop6" />
+ <stop
+ offset="0.2509"
+ style="stop-color:#000034"
+ id="stop8" />
+ <stop
+ offset="0.4417"
+ style="stop-color:#000025"
+ id="stop10" />
+ <stop
+ offset="0.665"
+ style="stop-color:#00001C"
+ id="stop12" />
+ <stop
+ offset="1"
+ style="stop-color:#000019"
+ id="stop14" />
+</linearGradient>
+
+
+
+
+
+<linearGradient
+ id="SVGID_10_"
+ gradientUnits="userSpaceOnUse"
+ x1="-101.4996"
+ y1="442.41971"
+ x2="830.08789"
+ y2="685.63843">
+ <stop
+ offset="3.004808e-03"
+ style="stop-color:#000055"
+ id="stop59" />
+ <stop
+ offset="7.941388e-02"
+ style="stop-color:#000049"
+ id="stop61" />
+ <stop
+ offset="0.2509"
+ style="stop-color:#000034"
+ id="stop63" />
+ <stop
+ offset="0.4417"
+ style="stop-color:#000025"
+ id="stop65" />
+ <stop
+ offset="0.665"
+ style="stop-color:#00001C"
+ id="stop67" />
+ <stop
+ offset="1"
+ style="stop-color:#000019"
+ id="stop69" />
+</linearGradient>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<g
+ id="HvpjPf.tif_1_"
+ transform="translate(-522.6,-431)">
+ <g
+ id="g3106">
+ <path
+ class="st14"
+ d="m 539.4,431.5 c 2.5,0.7 4.6,1.9 6.4,3.8 1.7,1.8 2.8,3.9 3.4,6.4 0.7,3.2 0.2,6.2 -1.3,9.1 -0.5,0.9 -0.5,0.9 0.2,1.6 2,2 4.1,4.1 6.1,6.1 0.7,0.7 1.3,1.5 1.5,2.5 0,0.4 0,0.7 0,1.1 -0.4,1.1 -1.1,1.8 -2.2,2.2 -0.4,0 -0.7,0 -1.1,0 -1,-0.2 -1.8,-0.8 -2.5,-1.5 -2.1,-2.1 -4.2,-4.2 -6.3,-6.3 -0.5,-0.5 -0.6,-0.5 -1.2,-0.2 -1.5,0.9 -3.1,1.4 -4.8,1.6 -3,0.4 -5.9,-0.2 -8.5,-1.8 -2.5,-1.5 -4.4,-3.6 -5.5,-6.3 -0.5,-1.2 -0.9,-2.5 -1,-3.8 0,-0.1 0,-0.2 0,-0.3 0,-0.8 0,-1.7 0,-2.5 0.1,-0.7 0.2,-1.5 0.4,-2.2 1.3,-4.4 4,-7.5 8.3,-9.2 1.1,-0.4 2.3,-0.6 3.4,-0.8 0.8,0 1.7,0 2.5,0 0.7,0.3 1.4,0.3 2.2,0.5 z m -3.5,23 c 5.5,0 9.9,-4.4 9.9,-9.9 0,-5.7 -4.6,-9.9 -9.9,-9.9 -5.5,0 -9.9,4.5 -9.9,9.9 0,5.3 4.2,9.9 9.9,9.9 z"
+ id="path3102"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff" />
+ <path
+ class="st14"
+ d="m 532.4,439.9 c 0.2,0 0.4,-0.1 0.7,-0.2 3,-1.2 6.3,0.3 7.6,3 0.3,0.7 0.9,1.1 1.5,1 1,-0.1 1.6,-1.1 1.2,-2 -0.5,-1.1 -1.2,-2.2 -2.1,-3 -1.8,-1.7 -4,-2.4 -6.5,-2.3 -1,0 -2,0.3 -2.9,0.7 -0.7,0.3 -1,1 -0.8,1.6 0.1,0.8 0.6,1.2 1.3,1.2 z"
+ id="path3104"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff" />
+ </g>
+</g>
+<linearGradient
+ id="SVGID_19_"
+ gradientUnits="userSpaceOnUse"
+ x1="1838.5004"
+ y1="442.41971"
+ x2="2770.0879"
+ y2="685.63843">
+ <stop
+ offset="3.004808e-03"
+ style="stop-color:#000055"
+ id="stop3109" />
+ <stop
+ offset="7.941388e-02"
+ style="stop-color:#000049"
+ id="stop3111" />
+ <stop
+ offset="0.2509"
+ style="stop-color:#000034"
+ id="stop3113" />
+ <stop
+ offset="0.4417"
+ style="stop-color:#000025"
+ id="stop3115" />
+ <stop
+ offset="0.665"
+ style="stop-color:#00001C"
+ id="stop3117" />
+ <stop
+ offset="1"
+ style="stop-color:#000019"
+ id="stop3119" />
+</linearGradient>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</svg>
\ No newline at end of file
--- /dev/null
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "droda"
+license = "GPL3.0"
+licenselink = "https://github.com/SalamandraDevs/droda/blob/main/LICENSE"
+description = "Theme for the Salamandra Devs website."
+homepage = "http://salamandradevs.site"
+tags = ["corporative", "modern", "publishing", "community"]
+features = ["dark mode", "responsive"]
+min_version = "0.72.0"
+
+[author]
+ name = "Salamandra Devs Community"
+ homepage = "https://t.me/salamandradevs"