Przetłumacz "hexo" na portugalski

Pokazuję 50 z 50 tłumaczeń wyrażenia "hexo" z język angielski na portugalski

Tłumaczenia hexo

"hexo" w język angielski można przetłumaczyć na następujące portugalski słowa/frazy:

hexo hexo

Tłumaczenie język angielski na portugalski z hexo

język angielski
portugalski

EN There are two methods for rendering files or strings in Hexo: the asynchronous hexo.render.render method and the synchronous hexo.render.renderSync method

PT Existem dois métodos para renderizar arquivos ou strings no Hexo: o método assíncrono hexo.render.render e o método síncrono hexo.render.renderSync

język angielskiportugalski
filesarquivos
hexohexo
asynchronousassíncrono
methodsmétodos
orou
inno
methodmétodo
theo
stringsstrings
renderrenderizar
twodois
areexistem
ande
forpara

EN Box is a container used for processing files in a specified folder. Hexo uses two different boxes: hexo.source and hexo.theme. The former is used to process the source folder and the latter to process the theme folder.

PT Box é um container usado para processar arquivos em um diretório específico. O Hexo usa dois Boxes diferentes: hexo.source e hexo.theme. O primeiro é usado para processar o diretório source e o segundo para processar o diretório theme.

język angielskiportugalski
boxbox
hexohexo
sourcesource
containercontainer
themetheme
usedusado
filesarquivos
usesusa
isé
theo
folderdiretório
differentdiferentes
ande
aum
processingprocessar
inem

EN There are two methods for rendering files or strings in Hexo: the asynchronous hexo.render.render method and the synchronous hexo.render.renderSync method

PT Existem dois métodos para renderizar arquivos ou strings no Hexo: o método assíncrono hexo.render.render e o método síncrono hexo.render.renderSync

język angielskiportugalski
filesarquivos
hexohexo
asynchronousassíncrono
methodsmétodos
orou
inno
methodmétodo
theo
stringsstrings
renderrenderizar
twodois
areexistem
ande
forpara

EN Box is a container used for processing files in a specified folder. Hexo uses two different boxes: hexo.source and hexo.theme. The former is used to process the source folder and the latter to process the theme folder.

PT Box é um container usado para processar arquivos em um diretório específico. O Hexo usa dois Boxes diferentes: hexo.source e hexo.theme. O primeiro é usado para processar o diretório source e o segundo para processar o diretório theme.

język angielskiportugalski
boxbox
hexohexo
sourcesource
containercontainer
themetheme
usedusado
filesarquivos
usesusa
isé
theo
folderdiretório
differentdiferentes
ande
aum
processingprocessar
inem

EN Once Hexo is installed, run the following commands to initialize Hexo in the target <folder>.

PT Uma vez instalado o Hexo, execute os seguintes comandos para inicializar um site com Hexo em um diretório <folder>.

język angielskiportugalski
hexohexo
installedinstalado
ltlt
folderdiretório
gtgt
commandscomandos
inem
followingseguintes
onceum
theo

EN With the release of Hexo 3, the server has been separated from the main module. To start using the server, you will first have to install hexo-server.

PT Com o lançamento do Hexo 3, o servidor foi separado do módulo principal. Para começar a usar o servidor, primeiro você deve instalar o pacote hexo-server.

język angielskiportugalski
releaselançamento
hexohexo
separatedseparado
modulemódulo
ofdo
mainprincipal
serverservidor
youvocê
installinstalar
theo
withusar
usingcom
willdeve
firstprimeiro

EN With asset folder management enabled, Hexo will create a folder every time you make a new post with the hexo new [layout] <title> command

PT Com o gerenciamento de recursos habilitado, o Hexo criará um diretório sempre que você fizer uma nova postagem com o comando hexo new [layout] <title>

język angielskiportugalski
folderdiretório
enabledhabilitado
hexohexo
postpostagem
ltlt
gtgt
managementgerenciamento
layoutlayout
commandcomando
theo
assetrecursos
createcriar
aum
youvocê
withsempre
willque
newnew
titlede

