Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Saber2pr/wiki-builder
powered by saber2pr.github.io
https://github.com/Saber2pr/wiki-builder
Last synced: 2 months ago
JSON representation
powered by saber2pr.github.io
- Host: GitHub
- URL: https://github.com/Saber2pr/wiki-builder
- Owner: Saber2pr
- Created: 2022-02-15T14:08:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T03:32:13.000Z (6 months ago)
- Last Synced: 2024-10-28T16:57:59.309Z (2 months ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Saber2pr/wiki-builder - powered by saber2pr.github.io (JavaScript)
README
# wiki-builder
powered by saber2pr.github.io
```yml
name: Wiki Builderon:
workflow_dispatch:
push:
branches:
- masterjobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Saber2pr/[email protected]
```1. live demo: [Saber2pr's Blog](https://saber2pr.top/)
2. live demo source: [saber2pr.github.io](https://github.com/Saber2pr/saber2pr.github.io)## How to use
In the git repo, just write markdown files, and support tree directory level generation of side menu bars.
When CI is built, it will be compiled into HTML static files, which is SEO friendly.
## More config
```yml
- uses: actions/[email protected]
- uses: Saber2pr/[email protected]
with:
cname: saber2pr.top # optional, your website cname
gaId: G-XXX # optional, your google analytics gid
gaAdId: ca-pub-XXX # optional, your google adsense id
gaAdsTxt: google.com, pub-xxx, DIRECT, xxx # optional, your google adsense txt
gaAdsSlotHtml: (adsbygoogle = window.adsbygoogle || []).push({}); # optional, your google adsense html
iconUrl: //saber2pr.top/MyWeb/resource/image/saber2pr-top.ico # optional, your website icon
i18nConfig: '[{"name":"English","key":"/"},{"name":"Chinese","key":"/zh"}]' # optional, your website i18n support
title: MyBlog
keywords: blog,js,html,css
description: this is my blog
```