This repository has been archived on 2023-02-03 . You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
			
				
					
						
					
					dc8a43ac3a5be6a1543262095de3e8cf4f613d55
				
			
			
		
	autonomic-cooperative.gitlab.io
A Jekyll based site for the Autonomic Cooperative.
The template is based on the spectral-jekyll-theme.
We use autonomic.zone for production and autonomic-cooperative.gitlab.io for staging.
Contribute
Please see CONTRIBUTING.md for the juicy details.
Make A New Release
Please add a new change log entry. This helps us track released changes easily.
Then, tag a new commit and send it upstream with:
$ COMMIT=$(git rev-parse HEAD)
$ TAG=6.6.6  # enter your new tag
$ git tag -a $TAG $COMMIT
$ git push upstream master --tags
You can also use the Gitlab tags UI for this.
Our deploy CI stage will push the new site to the production branch.
Watch the CI/CD pipeline to see that it builds successfully.
Then head over to fullyautomatedluxuryinfrastructure and run:
$ ansible-playbook orgs/autonomic/gitlabpages.yml
Description
				
					Languages
				
				
								
								
									SCSS
								
								62.5%
							
						
							
								
								
									HTML
								
								24%
							
						
							
								
								
									JavaScript
								
								12.7%
							
						
							
								
								
									Ruby
								
								0.6%
							
						
							
								
								
									Dockerfile
								
								0.2%