EN Hexo has a powerful plugin system, which makes it easy to extend functions without modifying the source code of the core module. There are two kinds of plugins in Hexo:

PT O Hexo possui um poderoso sistema de plugins, o que facilita a extensão das funcionalidades sem modificar o código-fonte do módulo central. Existem dois tipos de plugins no Hexo:

język angielskiportugalski
hexohexo
powerfulpoderoso
easyfacilita
functionsfuncionalidades
withoutsem
modifyingmodificar
corecentral
systemsistema
modulemódulo
pluginsplugins
aum
makeso que
codecódigo
kindstipos de
theo
areexistem
sourcefonte
ofdo

EN If your code is complicated or if you want to publish it to the NPM registry, we recommend using a plugin. First, create a folder in the node_modules folder. The name of this folder must begin with hexo- or Hexo will ignore it.

PT Se seu código é complicado ou se você deseja publicá-lo no registro do NPM, recomendamos usar um plugin. Primeiro, crie um diretório dentro do diretório node_modules. O nome desse diretório deve começar com hexo- ou o Hexo irá ignorá-lo.

język angielskiportugalski
codecódigo
complicatedcomplicado
npmnpm
pluginplugin
folderdiretório
hexohexo
we recommendrecomendamos
ifse
orou
createcrie
ofdo
isé
aum
mustdeve
begincomeçar
theo
willirá
namenome
itlo
inno
toregistro
withusar
firstprimeiro
thisdesse
youvocê
usingcom

EN You’ll also need to list your plugin as a dependency in the root package.json of your hexo instance in order for Hexo to detect and load it.

PT Você também precisará listar seu plugin como uma dependência no arquivo package.json da raiz de sua instância do Hexo para que o Hexo a detecte e carregue.

język angielskiportugalski
pluginplugin
dependencydependência
jsonjson
hexohexo
detectdetecte
loadcarregue
packagepackage
rootraiz
needprecisar
instanceinstância
theo
auma
alsotambém
ofdo
ande

EN Executed after Hexo is initialized – this will run right after hexo.init completes.

PT Executado após a inicialização do Hexo – este será executado logo após hexo.init ser concluído.

EN Once Hexo is installed, run the following commands to initialize Hexo in the target <folder>.

PT Uma vez instalado o Hexo, execute os seguintes comandos para inicializar um site com Hexo em um diretório <folder>.

język angielskiportugalski
hexohexo
installedinstalado
ltlt
folderdiretório
gtgt
commandscomandos
inem
followingseguintes
onceum
theo

EN With asset folder management enabled, Hexo will create a folder every time you make a new post with the hexo new [layout] <title> command

PT Com o gerenciamento de recursos habilitado, o Hexo criará um diretório sempre que você fizer uma nova postagem com o comando hexo new [layout] <title>

język angielskiportugalski
folderdiretório
enabledhabilitado
hexohexo
postpostagem
ltlt
gtgt
managementgerenciamento
layoutlayout
commandcomando
theo
assetrecursos
createcriar
aum
youvocê
withsempre
willque
newnew
titlede

EN With the release of Hexo 3, the server has been separated from the main module. To start using the server, you will first have to install hexo-server.

PT Com o lançamento do Hexo 3, o servidor foi separado do módulo principal. Para começar a usar o servidor, primeiro você deve instalar o pacote hexo-server.

język angielskiportugalski
releaselançamento
hexohexo
separatedseparado
modulemódulo
ofdo
mainprincipal
serverservidor
youvocê
installinstalar
theo
withusar
usingcom
willdeve
firstprimeiro

EN Hexo has a powerful plugin system, which makes it easy to extend functions without modifying the source code of the core module. There are two kinds of plugins in Hexo:

PT O Hexo possui um poderoso sistema de plugins, o que facilita a extensão das funcionalidades sem modificar o código-fonte do módulo central. Existem dois tipos de plugins no Hexo:

