1
0
forked from gitea/blog
Gitea: Blog
Go to file
HesterG a072eb2022 set WEBPACK_URL_LOADER_LIMIT (#280)
Replace #279. Close #276

Use the method by gitea/blog#279 (comment)

Reviewed-on: gitea/blog#280
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-20 14:40:11 +00:00
.gitea test only PRs 2023-07-17 04:15:16 +00:00
content/post clarify "actions" table stats removal and how it doesn't relate to Gitea Actions. 2023-07-17 04:56:01 +00:00
contrib pull expand tool: add tea mode (#153) 2021-03-13 23:10:58 +08: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 fix checkbox production (#274) 2023-07-14 10:14:19 +00:00
static Create 1.20.0 release blog post (#270) 2023-07-16 19:20:16 +00:00
.drone.yml Build and publish blog with Actions (#257) 2023-04-13 23:48:51 +08: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
babel.config.js docusaurus blog (#266) 2023-07-12 03:25:19 +00:00
config.yaml Index JSON (#249) 2023-04-11 22:30:13 +08: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
docusaurus.config.js Update docusaurus.config.js 2023-07-17 04:13:48 +00: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
package-lock.json set WEBPACK_URL_LOADER_LIMIT (#280) 2023-07-20 14:40:11 +00:00
package.json set WEBPACK_URL_LOADER_LIMIT (#280) 2023-07-20 14:40:11 +00:00
README.md Add subscribe and community components, adjust blog width, update readme (#272) 2023-07-14 09:35:26 +00:00

Gitea: Blog

Build Status 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 master branch.

If you want to host this page on your own you can take our docker image gitea/blog.

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://gitea.io>