Commit Graph

438 Commits

Author SHA1 Message Date
HesterG c3d361092e Add subscribe and community components, adjust blog width, update readme (#272)
- Updated readme
- Used double quotes instead of single quotes
- Increase blog content width

  Before

  ![Screen Shot 2023-07-14 at 13.45.45](/attachments/9c669c42-2efd-4ae5-bbf5-24f252c26fa0)

  After

  ![Screen Shot 2023-07-14 at 13.45.31](/attachments/6f72912c-2fd9-4a63-8839-583864faa474)

- Added subscribe and community components to buttom of the blog post page.

 ![Screen Shot 2023-07-14 at 15.55.12](/attachments/3808fa5a-e951-487b-8ed2-dc693cfec9e2)

  ![Screen Shot 2023-07-14 at 15.55.30](/attachments/864ff357-a116-47ce-abf0-8278e24ede7d)

  Loading:

  ![Screen Shot 2023-07-14 at 15.57.00](/attachments/2f0ace67-d83e-4415-a778-8e7913fb6505)

   Post sent:

  ![Screen Shot 2023-07-14 at 13.48.44](/attachments/ceac4970-a914-49d5-ad42-febb3d259d89)

   Mobile:

  ![Screen Shot 2023-07-14 at 15.58.19](/attachments/7e01f575-7e4d-4d99-9888-7fb246ceb313)

  ![Screen Shot 2023-07-14 at 15.58.27](/attachments/879128d1-f115-41a7-8e8e-574f0b3de208)

Reviewed-on: https://gitea.com/gitea/blog/pulls/272
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-14 09:35:26 +00:00
techknowlogick 42fd823b6e broken redirs 2023-07-12 16:10:25 -04:00
techknowlogick 24b111f656 add redirects 2023-07-12 16:06:47 -04:00
HesterG fc1a313411 Remove more 404 urls (#269)
as title

Reviewed-on: https://gitea.com/gitea/blog/pulls/269
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-12 07:55:08 +00:00
HesterG 06cdcbce75 some adjustments (#268)
- Found one author whose account is 404 on gitea.com now, so removed url and image url
- Fix blog links
- Use svg instead of png for favicon
- Changed number of post per page to 12
- Hide toc and show "recent post" sidebar on post pages

  ![Screen Shot 2023-07-12 at 13.49.21](/attachments/826c7e1e-1c85-430b-af19-3e90b0e38bdc)

- Fix active status missing for tags when on pagination

  Before (active status missing if not on first page of certain tag's page)

  ![Screen Shot 2023-07-12 at 14.07.10](/attachments/11803673-e7ed-41a0-8a18-918c9df5217f)

  After:

  ![Screen Shot 2023-07-12 at 13.52.08](/attachments/3d5a8271-9c89-4ee6-b758-e59066d62564)

Reviewed-on: https://gitea.com/gitea/blog/pulls/268
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-12 06:43:19 +00:00
techknowlogick 692c3f5dad Update static/_headers 2023-07-12 03:37:00 +00:00
techknowlogick 13fe424e48 Update static/_headers 2023-07-12 03:33:14 +00:00
techknowlogick d1e6f9540d Update static/_redirects 2023-07-12 03:31:42 +00:00
HesterG dab0be78b2 docusaurus blog (#266)
# Notes

- date must not have double quotes, e.g., should be like `date: 2022-10-30T18:25:00+09:15`

- Updated header.

  ![Screen Shot 2023-07-11 at 17.27.49](/attachments/d14b0c62-3630-47a9-bcda-25c6459d4e8b)

- Used customized blog plugin to get all tags with reference to [plugins/blog/index.js](https://github.com/questdb/questdb.io/blob/master/plugins/blog/index.js). Filter by tag section, tag list page.

  ![Screen Shot 2023-07-11 at 18.10.28](/attachments/59561940-a2f7-4ab5-b99a-1d5b84fdbcad)

  ![Screen Shot 2023-07-11 at 17.31.20](/attachments/d6d82976-12c0-4c0f-acfe-218e30c7c627)

- Added coverImage to frontmatter to assgin cover image, e.g., `coverImage: "/img/blog-covers/test.jpeg"`
  And on blog page, cover image will appear on top if `coverImage` added to frontmatter, e.g.,

   ![Screen Shot 2023-07-11 at 17.33.09](/attachments/c27e7971-11db-4241-bc53-9e43df235fbc)

  ![Screen Shot 2023-07-11 at 17.33.20](/attachments/552dd9cf-fc55-4547-8014-864aeb0e5050)

- authors are managed by the `authors.yml` file. [reference](https://docusaurus.io/docs/blog#global-authors)
- [ejected](https://docusaurus.io/docs/swizzling#ejecting) `@docusaurus/theme-classic BlogListPage` and `@docusaurus/theme-classic BlogPostPage`, which are marked as `unsafe` by docusaurus, so need to maintain these components. ([original BlogListPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.tsx), [original BlogPostPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.tsx))
- [referenced repo](https://github.com/questdb/questdb.io)

# How to test

```
npm i
npm run start
```

# Build and serve

```
npm run build
npm run serve
```

# Help Needed

Deploy and preview steps

# More Screenshots

![Screen Shot 2023-07-11 at 17.34.54](/attachments/ee9d46ac-72ac-49de-90df-38e2afc6db02)

Mobile:

![Screen Shot 2023-07-11 at 18.16.54](/attachments/8f1471a3-27cc-459a-a2ce-c0e5bdf604d3)

![Screen Shot 2023-07-10 at 17.53.18](/attachments/992d9f24-e130-41a9-8b55-86744539524c)

![Screen Shot 2023-07-06 at 11.02.21](/attachments/af1632b8-6a61-47f7-b15d-4a6080bebadb)

![Screen Shot 2023-07-11 at 18.17.43](/attachments/af0df617-27a4-46f9-a8a3-037be268e1cd)

![Screen Shot 2023-07-03 at 15.32.45](/attachments/ad2c1217-e82d-434c-81c8-5d4058e18591)

# TODO

- [x] Add Banner to blog page

Reviewed-on: https://gitea.com/gitea/blog/pulls/266
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-12 03:25:19 +00:00
6543 f0fbf15574 Release of v1.19.4 (#267)
Reviewed-on: https://gitea.com/gitea/blog/pulls/267
2023-07-05 16:49:25 +00:00
HesterG 64229c95ef Add blog about New Features related to labels and projects (#258)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/258
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-05-11 11:33:36 +08:00
Lunny Xiao 66ef880a39 Release of v1.19.3 (#264)
As title.

Reviewed-on: https://gitea.com/gitea/blog/pulls/264
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
2023-05-09 09:36:08 +08:00
jolheiser 814d0668f4 Blog 1.19.2 (#263)
Reviewed-on: https://gitea.com/gitea/blog/pulls/263
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-29 06:43:34 +08:00
techknowlogick d85378b43c update date 2023-04-24 09:10:37 +08:00
techknowlogick 586c97f7b0 blog post about backporter (#260)
anyone else who made edits to this post, please feel free to add your name to authors :)

Reviewed-on: https://gitea.com/gitea/blog/pulls/260
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2023-04-24 09:08:46 +08:00
Lunny Xiao d0a6708d0a Delete PR s3 when PR closed (#262)
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/blog/pulls/262
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-20 22:48:27 +08:00
Lunny Xiao 878dcfaeb8 Add release action (#261)
Reviewed-on: https://gitea.com/gitea/blog/pulls/261
Reviewed-by: Zettat123 <zettat123@noreply.gitea.io>
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-20 09:43:04 +08:00
John Olheiser 7c4f6ad16a fix: typo 2023-04-20 01:40:52 +08:00
techknowlogick 68c07b8c6d fix typo 2023-04-20 00:42:48 +08:00
Zettat123 330793061c Creating go actions (#250)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/250
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
2023-04-20 00:40:31 +08:00
jolheiser a225064b9a Add/modify tags on posts (#259)
Now that we have a JSON endpoint for posts, tagging posts can aid in filtering that data in the future.

For example, the docs could list any posts tagged `tutorial` or `feature` somewhere.

Reviewed-on: https://gitea.com/gitea/blog/pulls/259
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-19 18:31:43 +08:00
techknowlogick c4165dc4ae remove extra "steps" 2023-04-14 02:35:43 +08:00
techknowlogick 1a8335063b Build and publish blog with Actions (#257)
Reviewed-on: https://gitea.com/gitea/blog/pulls/257
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-13 23:48:51 +08:00
jolheiser ac80843f8a Blog 1.19.1 (#256)
Reviewed-on: https://gitea.com/gitea/blog/pulls/256
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-13 23:01:27 +08:00
jolheiser 9978b12eac Index JSON (#249)
This will expose a JSON endpoint with all the pages and some meta.

It would allow us to, for example, filter posts by `tag` and maybe link to them from our main docs.

e.g. a follow-up PR to tag any "feature preview"-style posts and then link to them from our docs.

Reviewed-on: https://gitea.com/gitea/blog/pulls/249
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2023-04-11 22:30:13 +08:00
sillyguodong 223db5bdac Record terminal sessions and replay them on Gitea (#248)
Reviewed-on: https://gitea.com/gitea/blog/pulls/248
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-04-08 23:37:17 +08:00
Jason Song 507eac598d Hacking on Gitea Actions (#246)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/246
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: silverwind <silverwind@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
2023-03-31 10:52:54 +08:00
techknowlogick 4a6b3fdd30 Introducing Versioned Documentation (#247)
cc: @delvh not sure if you want to add yourself as an author for this too, as I believe you provided edits to the draft

Reviewed-on: https://gitea.com/gitea/blog/pulls/247
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: delvh <dev.lh@web.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2023-03-28 08:09:34 +08:00
Jason Song b42462146d Update demo image (#245)
Reviewed-on: https://gitea.com/gitea/blog/pulls/245
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-03-21 10:25:13 +08:00
John Olheiser 6ec0f0a971 Blog 1.19 corrections (#244)
Draft PR for corrections.

Reviewed-on: https://gitea.com/gitea/blog/pulls/244
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2023-03-20 23:16:36 +08:00
delvh 292eb26c46 Fix author attribution and release date in the OIDC groups blog (#243)
Reviewed-on: https://gitea.com/gitea/blog/pulls/243
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Co-authored-by: delvh <leon@kske.dev>
Co-committed-by: delvh <leon@kske.dev>
2023-03-20 22:44:54 +08:00
delvh d84f798d35 Fix release date of 1.19.0 blog (#242)
Reviewed-on: https://gitea.com/gitea/blog/pulls/242
Reviewed-by: John Olheiser <john+gitea@jolheiser.com>
Co-authored-by: delvh <leon@kske.dev>
Co-committed-by: delvh <leon@kske.dev>
2023-03-20 21:49:58 +08:00
delvh 877b472768 Blog post for 1.19.0 (#241)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/241
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: jolheiser <john+gitea@jolheiser.com>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
Reviewed-by: noerw <git@nroo.de>
Co-authored-by: delvh <leon@kske.dev>
Co-committed-by: delvh <leon@kske.dev>
2023-03-20 21:37:34 +08:00
techknowlogick 9b44f2772e Add feature-preview: Mapping-oidc-groups-to-teams (#239)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/239
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: delvh <dev.lh@web.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2023-03-20 21:06:52 +08:00
techknowlogick 9d5317ca93 update path to theme 2023-03-16 04:18:53 +08:00
pat-s 360cfeed5e Add PR preview (#237)
Following the example repo at https://gitea.com/gitea/website-pr-preview, this PR will allow for automatically generated PR previews.

Required drone secrets:

- [ ] `GITEA_ACCESS_TOKEN`
- [ ] `AWS_ACCESS_KEY_ID`
- [ ] `AWS_SECRET_ACCESS_KEY`

I've also adjusted the old pipeline to only run for pushes to the default branch to avoid unneeded runs.

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/237
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2023-03-02 14:24:51 +08:00
John Olheiser a7061f5215 Blog 1.18.5 (#238)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/238
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-22 03:57:44 +08:00
Jason Song 411ca541dd Update blog 1.18.4 (#236)
Related issues:

- https://github.com/go-gitea/gitea/issues/21912
- https://github.com/go-gitea/gitea/issues/23000
- https://github.com/go-gitea/gitea/issues/20983
- https://github.com/go-gitea/gitea/issues/23022

Reviewed-on: https://gitea.com/gitea/blog/pulls/236
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Zettat123 <zettat123@noreply.gitea.io>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-02-21 10:39:32 +08:00
John Olheiser 61c1be168b Blog 1.18.4 (#235)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/235
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-21 01:18:43 +08:00
John Olheiser bb4c24e031 Use gitea org as default author (#233)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/233
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-20 23:20:51 +08:00
John Olheiser 6b230eac5e Gitea Governance Post/Quarterly Report 23Q1 (#232)
Thank you to everyone who has given feedback! ❤️

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/232
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-by: Lauris BH <lafriks@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: strk <strk@noreply.gitea.io>
Reviewed-by: delvh <dev.lh@web.de>
2023-02-03 23:06:47 +08:00
John Olheiser 7d71653950 Mention ReverseProxy removal from API in breaking changes for 1.18.0 (#234)
The original PR was labeled as `breaking`, however the backport was labeled `security` (both of which are technically true) and so we didn't end up adding it to the breaking changes section.

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/234
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-30 00:16:59 +08:00
John Olheiser da8b226566 Update security thanks for 1.18.3 (#231)
After reaching out, using the personal site for attribution was preferred.

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/231
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-24 04:12:19 +08:00
John Olheiser 940e1f67bb Blog 1.18.3 (#230)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/230
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io>
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io>
2023-01-24 03:39:37 +08:00
John Olheiser e6a27359aa chore: blog 1.18.2 (#228)
![git-sec](https://gitea.com/attachments/15694b77-7ae0-4a24-8175-03a00dc2ba53)

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/228
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-20 09:27:14 +08:00
John Olheiser def554ad18 Blog 1.18.1 (#227)
Release blog for 1.18.1

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/227
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2023-01-18 02:17:47 +08:00
Lunny Xiao a00bcf7b30 Add break warning for `DISABLE_GRAVATAR` and `ENABLE_FEDERATED_AVATAR`'s moving (#225)
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/225
Reviewed-by: kdumontnu <kdumontnu@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-04 01:26:01 +08:00
John Olheiser a8024cf105 Blog 1.18.0 changes (#224)
1. Someone from the community brought up the prominence (or lack of) for breaking changes, so I brought it to the top before features.
2. I changed "Important Features" to "Feature Highlights"
All features are important, but these are the ones being highlighted on the release post. 🙂

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/224
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-12-31 09:46:54 +08:00
John Olheiser 67866935f5 Blog 1.18.0 fixes (#223)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/223
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
2022-12-30 11:40:00 +08:00
John Olheiser 4d79b4ea62 Blog post 1.18.0 (#222)
Collaborative editing over at https://cryptpad.cz/code/#/2/code/edit/zq4phJiJg00ydHpdiZ2I1UO8/

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/222
Reviewed-by: KN4CK3R <kn4ck3r@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2022-12-30 10:51:10 +08:00