Traduzir "usar o hexo" para inglês

Mostrando 50 de 50 traduções da frase "usar o hexo" de português para inglês

Tradução de português para inglês de usar o hexo

português
inglês

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

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

portuguêsinglês
renderizarrender
arquivosfiles
ouor
assíncronoasynchronous
stringsstrings
hexohexo

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.

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.

portuguêsinglês
boxbox
éis
containercontainer
diferentesdifferent
sourcesource
themetheme
hexohexo

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

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

portuguêsinglês
renderizarrender
arquivosfiles
ouor
assíncronoasynchronous
stringsstrings
hexohexo

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.

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.

portuguêsinglês
boxbox
éis
containercontainer
diferentesdifferent
sourcesource
themetheme
hexohexo

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.

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.

portuguêsinglês
lançamentorelease
separadoseparated
módulomodule
vocêyou
hexohexo

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.

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.

portuguêsinglês
seif
códigocode
éis
complicadocomplicated
ouor
recomendamoswe recommend
pluginplugin
criecreate
diretóriofolder
npmnpm
hexohexo

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.

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.

portuguêsinglês
lançamentorelease
separadoseparated
módulomodule
vocêyou
hexohexo

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.

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.

portuguêsinglês
seif
códigocode
éis
complicadocomplicated
ouor
recomendamoswe recommend
pluginplugin
criecreate
diretóriofolder
npmnpm
hexohexo

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

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

portuguêsinglês
instaladoinstalled
diretóriofolder
gtgt
hexohexo
ltlt

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>

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

portuguêsinglês
habilitadoenabled
diretóriofolder
vocêyou
postagempost
layoutlayout
gtgt
recursosasset
hexohexo
ltlt

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:

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:

portuguêsinglês
poderosopowerful
funcionalidadesfunctions
semwithout
modificarmodifying
centralcore
hexohexo
fontesource
códigocode

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.

EN Youll 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.

portuguêsinglês
listarlist
pluginplugin
dependênciadependency
packagepackage
jsonjson
raizroot
instânciainstance
detectedetect
carregueload
precisarneed
hexohexo

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

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

portuguêsinglês
hexohexo

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

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

portuguêsinglês
instaladoinstalled
diretóriofolder
gtgt
hexohexo
ltlt

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>

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

portuguêsinglês
habilitadoenabled
diretóriofolder
vocêyou
postagempost
layoutlayout
gtgt
recursosasset
hexohexo
ltlt

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:

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:

portuguêsinglês
poderosopowerful
funcionalidadesfunctions
semwithout
modificarmodifying
centralcore
hexohexo
fontesource
códigocode

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.

EN Youll 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.

portuguêsinglês
listarlist
pluginplugin
dependênciadependency
packagepackage
jsonjson
raizroot
instânciainstance
detectedetect
carregueload
precisarneed
hexohexo

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

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

portuguêsinglês
hexohexo

PT Todos os recursos do GitHub Flavored Markdown são suportados. Você pode até usar a maioria dos plugins do Octopress no Hexo.

EN All features of GitHub Flavored Markdown are supported, including most Octopress plugins.

portuguêsinglês
recursosfeatures
githubgithub
markdownmarkdown
suportadossupported
pluginsplugins

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:

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:

portuguêsinglês
modifiquemodify
sitesite
estruturastructure
ss
hexohexo

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

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

portuguêsinglês
simplificarsimplifying
tematheme
tambémalso
tentartry
introduzidointroduced
hexohexo

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.

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.

portuguêsinglês
seif
pluginplugin
relativamenterelatively
uma
javascriptjavascript
recomendarecommended
hexohexo

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

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

portuguêsinglês
vocêyou
usaruse
ferramentastools
oficiaisofficial
desenvolvimentodevelopment
hexohexo

PT Quando você encontra alguns problemas ao usar o Hexo, você pode encontrar as soluções em Solução de problemas ou nos perguntar no GitHub ou Google Group. Se você não conseguir encontrar a resposta, abra uma nova issue no GitHub.

EN When you encounter some problems when using Hexo, you can find the solutions in Troubleshooting or ask me on GitHub or Google Group. If you can’t find the answer, please report it on GitHub.

portuguêsinglês
ouor
githubgithub
googlegoogle
groupgroup
hexohexo
solução de problemastroubleshooting