język angielskiportugalski
hexohexo
powerfulpoderoso
easyfacilita
functionsfuncionalidades
withoutsem
modifyingmodificar
corecentral
systemsistema
modulemódulo
pluginsplugins
aum
makeso que
codecódigo
kindstipos de
theo
areexistem
sourcefonte
ofdo

EN If your code is complicated or if you want to publish it to the NPM registry, we recommend using a plugin. First, create a folder in the node_modules folder. The name of this folder must begin with hexo- or Hexo will ignore it.

PT Se seu código é complicado ou se você deseja publicá-lo no registro do NPM, recomendamos usar um plugin. Primeiro, crie um diretório dentro do diretório node_modules. O nome desse diretório deve começar com hexo- ou o Hexo irá ignorá-lo.

język angielskiportugalski
codecódigo
complicatedcomplicado
npmnpm
pluginplugin
folderdiretório
hexohexo
we recommendrecomendamos
ifse
orou
createcrie
ofdo
isé
aum
mustdeve
begincomeçar
theo
willirá
namenome
itlo
inno
toregistro
withusar
firstprimeiro
thisdesse
youvocê
usingcom

EN You’ll also need to list your plugin as a dependency in the root package.json of your hexo instance in order for Hexo to detect and load it.

PT Você também precisará listar seu plugin como uma dependência no arquivo package.json da raiz de sua instância do Hexo para que o Hexo a detecte e carregue.

język angielskiportugalski
pluginplugin
dependencydependência
jsonjson
hexohexo
detectdetecte
loadcarregue
packagepackage
rootraiz
needprecisar
instanceinstância
theo
auma
alsotambém
ofdo
ande

EN Executed after Hexo is initialized – this will run right after hexo.init completes.

PT Executado após a inicialização do Hexo – este será executado logo após hexo.init ser concluído.

EN First, install the hexo-migrator-rss plugin.

PT Primeiramente, instale o plugin hexo-migrator-rss.

język angielskiportugalski
installinstale
pluginplugin
firstprimeiramente
theo

EN Scaffold folder. When you create a new post, Hexo bases the new file on the scaffold.

PT Diretório de Scaffold. Quando você cria uma nova postagem, o Hexo cria um arquivo baseado no scaffold.

język angielskiportugalski
postpostagem
hexohexo
onno
newnova
theo
folderdiretório
filearquivo
youvocê
createcria
aum
whenquando

EN There are three default layouts in Hexo: post, page and draft. Files created by each of them is saved to a different path. Newly created posts are saved to the source/_posts folder.

PT Existem três layouts padrões no Hexo: post, page e draft. Os arquivos criados por cada um deles são salvos em um caminho diferente. As postagens criadas recentemente são salvas no diretório source/_posts.

język angielskiportugalski
layoutslayouts
hexohexo
savedsalvos
newlyrecentemente
sourcesource
filesarquivos
postsposts
folderdiretório
pagepage
aum
inem
createdcriados
eachcada
pathcaminho
ande
theos
threetrês
postpost
differentdiferente

EN Theme folder. Hexo generates a static website by combining the site contents with the theme.

PT Diretório de Temas. O Hexo gera um site estático combinando o conteúdo do site com o tema.

język angielskiportugalski
folderdiretório
hexohexo
generatesgera
aum
staticestático
theo
themetema
contentsconteúdo

EN Generating static files with Hexo is quite easy and fast.

PT Gerar arquivos estáticos com o Hexo é bastante fácil e rápido.

język angielskiportugalski
generatinggerar
filesarquivos
hexohexo
quitebastante
isé
easyfácil
fastrápido
ande

EN When the server is running, Hexo will watch for file changes and update automatically so it’s not necessary to manually restart the server.

PT Quando o servidor estiver sendo executado, o Hexo assistirá por alterações nos arquivos do projeto e atualizará automaticamente a página, por isso não é necessário reiniciar manualmente o servidor.

język angielskiportugalski
hexohexo
watchassistir
automaticallyautomaticamente
necessarynecessário
manuallymanualmente
restartreiniciar
filearquivos
changesalterações
updateatualizar
serverservidor
ande
isé
theo
notnão
willestiver
whenquando

