macos-defaults/build/readme.md

57 lines
3.4 KiB
Markdown

# macOS-defaults builder 🤖
:warning: This is not maintained anymore. We now only build the production website. The sources may stay in the repo as old examples.
Compare Static Site Generators by automatically building websites from [this yaml file](../defaults.yml) content 🏗.
It used to build to:
<table>
<tr align="center">
<td><strong><a href="https://github.com/yannbertrand/macos-defaults/tree/current">GitHub Flavored Markdown</a></strong></td>
<td><strong><a href="https://macos-defaults-vuepress.netlify.com/">VuePress</a></strong></td>
<td><strong><a href="https://macos-defaults-docusaurus.netlify.com/docs/">Docusaurus</a></strong></td>
<td><strong><a href="https://macos-defaults-docsify.netlify.com/">docsify</a></strong></td>
</tr>
<tr align="center">
<td width="25%">
<a href="https://github.com/yannbertrand/macos-defaults/tree/current"><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-vuepress.netlify.com/"><img src="https://vuepress.vuejs.org/hero.png" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docusaurus.netlify.com/docs/"><img src="https://docusaurus.io/img/docusaurus.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docsify.netlify.com/"><img src="https://docsify.js.org/_media/icon.svg" alt=""></a>
</td>
</tr>
<tr align="center">
<td>latest</td>
<td>1.9.1</td>
<td>1.14.7</td>
<td>latest</td>
</tr>
</table>
## Features
:warning: This section is not up to date. Please note the version used for comparison above.
/ | [GitHub](https://github.github.com/gfm/) | [VuePress](https://vuepress.vuejs.org/) | [Docusaurus](https://docusaurus.io/) | [docsify](https://docsify.js.org/#/)
--: | :-: | :-: | :-: | :-:
**Stars ⭐️** | N/A | [![](https://img.shields.io/github/stars/vuejs/vuepress?label=&color=yellow)](https://github.com/vuejs/vuepress) | [![](https://img.shields.io/github/stars/facebook/docusaurus?label=&color=yellow)](https://github.com/facebook/Docusaurus) | [![](https://img.shields.io/github/stars/docsifyjs/docsify?label=&color=yellow)](https://github.com/docsifyjs/docsify)
**No JS needed** | ✅ | ✅ | ✅ | ❌
**Code highlight** | ✅<br>[docs](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) | ✅<br>[docs](https://vuepress.vuejs.org/guide/markdown.html#syntax-highlighting-in-code-blocks)<br>([Prism.js](https://prismjs.com/)) | ✅<br>[docs](https://docusaurus.io/docs/en/doc-markdown#syntax-highlighting)<br>([Highlight.js](https://highlightjs.org/)) | ✅<br>[docs](https://docsify.js.org/#/language-highlight?id=language-highlight)<br>(plugin [Prism.js](https://prismjs.com/))
**Search** | ✅ | ✅ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=full-text-search))
**Video support** | ❌ | ✅ | ✅ | ✅
**Official themes** | 1 | 1 | 1 | 4
**Netlify build time** | N/A | 57s | 1m 1s | 38s
**Click to copy code** | ❌ | ❌ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=copy-to-clipboard))
**Category page** | ✅ | ✅ | ❌ | ✅
**Default port** | N/A | 8080 | 3000 | 3000
## How does it work?
- See [GitHub's build detail](./github/#readme)
- See [VuePress' build detail](./vuepress/#readme)
- See [Docusaurus' build detail](./docusaurus/#readme)
- See [Docsify's build detail](./docsify/#readme)