Skip to content

Commit b260b4c

Browse files
authored
move to acmestack (#12)
* move to acmestack * update logo
1 parent c649c18 commit b260b4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+323
-101
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Question 🙋
3-
url: https://github.com/openingo/openingo-website/discussions/categories/q-a
4-
about: Ask your question in OpeningO Discussions
3+
url: https://github.com/acmestack/acmestack-website/discussions/categories/q-a
4+
about: Ask your question in AcmeStack Discussions

.github/ISSUE_TEMPLATE/feature-request---.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "Feature request \U0001F680"
3-
about: Suggest an idea for OpeninGO
3+
about: Suggest an idea for AcmeStack
44

55
---
66

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Why are we doing this? What use cases does it support? What is the expected outc
1212

1313
## Checks
1414

15-
- [ ] Read [Create a Pull Request](https://openingo.org/docs/contributing-guide)
15+
- [ ] Read [Create a Pull Request](https://acmestack.org/docs/contributing-guide)
1616
- [ ] Supports all screen sizes (if relevant)
1717
- [ ] Supports both light and dark mode (if relevant)
1818
- [ ] Passes `npm run test`

.github/workflows/cla.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2020
with:
2121
path-to-signatures: 'signatures/version1/cla.json'
22-
path-to-document: 'https://github.com/openingo/.github/blob/main/OpeninGO-CLA.md' # e.g. a CLA or a DCO document
22+
path-to-document: 'https://github.com/acmestack/.github/blob/main/AcmeStack-CLA.md' # e.g. a CLA or a DCO document
2323
# branch should not be protected
2424
branch: 'cla'
2525
allowlist: bot*
2626

2727
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28-
#remote-organization-name: openingo #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
28+
#remote-organization-name: acmestack #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
2929
#remote-repository-name: cla # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
3030
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
3131
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# OpeninGO WebSite
1+
# AcmeStack WebSite

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reporting Security Issues
22

3-
The OpeninGO team and community take security issues in OpeninGO seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
3+
The AcmeStack team and community take security issues in AcmeStack seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
44

55
To report a security issue, email [[email protected]](mailto:[email protected]) and include the word "SECURITY" in the subject line.
66

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "https://openingo.org/"
1+
baseurl = "https://acmestack.org/"
22
canonifyURLs = false
33
disableAliases = true
44
disableHugoGeneratorInject = true

config/_default/menus/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[[social]]
2424
name = "GitHub"
2525
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
26-
url = "https://github.com/openingo"
26+
url = "https://github.com/acmestack"
2727
post = "v0.1.0"
2828
weight = 10
2929

config/_default/menus/menus.zh.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[[social]]
2424
name = "GitHub"
2525
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
26-
url = "https://github.com/openingo"
26+
url = "https://github.com/acmestack"
2727
post = "v0.1.0"
2828
weight = 10
2929

config/_default/params.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta Data for SEO
22

33
## Homepage
4-
title = "OpeninGO"
4+
title = "AcmeStack"
55
titleSeparator = "-"
66
titleAddition = "Opening Technology Observer"
77
description = "We pay attention and research on computer open source technology, and aim to use open source to give back to open source."
@@ -10,26 +10,26 @@ description = "We pay attention and research on computer open source technology,
1010
docsVersion = "v0.0.1"
1111

1212
## Open Graph
13-
images = ["openingo.png"]
13+
images = ["acmestack.png"]
1414
ogLocale = "zh_CN"
15-
domainTLD = "openingo.org"
16-
titleHome = "OpeninGO Community"
15+
domainTLD = "acmestack.org"
16+
titleHome = "AcmeStack Community"
1717

1818
## JSON-LD
1919
# schemaType = "Person"
2020
schemaType = "Organization"
21-
schemaName = "OpeninGO"
21+
schemaName = "AcmeStack"
2222
schemaAuthor = "qicz"
23-
schemaAuthorGitHub = "https://github.com/openingo"
23+
schemaAuthorGitHub = "https://github.com/acmestack"
2424
schemaLocale = "en-US"
25-
schemaLogo = "openingo-logo.png"
25+
schemaLogo = "acmestack-logo.png"
2626
schemaLogoWidth = 512
2727
schemaLogoHeight = 512
28-
schemaImage = "openingo.png"
28+
schemaImage = "acmestack.png"
2929
schemaImageWidth = 1280
3030
schemaImageHeight = 640
3131
schemaLinkedIn = ""
32-
schemaGitHub = "https://github.com/openingo"
32+
schemaGitHub = "https://github.com/acmestack"
3333
schemaSection = "blog"
3434

3535
## Sitelinks Search Box
@@ -47,10 +47,10 @@ lqipWidth = "20x"
4747
smallLimit = "300"
4848

4949
# Footer
50-
footer = "<center>Copyright © 2013-2022 <a class=\"text-muted\" href=\"https://openingo.org/\">OpeninGO</a> All rights reserved.</center>"
50+
footer = "<center>Copyright © 2013-2022 <a class=\"text-muted\" href=\"https://acmestack.org/\">AcmeStack</a> All rights reserved.</center>"
5151

5252
# Feed
53-
copyRight = "Copyright (c) 2013-2022 OpeninGO All rights reserved."
53+
copyRight = "Copyright (c) 2013-2022 AcmeStack All rights reserved."
5454

5555
# Alert
5656
alert = false
@@ -61,7 +61,7 @@ alertText = "We pay attention and research on computer open source technology, a
6161
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
6262
repoHost = "GitHub"
6363
#repoHost = "Gitea"
64-
docsRepo = "https://github.com/openingo/openingo-website"
64+
docsRepo = "https://github.com/acmestack/acmestack-website"
6565
docsRepoBranch = "main"
6666
docsRepoSubPath = ""
6767
editPage = true

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title : "OpeninGO"
2+
title : "AcmeStack"
33
description: "We pay attention and research on computer open source technology, and aim to use open source to give back to open source."
44
lead: "We pay attention and research on computer open source technology, and aim to use open source to give back to open source."
55
date: 2020-10-06T08:47:36+00:00

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : "Docs"
3-
description: "OpeninGO Docs."
3+
description: "AcmeStack Docs."
44
lead: ""
55
date: 2020-10-06T08:48:23+00:00
66
lastmod: 2020-10-06T08:48:23+00:00

content/en/docs/contributing/developer-environment-setting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ toc: true
2020
> Copy all with format
2121
2222
```
23-
Copyright (c) $today.year, OpeningO
23+
Copyright (c) $today.year, AcmeStack
2424
All rights reserved.
2525
2626
Licensed under the Apache License, Version 2.0 (the "License");

content/en/docs/contributing/github-workflow-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc: true
1515

1616
## 1. Fork in the cloud
1717

18-
1. Visit https://github.com/openingo
18+
1. Visit https://github.com/acmestack
1919
2. Choose one project
2020
2. Click `Fork` button (top right) to establish a cloud-based fork.
2121

@@ -31,7 +31,7 @@ toc: true
3131
## 3. Set remote repository to sync updates
3232

3333
```sh
34-
git remote add upstream https://github.com/openingo/{project-name}.git
34+
git remote add upstream https://github.com/acmestack/{project-name}.git
3535
```
3636

3737
### Keep your branch in sync

content/en/docs/contributing/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Contributor Guide"
3-
description: "the OpeninGO contributor guide."
4-
lead: "the OpeninGO contributor guide."
3+
description: "the AcmeStack contributor guide."
4+
lead: "the AcmeStack contributor guide."
55
date: 2020-10-06T08:49:31+00:00
66
lastmod: 2020-10-06T08:49:31+00:00
77
draft: false

content/en/docs/contributing/pull-requests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Pull Request Process"
3-
description: "This doc explains the process and best practices for submitting a pull request to the OpeninGO project and its associated sub-repositories.
3+
description: "This doc explains the process and best practices for submitting a pull request to the AcmeStack project and its associated sub-repositories.
44
It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters."
5-
lead: "This doc explains the process and best practices for submitting a pull request to the OpeninGO project and its associated sub-repositories.
5+
lead: "This doc explains the process and best practices for submitting a pull request to the AcmeStack project and its associated sub-repositories.
66
It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters."
77
date: 2020-10-06T08:49:31+00:00
88
lastmod: 2020-10-06T08:49:31+00:00
@@ -101,9 +101,9 @@ Read on to learn more about how to get faster reviews by following best practice
101101

102102
# Best Practices for Faster Reviews
103103

104-
Most of this section is not specific to OpeninGO, but it's good to keep these best practices in mind when you're making a pull request.
104+
Most of this section is not specific to AcmeStack, but it's good to keep these best practices in mind when you're making a pull request.
105105

106-
You've just had a brilliant idea on how to make OpeninGO better.
106+
You've just had a brilliant idea on how to make AcmeStack better.
107107
Let's call that idea Feature-X.
108108
Feature-X is not even that complicated.
109109
You have a pretty good idea of how to implement it.
@@ -154,7 +154,7 @@ A pull request with 25 commits is still very cumbersome to review, so use your b
154154
Or, going back to our prefactoring example, you could also fork a new branch, do the prefactoring there and send a pull request for that.
155155
If you can extract whole ideas from your pull request and send those as pull requests of their own, you can avoid the painful problem of continually rebasing.
156156

157-
OpeninGO is a fast-moving codebase - lock in your changes ASAP with your small pull request, and make merges be someone else's problem.
157+
AcmeStack is a fast-moving codebase - lock in your changes ASAP with your small pull request, and make merges be someone else's problem.
158158

159159
Multiple small pull requests are often better than multiple commits.
160160
Don't worry about flooding us with pull requests. We'd rather have 100 small,obvious pull requests than 10 unreviewable monoliths.
@@ -293,7 +293,7 @@ Wrapping the width at 72 characters ensures the body text will be centered and e
293293

294294
You can provide additional context with fewer characters by prefixing your
295295
commit message with the [kind] or [area] that your PR is impacting.
296-
These are commonly used labels that other members of the OpeninGO community will
296+
These are commonly used labels that other members of the AcmeStack community will
297297
understand.
298298

299299
**Examples:**

content/en/docs/contributing/testing-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Testing Guide"
3-
description: "the OpeninGO testing guide."
4-
lead: "the OpeninGO testing guide."
3+
description: "the AcmeStack testing guide."
4+
lead: "the AcmeStack testing guide."
55
date: 2020-10-06T08:49:31+00:00
66
lastmod: 2020-10-06T08:49:31+00:00
77
draft: false

content/en/news/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "News"
3-
description: "The OpeninGO News."
3+
description: "The AcmeStack News."
44
date: 2020-10-06T08:49:55+00:00
55
lastmod: 2020-10-06T08:49:55+00:00
66
draft: false

content/en/news/weclome/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Welcome👋"
3-
description: "Introducing OpeninGO"
4-
lead: "Introducing OpeninGO"
3+
description: "Introducing AcmeStack"
4+
lead: "Introducing AcmeStack"
55
date: 2020-11-04T09:19:42+01:00
66
lastmod: 2020-11-04T09:19:42+01:00
77
draft: false

content/en/released/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : "Released"
3-
description: "OpeninGO Released."
3+
description: "AcmeStack Released."
44
lead: ""
55
date: 2020-10-06T08:48:23+00:00
66
lastmod: 2020-10-06T08:48:23+00:00

content/en/released/v0.0.1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : "v0.0.1"
3-
description: "OpeninGO Docs v0.0.1."
3+
description: "AcmeStack Docs v0.0.1."
44
lead: ""
55
date: 2020-10-06T08:48:23+00:00
66
lastmod: 2020-10-06T08:48:23+00:00

content/en/released/v0.0.1/contributing/developer-environment-setting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ toc: true
2020
> Copy all with format
2121
2222
```
23-
Copyright (c) $today.year, OpeningO
23+
Copyright (c) $today.year, AcmeStack
2424
All rights reserved.
2525
2626
Licensed under the Apache License, Version 2.0 (the "License");

content/en/released/v0.0.1/contributing/github-workflow-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ toc: true
1515

1616
## 1. Fork in the cloud
1717

18-
1. Visit https://github.com/openingo
18+
1. Visit https://github.com/acmestack
1919
2. Choose one project
2020
2. Click `Fork` button (top right) to establish a cloud-based fork.
2121

@@ -31,7 +31,7 @@ toc: true
3131
## 3. Set remote repository to sync updates
3232

3333
```sh
34-
git remote add upstream https://github.com/openingo/{project-name}.git
34+
git remote add upstream https://github.com/acmestack/{project-name}.git
3535
```
3636

3737
### Keep your branch in sync

content/en/released/v0.0.1/contributing/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Contributor Guide"
3-
description: "the OpeninGO contributor guide."
4-
lead: "the OpeninGO contributor guide."
3+
description: "the AcmeStack contributor guide."
4+
lead: "the AcmeStack contributor guide."
55
date: 2020-10-06T08:49:31+00:00
66
lastmod: 2020-10-06T08:49:31+00:00
77
draft: false

content/en/released/v0.0.1/contributing/pull-requests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Pull Request Process"
3-
description: "This doc explains the process and best practices for submitting a pull request to the OpeninGO project and its associated sub-repositories.
3+
description: "This doc explains the process and best practices for submitting a pull request to the AcmeStack project and its associated sub-repositories.
44
It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters."
5-
lead: "This doc explains the process and best practices for submitting a pull request to the OpeninGO project and its associated sub-repositories.
5+
lead: "This doc explains the process and best practices for submitting a pull request to the AcmeStack project and its associated sub-repositories.
66
It should serve as a reference for all contributors, and be useful especially to new and infrequent submitters."
77
date: 2020-10-06T08:49:31+00:00
88
lastmod: 2020-10-06T08:49:31+00:00
@@ -101,9 +101,9 @@ Read on to learn more about how to get faster reviews by following best practice
101101

102102
# Best Practices for Faster Reviews
103103

104-
Most of this section is not specific to OpeninGO, but it's good to keep these best practices in mind when you're making a pull request.
104+
Most of this section is not specific to AcmeStack, but it's good to keep these best practices in mind when you're making a pull request.
105105

106-
You've just had a brilliant idea on how to make OpeninGO better.
106+
You've just had a brilliant idea on how to make AcmeStack better.
107107
Let's call that idea Feature-X.
108108
Feature-X is not even that complicated.
109109
You have a pretty good idea of how to implement it.
@@ -154,7 +154,7 @@ A pull request with 25 commits is still very cumbersome to review, so use your b
154154
Or, going back to our prefactoring example, you could also fork a new branch, do the prefactoring there and send a pull request for that.
155155
If you can extract whole ideas from your pull request and send those as pull requests of their own, you can avoid the painful problem of continually rebasing.
156156

157-
OpeninGO is a fast-moving codebase - lock in your changes ASAP with your small pull request, and make merges be someone else's problem.
157+
AcmeStack is a fast-moving codebase - lock in your changes ASAP with your small pull request, and make merges be someone else's problem.
158158

159159
Multiple small pull requests are often better than multiple commits.
160160
Don't worry about flooding us with pull requests. We'd rather have 100 small,obvious pull requests than 10 unreviewable monoliths.
@@ -293,7 +293,7 @@ Wrapping the width at 72 characters ensures the body text will be centered and e
293293

294294
You can provide additional context with fewer characters by prefixing your
295295
commit message with the [kind] or [area] that your PR is impacting.
296-
These are commonly used labels that other members of the OpeninGO community will
296+
These are commonly used labels that other members of the AcmeStack community will
297297
understand.
298298

299299
**Examples:**

content/en/released/v0.0.1/contributing/testing-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Testing Guide"
3-
description: "the OpeninGO testing guide."
4-
lead: "the OpeninGO testing guide."
3+
description: "the AcmeStack testing guide."
4+
lead: "the AcmeStack testing guide."
55
date: 2020-10-06T08:49:31+00:00
66
lastmod: 2020-10-06T08:49:31+00:00
77
draft: false

content/en/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Versions"
33
description: ""
4-
lead: "An appendix of hosted documentation for nearly every release of OpeninGO."
4+
lead: "An appendix of hosted documentation for nearly every release of AcmeStack."
55
date: 2021-09-24T08:50:23+02:00
66
lastmod: 2021-09-24T08:50:23+02:00
77
draft: false

content/zh/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title : "OpeninGO"
2+
title : "AcmeStack"
33
description: "We pay attention and research on computer open source technology, and aim to use open source to give back to open source."
44
lead: "We pay attention and research on computer open source technology, and aim to use open source to give back to open source."
55
date: 2020-10-06T08:47:36+00:00

content/zh/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title : "Docs"
3-
description: "OpeninGO Docs."
3+
description: "AcmeStack Docs."
44
lead: ""
55
date: 2020-10-06T08:48:23+00:00
66
lastmod: 2020-10-06T08:48:23+00:00

0 commit comments

Comments
 (0)