EN First, install the hexo-migrator-wordpress plugin.

PT Primeiro, instale o plugin hexo-migrator-wordpress.

język angielskiportugalski
installinstale
pluginplugin
theo
firstprimeiro

EN It’s easy to build a Hexo theme - you just have to create a new folder. To start using your theme, modify the theme setting in your site’s _config.yml. A theme should have the following structure:

PT É fácil construir um tema para o Hexo - você só precisa criar um no diretório. Para começar a usar o seu tema, modifique a configuração theme do arquivo _config.yml do seu site. Um tema deve ter a seguinte estrutura:

język angielskiportugalski
hexohexo
easyfácil
folderdiretório
shoulddeve
structureestrutura
inno
aum
themetema
createcriar
configconfiguração
sitesdo
theo
youvocê
have toprecisa
usingusar

EN First, install the hexo-migrator-joomla plugin.

PT Primeiro, instale o plugin hexo-migrator-joomla.

język angielskiportugalski
installinstale
pluginplugin
theo
firstprimeiro

EN Hexo provides the Swig template engine by default, but you can easily install additional plugins to support alternative engines such as EJS, Haml, Jade, or Pug

PT O Hexo fornece o mecanismo de template Swig por padrão, mas você pode instalar plugins adicionais para suportar mecanismos alternativos, como EJS, Haml, Jade ou Pug

język angielskiportugalski
hexohexo
providesfornece
templatetemplate
enginemecanismo
jadejade
installinstalar
additionaladicionais
pluginsplugins
orou
theo
to supportsuportar
butmas
youvocê
canpode
alternativealternativos
suchde
topara
bypor
ascomo

EN Plugins have been created by the community to address this issue in Hexo 2

PT Alguns plugins foram criados pela comunidade para abordar esta questão no Hexo 2

język angielskiportugalski
pluginsplugins
communitycomunidade
issuequestão
hexohexo
createdcriados
addresso
inno
thisesta
thealguns
topara
bypela

EN Hexo chooses the template engine based on the file extension of the template (just like the posts)

PT O Hexo escolhe o mecanismo de template com base na extensão do arquivo deste

język angielskiportugalski
hexohexo
choosesescolhe
templatetemplate
enginemecanismo
extensionextensão
filearquivo
theo
basedcom
ofdo

EN Previously, we mentioned a special layout in Hexo: draft

PT Anteriormente, mencionamos um layout especial no Hexo: draft

język angielskiportugalski
layoutlayout
hexohexo
inno
aum
previouslyanteriormente
specialespecial

EN However, with the release of Hexo 3, several new tag plugins were added to core

PT No entanto, com o lançamento do Hexo 3, várias novas tag plugins foram adicionadas ao seu núcleo

język angielskiportugalski
releaselançamento
hexohexo
newnovas
tagtag
pluginsplugins
wereforam
addedadicionadas
corenúcleo
theo
ofdo
toao
severalvárias

EN Source folder. Place your assets (e.g. CSS and JavaScript files) here. Hexo ignores hidden files and files or folders prefixed with _ (underscore).

PT Diretório com os fontes do tema. Os assets (arquivos CSS e JavaScript por exemplo) ficam aqui. O Hexo ignora arquivos ocultos e arquivos ou diretórios com prefixo _ (sublinhado).

język angielskiportugalski
sourcefontes
csscss
javascriptjavascript
hexohexo
hiddenocultos
assetsassets
filesarquivos
orou
folderdiretório
ee
hereaqui

EN Hexo will process and save all renderable files to the public folder. Non-renderable files will be copied to the public folder directly.

PT O Hexo processará e salvará todos os arquivos renderizáveis no diretório public. Os arquivos não renderizáveis serão copiados diretamente para o diretório public.

język angielskiportugalski
hexohexo
processprocessar
directlydiretamente
publicpublic
savesalvar
filesarquivos
beser
ande
folderdiretório
alltodos
topara
theo
will beserão

