Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZigEmbeddedGroup/website
The website for ZEG, contains documents and articles as well as a static site gen
https://github.com/ZigEmbeddedGroup/website
Last synced: about 2 months ago
JSON representation
The website for ZEG, contains documents and articles as well as a static site gen
- Host: GitHub
- URL: https://github.com/ZigEmbeddedGroup/website
- Owner: ZigEmbeddedGroup
- License: mit
- Archived: true
- Created: 2021-03-10T10:30:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T19:16:57.000Z (5 months ago)
- Last Synced: 2024-08-02T22:27:30.581Z (5 months ago)
- Language: Zig
- Size: 239 KB
- Stars: 4
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archived
This repository has been moved into the [monorepo](https://github.com/ZigEmbeddedGroup/microzig/tree/main/website)
# Zig Embedded Group - Website and Articles
This project both contains the contents and the generation of the ZEG website.
## Folder Structure
```
.
├── build.zig
├── deps Contains submodule dependencies
│ └── …
├── LICENCE
├── README.md
├── render Not included in the repo, will contain the rendered website
│ └── …
├── src Source of the website generator and other tools
│ └── main.zig
└── website Contains the raw input data for the website
├── articles Contains all articles in the format `YYYY-MM-dd - ${TITLE}.md`
│ └── …
├── img Contains the images used on the website.
│ └── …
├── index.md Index page of the website
└── tutorials Contains the raw tutorial files
└── …
```## Markdown
The website uses basic markdown that allows GFM style tables and also supports *some* placeholders:
- `` will insert a table of contents if alone in a single line. The ToC will be rendered in the same depth as the next heading, so everything higher in the hierarchy will be ignored.
- `` renders a list of all available articles
- `` renders a list of the 10 latest articles