PT Todos os recursos do GitHub Flavored Markdown são suportados. Você pode até usar a maioria dos plugins do Octopress no Hexo.

EN All features of GitHub Flavored Markdown are supported, including most Octopress plugins.

portuguêsinglês
recursosfeatures
githubgithub
markdownmarkdown
suportadossupported
pluginsplugins

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:

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:

portuguêsinglês
modifiquemodify
sitesite
estruturastructure
ss
hexohexo

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

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

portuguêsinglês
simplificarsimplifying
tematheme
tambémalso
tentartry
introduzidointroduced
hexohexo

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.

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.

portuguêsinglês
seif
pluginplugin
relativamenterelatively
uma
javascriptjavascript
recomendarecommended
hexohexo

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

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

portuguêsinglês
vocêyou
usaruse
ferramentastools
oficiaisofficial
desenvolvimentodevelopment
hexohexo

PT Quando você encontra alguns problemas ao usar o Hexo, você pode encontrar as soluções em Solução de problemas ou nos perguntar no GitHub ou Google Group. Se você não conseguir encontrar a resposta, abra uma nova issue no GitHub.

EN When you encounter some problems when using Hexo, you can find the solutions in Troubleshooting or ask me on GitHub or Google Group. If you can’t find the answer, please report it on GitHub.

portuguêsinglês
ouor
githubgithub
googlegoogle
groupgroup
hexohexo
solução de problemastroubleshooting

PT O Hexo tem um poderoso sistema de plugins. Você pode instalar mais plugins como: Jade/Pug, CoffeeScript e etc....

EN Features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).

portuguêsinglês
poderosopowerful
pluginsplugins
etcetc

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

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

portuguêsinglês
quandowhen
vocêyou
postagempost
hexohexo

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

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

portuguêsinglês
diretóriofolder
othe
geragenerates
uma
estáticostatic
conteúdocontents
hexohexo

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

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

portuguêsinglês
gerargenerating
arquivosfiles
éis
bastantequite
fácileasy
rápidofast
hexohexo

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

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

portuguêsinglês
forneceprovides
mecanismoengine
templatetemplate
instalarinstall
alternativosalternative
jadejade
ouor
hexohexo

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

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

portuguêsinglês
escolhechooses
mecanismoengine
templatetemplate
extensãoextension
hexohexo

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).

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

portuguêsinglês
fontessource
assetsassets
csscss
javascriptjavascript
aquihere
ocultoshidden
ouor
hexohexo

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.

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

portuguêsinglês
publicpublic
serãowill be
diretamentedirectly
hexohexo
processarprocess
salvarsave

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.

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.

portuguêsinglês
seif
definidadefined
formaway
postagempost
hierarquiahierarchy
independenteindependent
hexohexo
tratartreat

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

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

portuguêsinglês
primeiramentefirst
instaleinstall
othe
pluginplugin

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

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

portuguêsinglês
pluginsplugins
criadoscreated
comunidadecommunity
abordaraddress
questãoissue
hexohexo

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

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

portuguêsinglês
othe
lançamentorelease
váriasseveral
novasnew
tagtag
pluginsplugins
foramwere
adicionadasadded
aoto
núcleocore
hexohexo

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

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

portuguêsinglês
instaleinstall
pluginplugin

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

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

portuguêsinglês
instaleinstall
pluginplugin

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

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

portuguêsinglês
seif
tematheme
complexocomplex
seremis
grandelarge
desempenhoperformance
podemay
começarbegin
diminuirdecrease
consideravelmenteconsiderably
hexohexo

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.

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.

portuguêsinglês
arquivosfile
automaticamenteautomatically
necessárionecessary
reiniciarrestart
manualmentemanually
hexohexo
assistirwatch

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.

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.

portuguêsinglês
estáticostatic
vocêyou
iniciarstarting
produçãoproduction
hexohexo

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

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

portuguêsinglês
executaruns
vocêyou
configuraçãosetting
ipip
hexohexo

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.

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.

portuguêsinglês
layoutslayouts
salvossaved
diferentedifferent
recentementenewly
sourcesource
hexohexo

PT Anteriormente, mencionamos um layout especial no Hexo: draft

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

portuguêsinglês
anteriormentepreviously
uma
layoutlayout
especialspecial
noin
hexohexo

Mostrando 50 de 50 traduções