EN If Hexo sees any categories defined this way on a post, it will treat each category for that post as its own independent hierarchy.

PT Se o Hexo encontar qualquer categoria definida dessa forma em uma postagem, ele tratará cada categoria para essa postagem com sua própria hierarquia independente.

język angielskiportugalski
hexohexo
defineddefinida
wayforma
postpostagem
treattratar
independentindependente
hierarchyhierarquia
ifse
categorycategoria
auma
itele
eachcada
anyqualquer
forem
seespara
thisessa
itso

EN If your theme is exceedingly complex or if the number of files to generate becomes too large, Hexo’s file generation performance may begin to decrease considerably

PT Se o seu tema for extremamente complexo ou se o número de arquivos a serem gerados for muito grande, o desempenho da geração de arquivos do Hexo pode começar a diminuir consideravelmente

język angielskiportugalski
themetema
complexcomplexo
performancedesempenho
begincomeçar
decreasediminuir
considerablyconsideravelmente
orou
ifse
filesarquivos
generategera
generationgeração
largegrande
theo
numbernúmero
yourseu
ofdo
maypode
isserem

EN In static mode, only files in the public folder will be served and file watching is disabled. You have to run hexo generate before starting the server. Usually used in production.

PT No modo estático, somente arquivos do diretório public serão servidos e nenhum arquivo será assistido por mudanças. Você deve executar hexo generate antes de iniciar o servidor. Em geral, é desta forma que o site é servido em produção.

język angielskiportugalski
staticestático
hexohexo
startinginiciar
productionprodução
publicpublic
isé
folderdiretório
serverservidor
theo
filesarquivos
beser
filearquivo
youvocê
inem
modemodo
servedservido
ande
beforeantes
usuallyem geral
will beserão

EN Aside from simplifying your theme, you may also try Fragment Caching, which was introduced in Hexo 2.7.

PT Além de simplificar o seu tema, você também pode tentar usar o Fragment Caching, que foi introduzido no Hexo 2.7.

język angielskiportugalski
simplifyingsimplificar
themetema
trytentar
introducedintroduzido
hexohexo
wasfoi
maypode
alsotambém
youvocê
inde

EN Drafts are not displayed by default. You can add the --draft option when running Hexo or enable the render_drafts setting in _config.yml to render drafts.

PT Os rascunhos não são exibidos por padrão. Você pode adicionar a opção --draft ao executar o Hexo ou habilitar a configuração render_drafts em _config.yml para renderizar rascunhos.

język angielskiportugalski
draftsrascunhos
displayedexibidos
hexohexo
enablehabilitar
renderrenderizar
addadicionar
orou
optionopção
aresão
youvocê
configconfiguração
canpode
inem
theo

EN When creating posts, Hexo will build files based on the corresponding file in scaffolds folder. For example:

PT Ao criar postagens, o Hexo irá construir arquivos com base no arquivo correspondente no diretório scaffolds. Por exemplo:

język angielskiportugalski
hexohexo
correspondingcorrespondente
folderdiretório
theo
willirá
filesarquivos
filearquivo
postspostagens
buildconstruir
creatingcriar
basedcom
inno
forpor
exampleexemplo

EN Hexo runs the server at 0.0.0.0 by default. You can override the default IP setting.

PT O Hexo executa o servidor em 0.0.0.0 por padrão. Você pode substituir a configuração de IP padrão.

język angielskiportugalski
hexohexo
ipip
serverservidor
youvocê
settingconfiguração
canpode
theo
bypor

EN When you run this command, Hexo will try to find photo.md in the scaffolds folder and build the post based on it. The following placeholders are available in scaffolds:

PT Quando você executa este comando, o Hexo tentará encontrar photo.md no diretório scaffolds e criar a postagem com base nele. Os seguintes placeholders estão disponíveis em scaffolds:

język angielskiportugalski
hexohexo
trytentar
photophoto
folderdiretório
postpostagem
commandcomando
youvocê
availabledisponíveis
inem
followingseguintes
thiseste
basedcom
whenquando
findencontrar
ande
theo

