All Projects → gorgonia → gorgonia.github.io

gorgonia / gorgonia.github.io

Licence: other
The source code (and website) for gorgonia.org

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gorgonia.github.io

docs
Documentation site for LFE
Stars: ✭ 23 (+91.67%)
Mutual labels:  docs
jx-docs
Source code used to build the Jenkins X documentation and website
Stars: ✭ 86 (+616.67%)
Mutual labels:  docs
unicode-programming
Unicode programming examples
Stars: ✭ 33 (+175%)
Mutual labels:  docs
kata-platform-docs
Documentations for the Kata Platform.
Stars: ✭ 56 (+366.67%)
Mutual labels:  docs
flutter-docs-ptbr
Documentação do Flutter em pt-BR
Stars: ✭ 20 (+66.67%)
Mutual labels:  docs
native-testing-library-docs
🐳 Docs site for native-testing-library
Stars: ✭ 16 (+33.33%)
Mutual labels:  docs
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+425%)
Mutual labels:  docs
linter-alex
📝Sensitive, considerate writing before you merge your Pull Requests
Stars: ✭ 67 (+458.33%)
Mutual labels:  docs
resharper-devguide
Developer guide for the ReSharper Platform
Stars: ✭ 65 (+441.67%)
Mutual labels:  docs
docs
The Form Tools documentation.
Stars: ✭ 15 (+25%)
Mutual labels:  docs
awesome-docs
A curated list of awesome documentation tools
Stars: ✭ 163 (+1258.33%)
Mutual labels:  docs
chm-documentation
chm documentation PostgreSQL pgadmin3 SQLAlchemy Django Flask jinja2 webpy doc chm compiled html help Postgres Postgre документация russian
Stars: ✭ 17 (+41.67%)
Mutual labels:  docs
cpeditor.github.io
The official website of CP Editor 📝
Stars: ✭ 17 (+41.67%)
Mutual labels:  docs
collective
How the unified collective is governed
Stars: ✭ 41 (+241.67%)
Mutual labels:  docs
conda-docs
Conda documentation
Stars: ✭ 313 (+2508.33%)
Mutual labels:  docs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (+175%)
Mutual labels:  docs
nakama-docs
Documentation for Nakama social and realtime server.
Stars: ✭ 44 (+266.67%)
Mutual labels:  docs
docs
PlanetScale documentation
Stars: ✭ 56 (+366.67%)
Mutual labels:  docs
laravel-openapi
Generate OpenAPI specification for Laravel Applications
Stars: ✭ 269 (+2141.67%)
Mutual labels:  docs
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+483.33%)
Mutual labels:  docs

About

Thie repository contains the sources and the website of gorgonia.org.

The website is hosted in the master branch, and the sources are in the develop branch.

How to contribute:

The default branch for sources is develop.

git clone https://github.com/gorgonia/gorgonia.github.io.git
git submodule init
git submodule update

Fix existing content

locate the source within the develop branch under the content subdirectory. Fix it and create a PR against the develop branch of this repository. You can also use the link "edit on github" on the top right corner of the corresponding page on the gorgonia.org website.

Create new content

To add some new content to one of the sections, please use the command

hugo new section/my-content.md

where section is one of:

  • about
  • how-to
  • reference
  • tutorials

Edit the corresponding file and create a PR against the develop branch

Test your dev

Test your developments from the src subdirectory with:

hugo -D serve

Going live

This repo uses github actions to deploy the content; every event on develop triggers the build and deploy the website on master. Please ask a review of your content in doubt.

vanity import (for the Gorgonia team)

Vanity import paths are handled by hugo.

Add a new repository

To add a new go-gettable repository, add a file in the content/vanity-import-paths subdir.

Add a subpackage

To add a new subpackage to an existing repository, add an entry in the aliases array within the md of the repository.

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].