This is the repo for the https://neovim.com.br landing page. It's for help new neovim users to understand how it works. I'm using hugo to bundle it. I also forked and translated in Portuguese the neovim kickstart https://github.com/OuthBack/kickstart-pt-br.nvim
- Install Hugo
- Clone this repository
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
-
Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided here
-
Run Hugo and select the theme of your choosing
hugo server -t YOURTHEME
- Under
/content/
this repository contains the following:
- A section called
/post/
with sample markdown content - A headless bundle called
homepage
that you may want to use for single page applications. You can find instructions about headless bundles over here - An
about.md
that is intended to provide the/about/
page for a theme demo
- If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the Hugo Themes repository