Website for The Developer Ecosystem
This is currently a work in progress.
- Have
hugo
installed - run
hugo server
in the root and it should serve on//localhost:1313
From here you can modify files and see the live preview.
The majority of content is under
/content/*
- dedicated pages/data/home/*
- filler content in .yaml files
- Add a markdown file to
/content/blog/yourpost.md
- use the correct template. See other blog posts. for a list of all available features see the
/content/blog/.blog-template.md
file. you can render it out by removing the.
in the file name, or copy it into your blog post to see the content.