All Projects → gin-gonic → website

gin-gonic / website

Licence: MIT license
Official website and document for Gin

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to website

go-12factor-example
Example the 12factor app using golang
Stars: ✭ 20 (-77.27%)
Mutual labels:  gin, gin-gonic
go-gin-web-server
Deploy Go Gin on Render
Stars: ✭ 23 (-73.86%)
Mutual labels:  gin, gin-gonic
geo-smart-system
Open Source Realtime Tracking System
Stars: ✭ 36 (-59.09%)
Mutual labels:  gin, gin-gonic
gin-swagger
DRY templates for go-swagger
Stars: ✭ 79 (-10.23%)
Mutual labels:  gin, gin-gonic
go api boilerplate
🐶Go (Golang)🚀REST / GraphQL API + Postgres boilerplate
Stars: ✭ 127 (+44.32%)
Mutual labels:  gin, gin-gonic
ginhelper
gin framework helper
Stars: ✭ 16 (-81.82%)
Mutual labels:  gin, gin-gonic
gin-rest-api
Example golang using gin framework everything you need, i create this tutorial special for beginner.
Stars: ✭ 56 (-36.36%)
Mutual labels:  gin, gin-gonic
httpsign
Signing HTTP Messages Middleware
Stars: ✭ 54 (-38.64%)
Mutual labels:  gin, gin-gonic
requestid
Request ID middleware for Gin Framework
Stars: ✭ 115 (+30.68%)
Mutual labels:  gin, gin-gonic
go-gin-logrus
Gin Web Framework for using Logrus as the Gin logger with Tracing middleware
Stars: ✭ 38 (-56.82%)
Mutual labels:  gin, gin-gonic
logger
Gin middleware/handler to logger url path using rs/zerolog
Stars: ✭ 119 (+35.23%)
Mutual labels:  gin, gin-gonic
easy-gin
一套基于 Gin 框架的 MVC 脚手架,使用 govendor 包管理
Stars: ✭ 74 (-15.91%)
Mutual labels:  gin
wizard
🍳Wizardoc is a WEBAPP for managing documents and knowledge.
Stars: ✭ 57 (-35.23%)
Mutual labels:  document
bayou
Collaborative document editing, with Quill-based front end
Stars: ✭ 21 (-76.14%)
Mutual labels:  document
clean-gin
Implementation of clean architecture in Go, Gin with dependency injection.
Stars: ✭ 181 (+105.68%)
Mutual labels:  gin-gonic
go-gin-app
Fork from https://github.com/demo-apps/go-gin-app.git
Stars: ✭ 15 (-82.95%)
Mutual labels:  gin
blog
后端api采用go语言框架gin编写,前端使用vue + element ui编写
Stars: ✭ 45 (-48.86%)
Mutual labels:  gin
HelloGin
Gin,Vue,Redis,Mysql,Xorm,FastDFS, Hello Gin ! 项目适合入门Gin
Stars: ✭ 62 (-29.55%)
Mutual labels:  gin
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+1.14%)
Mutual labels:  gin
paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (-62.5%)
Mutual labels:  document

Gin website

Run Deploy

Welcome! This repository houses all the assets required to build the Gin website and documentation. We're pleased that you want to contribute! The website is hosted at https://gin-gonic.com.

We use Hugo to format and generate our website, the Docsy theme for styling and site structure. Thanks!.

Note: We only support hugo v0.75.1 version.

Contribution

  • Fork the repository

You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called as fork.

You need to use the below command to clone code for docsy theme.

git clone --recurse-submodules --depth 1 https://github.com/google/docsy.git themes/docsy
  • Create one pull request

Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.

  • Merge the pull request

Once your pull request is created, a Gin reviewer will take responsibility for providing clear, actionable feedback, re-improve and merge.

Running

See the official Hugo documentation for Hugo installation instructions.

To run the site locally when you have Hugo installed:

# If use `hugo` command, you need to use `npm install` command
$ npm install
$ hugo
# Or use `hugo server`, it not need `npm install` command
$ hugo server

This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the site. As you make changes to the source files, Hugo updates the site and forces a browser refresh.

Thanks

Gin thrives on community participation, and we really appreciate your contributions to our site and our documentation!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].