Skip to content

go-gorm/gorm.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Apr 30, 2022
Apr 17, 2025
Feb 4, 2024
Feb 13, 2018
Sep 16, 2022
Mar 10, 2025
Jul 6, 2022
Jun 8, 2019
Jun 12, 2024
Apr 12, 2024
Oct 14, 2022
Apr 17, 2025
Apr 17, 2025
Apr 17, 2025

Repository files navigation

Gorm Official Website

Welcome to the GORM official website, accessible at https://gorm.io.

Contributing to Documentation

At our GitHub repository, we currently only accept pull requests for English documentation. Basic markdown knowledge is sufficient for you to contribute. Feel free to update documents in the pages/docs and pages/gen directories. We highly value your contributions!

The site will automatically deploy new changes to the master branch upon commit.

Translating the Website

For translations into other languages, please visit https://translate.gorm.io. To add a new language for GORM, submit your request via GitHub issues. Approved translations will be managed through the translation site.

Developing this Site

The site is developed using hexo. Start your development with these commands:

$ npm install
$ npm install hexo -g
$ hexo serve