summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml4
-rw-r--r--.github/workflows/cs.yml6
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--README.md4
-rw-r--r--exampleSite/content/about.md2
-rw-r--r--exampleSite/content/documentation/index.md4
-rw-r--r--theme.toml2
7 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 5bf8c11..241b6a2 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -3,11 +3,11 @@ name: CodeQL
on:
push:
branches:
- - master
+ - main
# The branches below must be a subset of the branches above
pull_request:
branches:
- - master
+ - main
schedule:
- cron: '0 11 * * *'
diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml
index 0975285..faf298e 100644
--- a/.github/workflows/cs.yml
+++ b/.github/workflows/cs.yml
@@ -3,16 +3,16 @@ name: CS
on:
push:
branches:
- - master
+ - main
- 'feature/**'
- 'release/**'
- 'fix/**'
paths-ignore:
- - "README.md"
+ - README.md
# The branches below must be a subset of the branches above
pull_request:
branches:
- - master
+ - main
paths-ignore:
- README.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 23d5bbd..37cb987 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -88,7 +88,7 @@ time to complete.
- Be minified to a single line with no formatting
- Not contain any JS or CSS section inside it
- Not contain any additional transformations (matrix, translate, scale)
- - Compatible with [MIT License](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/master/LICENSE)
+ - Compatible with [MIT License](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/main/LICENSE)
- Maintain clean commit history and use meaningful commit messages.
Pull Requests with messy commit history (with commit messages
like "update", "another update", etc.) are difficult to review and won't
@@ -108,7 +108,7 @@ time to complete.
1. Fork the repository
2. Clone down the repository to your local system
3. Run `npm i` in the repository root
-4. Create a new *dedicated branch* with descriptive name from `master`
+4. Create a new *dedicated branch* with descriptive name from `main`
5. Make your change and commit to the new branch from the previous step
1. Write a clear commit message
2. If you've added code that need documentation, update
@@ -124,4 +124,4 @@ time to complete.
## License
By contributing to Ed, you agree that your contributions will be licensed under
-[MIT License](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/master/LICENSE).
+[MIT License](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/main/LICENSE).
diff --git a/README.md b/README.md
index d216696..bddb9f5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ on legibility, durability, ease and flexibility.
---
<p align="center">
- <kbd><img src="https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/master/exampleSite/content/documentation/screenshot-home.png" alt="Mockup image" title="Mockup"/></kbd>
+ <kbd><img src="https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/main/exampleSite/content/documentation/screenshot-home.png" alt="Mockup image" title="Mockup"/></kbd>
</p>
---
@@ -45,4 +45,4 @@ To learn how to install and begin using Ed, please visit our
## License
-Ed licensed under the MIT License. See the [LICENSE](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/master/LICENSE) file for more information.
+Ed licensed under the MIT License. See the [LICENSE](https://raw.githubusercontent.com/sergeyklay/gohugo-theme-ed/main/LICENSE) file for more information.
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 87011f7..28b0134 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -23,7 +23,7 @@ useful type of editions for editors and readers. An edition produced with Ed con
pages whose rate of decay is substantially lower than database-driven systems. As an added bonus,
these static pages require less bandwidth. Our hope is that our approach can help beginners and
veterans deploy beautiful editions with less effort, and that it can help us teach a 'full stack'
-{{< link src="https://github.com/susannalles/MinimalEditions/blob/master/README.md" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}in one academic semester{{< /link >}},
+{{< link src="https://github.com/susannalles/MinimalEditions/blob/main/README.md" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}in one academic semester{{< /link >}},
while allowing us to care for our projects at less cost, and perhaps, just perhaps, to generate
high-quality editions on github.io in large quantities based on the
{{< link src="http://jonreeve.com/2015/09/introducing-git-lit/" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}git-lit{{< /link >}} model by Jonathan Reeve. We're coming
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index 7b21bc0..9873918 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -32,7 +32,7 @@ If you don't get an error, you're good to go. Using the `cd` command on your ter
$ hugo mod init github.com/<your_user>/<your_project>
~~~
-Take a look inside the `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/tree/master/exampleSite" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}exampleSite{{< /link >}}` folder of this theme. You'll find a folder called `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/blob/master/exampleSite/config" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}config{{< /link >}}`. Copy the `config` folder in the project root of your Hugo site. Check the contents of the `config` folder and configure it.
+Take a look inside the `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/tree/main/exampleSite" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}exampleSite{{< /link >}}` folder of this theme. You'll find a folder called `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/blob/main/exampleSite/config" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}config{{< /link >}}`. Copy the `config` folder in the project root of your Hugo site. Check the contents of the `config` folder and configure it.
After that, import the theme adding the following lines to `config/_default/config.yaml`:
@@ -297,7 +297,7 @@ The internal links pointing to the right sections in your document are generated
## Getting help
-That should do it. If you have suggestions on how to improve Ed, make sure to leave us a line on {{< link src="https://github.com/sergeyklay/gohugo-theme-ed/issues" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}our issues page{{< /link >}}, or send us a pull request. If you run into an issue that isn't answered by this documentation or the `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/tree/master/exampleSite" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}exampleSite{{< /link >}}`, then visit the {{< link src="https://discourse.gohugo.io/" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}Hugo forum{{< /link >}}. The folks there are helpful and friendly. **Before** asking your question, be sure to read the {{< link src="https://discourse.gohugo.io/t/requesting-help/9132" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}requesting help guidelines{{< /link >}}. Feel free to tag me in your question, my forum username is {{< link src="https://discourse.gohugo.io/u/egrep/summary" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}@egrep{{< /link >}}.
+That should do it. If you have suggestions on how to improve Ed, make sure to leave us a line on {{< link src="https://github.com/sergeyklay/gohugo-theme-ed/issues" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}our issues page{{< /link >}}, or send us a pull request. If you run into an issue that isn't answered by this documentation or the `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/tree/main/exampleSite" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}exampleSite{{< /link >}}`, then visit the {{< link src="https://discourse.gohugo.io/" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}Hugo forum{{< /link >}}. The folks there are helpful and friendly. **Before** asking your question, be sure to read the {{< link src="https://discourse.gohugo.io/t/requesting-help/9132" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}requesting help guidelines{{< /link >}}. Feel free to tag me in your question, my forum username is {{< link src="https://discourse.gohugo.io/u/egrep/summary" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}@egrep{{< /link >}}.
Happy editing!
diff --git a/theme.toml b/theme.toml
index 09301a9..5d4d6c7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "Ed"
license = "MIT"
-licenselink = "https://github.com/sergeyklay/gohugo-theme-ed/blob/master/LICENSE"
+licenselink = "https://github.com/sergeyklay/gohugo-theme-ed/blob/main/LICENSE"
description = "Ed theme for minimal editions, based on Alex Gil theme"
# The home page of the theme, where the source can be found.