1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

[pug/*] remove headers

This commit is contained in:
Boris Verkhovskiy 2024-05-11 18:15:49 -06:00
parent 733ae8fc3f
commit ff34febd6a
3 changed files with 15 additions and 27 deletions

View File

@ -8,15 +8,11 @@ translators:
lang: de-de
---
## Erste Schritte mit Pug
Pug ist eine kleine Sprache, die zu HTML kompiliert. Sie hat eine
saubere Syntax mit zusätzlichen Funktionen wie if Anweisungen und Schleifen.
Sie kann auch als serverseitige Templatingsprache für Serversprachen
wie NodeJS verwendet werden.
### Die Sprache
```pug
//- Einzeilenkommentar
@ -200,8 +196,8 @@ mixin comment(name, kommentar)
//- <div>Hallo</div>
```
### Zusätzliche Ressourcen
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
- [GitHub Repo](https://github.com/pugjs/pug)

View File

@ -8,14 +8,10 @@ translators:
lang: pt-br
---
## Começando com Pug
Pug é uma pequena linguagem que compila para HTML. Possui uma sintaxe limpa
com algumas funcionalidades adicionais, como declarações if e loops. Também pode ser utilizada
como uma linguagem de templates no lado do servidor para tecnologias como o Node.js.
### The Language
```pug
//- Comentário de uma linha
@ -203,8 +199,8 @@ mixin comment(nome, comentario)
</div>
```
### Saiba Mais
- [Site Oficial](https://pugjs.org/)
- [Documentação](https://pugjs.org/api/getting-started.html)
- [Repositório no GitHub](https://github.com/pugjs/pug)

View File

@ -5,13 +5,9 @@ contributors:
filename: index.pug
---
## Getting Started with Pug
Pug is a little language that compiles into the HTML. It has cleaner syntax
Pug is a language that compiles to HTML. It has a cleaner syntax
with additional features like if statements and loops. It can also be used
as a server side templating language for server languages like NodeJS.
### The Language
as a server-side templating language for server languages like Node.js.
```pug
//- Single Line Comment
@ -200,8 +196,8 @@ mixin comment(name, comment)
</div>
```
### Additional Resources
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
- [GitHub Repo](https://github.com/pugjs/pug)
- [The site](https://pugjs.org/)
- [The docs](https://pugjs.org/api/getting-started.html)
- [GitHub repo](https://github.com/pugjs/pug)