Gitea: Blog
Go to file
wxiaoguang 0ed99b4e99 Fix blog release contents (#365)
1. sync 1.21.11 release changelog
2. shorten the 1.21.10 image text

![image](/attachments/7f41fbcf-b958-4171-b070-bdb23ee468fd)

Reviewed-on: https://gitea.com/gitea/blog/pulls/365
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com>
2024-04-21 20:49:00 +00:00
.gitea/workflows chore(deps): update nwtgck/actions-netlify action to v3 (#357) 2024-03-14 17:49:06 +00:00
content/post Fix blog release contents (#365) 2024-04-21 20:49:00 +00:00
contrib update some of the URLs to use .com URLs 2023-09-10 15:00:43 -04:00
layouts Index JSON (#249) 2023-04-11 22:30:13 +08:00
plugins/blog docusaurus blog (#266) 2023-07-12 03:25:19 +00:00
src add subscribe request (#334) 2024-01-03 10:56:52 +00:00
static Release Gitea Enterprise (#351) 2024-03-07 08:41:14 +00:00
.editorconfig switch gitter to discord for drone. (#29) 2017-06-15 21:17:35 -05:00
.gitignore docusaurus blog (#266) 2023-07-12 03:25:19 +00:00
CONTRIBUTING.md Update contributing & maintainers file 2017-01-24 21:18:48 +01:00
DCO Initial version 2016-11-08 13:43:15 +01:00
LICENSE Switched back to Apache-2.0 license 2016-11-08 14:04:50 +01:00
Makefile docusaurus blog (#266) 2023-07-12 03:25:19 +00:00
README.md update some of the URLs to use .com URLs 2023-09-10 15:00:43 -04:00
babel.config.js docusaurus blog (#266) 2023-07-12 03:25:19 +00:00
docusaurus.config.js Add gtag configuration (#359) 2024-03-19 08:10:33 +00:00
package-lock.json fix(deps): update dependency @mui/material to v5.15.15 (#358) 2024-04-05 16:31:04 +00:00
package.json fix(deps): update docusaurus monorepo to v3.2.1 (#363) 2024-04-05 16:29:04 +00:00
renovate.json5 Configure Renovate (#299) 2023-10-03 17:04:05 +00:00

README.md

Gitea: Blog

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Hosting

This page is hosted on our infrastructure within Docker containers, it gets automcatically updated on every push to the main branch.

Install

This website uses the Docusaurus static site generator. If you are planning to contribute you'll want to install Docusaurus on your local machine.

The installation of Docusaurus is out of the scope of this document, so please take the official install instructions to get Docusaurus up and running.

Development

To generate the website and serve it on localhost:1313 just execute this command and stop it with Ctrl+C:

npm run start

When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://about.gitea.com>