Gitea: Blog
Go to file
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
.github Comment help text for issues (#34) 2017-08-09 12:12:27 +08:00
content/post Record terminal sessions and replay them on Gitea (#248) 2023-04-08 23:37:17 +08: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
static Record terminal sessions and replay them on Gitea (#248) 2023-04-08 23:37:17 +08:00
.drone.yml Add PR preview (#237) 2023-03-02 14:24:51 +08:00
.editorconfig switch gitter to discord for drone. (#29) 2017-06-15 21:17:35 -05:00
.gitignore Blog for Gitea 1.17.0 (#199) 2022-07-31 20:23:44 +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
LICENSE Switched back to Apache-2.0 license 2016-11-08 14:04:50 +01:00
Makefile Add feature-preview: Mapping-oidc-groups-to-teams (#239) 2023-03-20 21:06:52 +08:00
README.md Update 'README.md' 2021-02-02 10:49:45 +08:00
config.yaml Index JSON (#249) 2023-04-11 22:30:13 +08:00

README.md

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 Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.

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

Development

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

make server

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>