Contains the code for a new hugo-based Ligato.io website. This is used for development/testing purposes. Once completed it will be deployed using Netlify to replace the existing Ligato.io site.
Follow the instruction located here.
Don't worry about the theme in the quickstart guide. It is used just to get you going.
For now this site is using https://github.com/JugglerX/hugo-hero-theme
The hero theme is treated as submodule. This is required for when it is deployed using Netlify.
Be sure to use this command specifically
:
git clone --recurse-submodules [email protected]:chrismetz09/ligato-site2.git
cd ligato-site2
hugo server -D
Go to localhost:1313 on your favorite browser and check it out.
This uses live reload so any changes will be instantaneous.
-
all content is written in markdown. Usual markdown links including those for images work.
-
all content is contained in the content/ folder. You can see how sub-folders under content/ relate to specific content on the site.
-
all the content here is high-level. Detailed technical documentation is automatically retrieved from the Ligato github repos and hosted on a readthedocs.io site which in turn is reachable by the
documentation
menu option. -
config.toml
is the main config file.content/_index.md
contains the home page text.