Rename master branch to main

This commit is contained in:
Yuki Hattori 2021-02-07 23:26:50 +09:00
parent 44a5df82bd
commit 1ac018807b
5 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ env:
jobs:
validate:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' || !startsWith(github.event.head_commit.message, '[ci skip]') }}
if: ${{ github.ref == 'refs/heads/main' || !startsWith(github.event.head_commit.message, '[ci skip]') }}
steps:
- run: echo "${{ github.event.head_commit.message }}"

View File

@ -71,7 +71,7 @@ And there is a gravesite of classic Marp app in https://github.com/yhatt/marp. :
[marp]: https://github.com/marp-team/marp
[marpit]: https://github.com/marp-team/marpit
[marp-core]: https://github.com/marp-team/marp-core
[marp-core-themes]: https://github.com/marp-team/marp-core/tree/master/themes
[marp-core-themes]: https://github.com/marp-team/marp-core/tree/main/themes
[marp-cli]: https://github.com/marp-team/marp-cli
[marp-vscode]: https://github.com/marp-team/marp-vscode
[vscode]: https://code.visualstudio.com/
@ -100,7 +100,7 @@ And there is a gravesite of classic Marp app in https://github.com/yhatt/marp. :
<!-- - [Title](https://example.com/) by [@username](https://github.com/username) -->
Let us know if you have created an awesome slide deck with Marp ecosystem! [Edit README.md and send pull request.](https://github.com/marp-team/marp/edit/master/README.md)
Let us know if you have created an awesome slide deck with Marp ecosystem! [Edit README.md and send pull request.](https://github.com/marp-team/marp/edit/main/README.md)
## Contributing

View File

@ -86,7 +86,7 @@ Many of the features are based on the old desktop app, and have improved to be s
**[Marp CLI]** is a CLI interface of Marpit and Marp Core converter. It's a Swiss-Army knife for Marp slide deck!
[![Marp CLI](https://raw.githubusercontent.com/marp-team/marp-cli/master/docs/images/marp-cli.gif ' ')][marp cli]
[![Marp CLI](https://raw.githubusercontent.com/marp-team/marp-cli/main/docs/images/marp-cli.gif ' ')][marp cli]
You can use it right now by running `npx @marp-team/marp-cli` if [Node.js](https://nodejs.org/) is installed.
@ -207,6 +207,6 @@ In a new Marp, we have reconsidered Markdown syntax based on feedback to the old
Marp Next just focuses to build the ecosystem for Markdown slide deck with pure open source. We expect to expand Marp productivity together with open source community.
We still have stood at the beginning of the brand-new ecosystem. Are you interested to Marp team and our ecosystem? We welcome to start your contribution! See [our contributing guideline](https://github.com/marp-team/marp/blob/master/.github/CONTRIBUTING.md) and get started!
We still have stood at the beginning of the brand-new ecosystem. Are you interested to Marp team and our ecosystem? We welcome to start your contribution! See [our contributing guideline](https://github.com/marp-team/.github/blob/master/CONTRIBUTING.md) and get started!
> PS. [GitHub Sponsors](https://github.com/sponsors/yhatt) is also good contribution if you want to help my working for open source.

View File

@ -126,7 +126,7 @@ const cards = [
</a>{' '}
has{' '}
<a
href="https://github.com/marp-team/marp-core/tree/master/themes"
href="https://github.com/marp-team/marp-core/tree/main/themes"
rel="noopener noreferrer"
target="_blank"
>

View File

@ -1,5 +1,5 @@
// Based on Marpit PostCSS rem plugin
// https://github.com/marp-team/marpit/blob/master/src/postcss/root/rem.js
// https://github.com/marp-team/marpit/blob/main/src/postcss/root/rem.js
const { plugin } = require('postcss')
const rootFontSizeCustomProp = '--root-font-size'