EN If your plugin is relatively simple, it’s recommended to use a script. All you need to do is put your JavaScript files in the scripts folder and Hexo will load them during initialization.

PT Se o seu plugin for relativamente simples, recomenda-se usar um script. Tudo o que você precisa fazer é colocar seus arquivos JavaScript no diretório scripts e o Hexo irá carregá-los durante a inicialização.

język angielskiportugalski
pluginplugin
relativelyrelativamente
recommendedrecomenda
javascriptjavascript
hexohexo
ifse
isé
aum
scriptscript
filesarquivos
scriptsscripts
inno
folderdiretório
simplesimples
useusar
needprecisa
duringdurante
theo
willirá
youvocê
ande

EN You can set the language of pages in front-matter, or modify the i18n_dir setting in _config.yml to enable automatic detection by Hexo.

PT Você pode definir o idioma das páginas no front-matter ou modificar a configuração i18n_dir no arquivo _config.yml para habilitar a detecção automática pelo Hexo.

język angielskiportugalski
detectiondetecção
hexohexo
pagespáginas
orou
youvocê
inno
modifymodificar
configconfiguração
canpode
theo
languageidioma

EN The default value of i18n_dir setting is :lang, which means that Hexo will detect the language within the first segment of URL. For example:

PT O valor padrão da configuração i18n_dir é :lang, o que significa que o Hexo detectará o idioma dentro do primeiro segmento de URL. Por exemplo:

język angielskiportugalski
hexohexo
detectdetectar
segmentsegmento
urlurl
defaultpadrão
valuevalor
isé
theo
settingconfiguração
languageidioma
thatque
firstprimeiro
ofdo
meanssignifica
exampleexemplo

EN We welcome you to join the development of Hexo. This document will help you through the process.

PT Nós damos o parabéns a você por se juntar ao desenvolvimento do Hexo. Este documento irá ajudá-lo através do processo.

język angielskiportugalski
joinjuntar
hexohexo
documentdocumento
developmentdesenvolvimento
ofdo
processprocesso
youvocê
theo
thiseste
willirá
wedamos

EN You can make use of the official tools provided by Hexo to accelerate development:

PT Você pode usar as ferramentas oficiais fornecidas pelo Hexo para acelerar o desenvolvimento:

język angielskiportugalski
officialoficiais
hexohexo
developmentdesenvolvimento
toolsferramentas
useusar
youvocê
accelerateacelerar
canpode
theo

EN The Hexo documentation is open source and you can find the source code on hexojs/site.

PT A documentação do Hexo é de código aberto e você pode encontrar o código-fonte em hexojs/site.

język angielskiportugalski
hexohexo
documentationdocumentação
sitesite
isé
codecódigo
youvocê
canpode
theo
sourcefonte
ande
findencontrar
onem

EN Unsurprisingly, the two methods are very similar so only the asynchronous hexo.render.render will be further discussed in the below paragraphs.

PT Os dois métodos são bastante semelhantes, desta forma, apenas o método hexo.render.render assíncrono será um pouco mais discutido nos parágrafos abaixo.

język angielskiportugalski
similarsemelhantes
asynchronousassíncrono
hexohexo
discusseddiscutido
paragraphsparágrafos
methodsmétodos
aresão
beser
theo
belowabaixo
willserá

EN A filter is used to modify some specified data. Hexo passes data to filters in sequence and the filters then modify the data one after the other. This concept was borrowed from WordPress.

PT Um filter (filtro) pode ser utilizado para modificar alguns dados. O Hexo passa os dados para filtros em sequência e os filtros, então, modificam esses dados um após o outro. Este é o mesmo conceito utilizado pelo WordPress.

język angielskiportugalski
usedutilizado
modifymodificar
hexohexo
passespassa
conceptconceito
wordpresswordpress
isé
aum
datadados
filtersfiltros
sequencesequência
inem
ande
afterapós
thiseste
tooutro
theo

Pokazuję 50 z 50 tłumaczeń