- Exportar o CSV do Airtable
- Usar a coluna com a URL da imagem para baixar tudo em lote (
wget -i listadeurls.txt
) - Salvar as imagens na pasta statics/edicao
- E ajustar o conteúdo da edição do ano
Alterar o arquivo CSS em themes/kross-hugo/assets/css/estilo.css
Boostrap 4.5
Converter YAML: https://onlineyamltools.com/convert-csv-to-yaml
Os templates HTML estão layouts/
Kross Hugo theme is developed by Themefisher.
- GitHub, GitLab or BitBucket account
- Hugo > 0.65.0 (tested with latest Hugo)
This project has been pre-configured to work with Forestry a git-based CMS, import your repository in Forestry and you'll be able to edit and preview your site ✨.
Any changes you make in Forestry will be commited back to the repo, and deployed when your Git repository is connected to Netlify.
- Set the build command to:
hugo --gc --minify
- Set the publish directory to:
public
- Make sure to set
HUGO_VERSION
to 0.65.0 or above (tested with latest version) - Set the publish directory to:
public
That's it, now your site gets deployed automatically on git push
or when saving documents from Forestry.
This starter is using Hugo as a static site generator. Once imported in Forestry, clone your repository and develop locally with Hugo.
# Clone your repository
# Go in the project directory
# Start local dev server
hugo server
Open an issue in the theme's repository.