mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
duplicate bash sorted out
This commit is contained in:
parent
36939a406b
commit
641391facb
@ -14,6 +14,7 @@ AddOutputFilter DEFLATE css
|
|||||||
AddOutputFilter DEFLATE js
|
AddOutputFilter DEFLATE js
|
||||||
# URL's that changed
|
# URL's that changed
|
||||||
Redirect /coops/ https://www.coops.tech/co-op/
|
Redirect /coops/ https://www.coops.tech/co-op/
|
||||||
|
Redirect /technology/gnu-bash https://www.coops.tech/technology/bash
|
||||||
# Canonical URLs redirect to the domain with a www
|
# Canonical URLs redirect to the domain with a www
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
@ -47,7 +47,7 @@ services:
|
|||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- debian
|
- debian
|
||||||
- discourse
|
- discourse
|
||||||
- d3
|
- d3
|
||||||
|
@ -28,7 +28,7 @@ services:
|
|||||||
- web-design
|
- web-design
|
||||||
technologies:
|
technologies:
|
||||||
- ansible
|
- ansible
|
||||||
- gnu-bash
|
- bash
|
||||||
- civicrm
|
- civicrm
|
||||||
- d3
|
- d3
|
||||||
- debian
|
- debian
|
||||||
|
@ -37,7 +37,7 @@ services:
|
|||||||
|
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- drupal
|
- drupal
|
||||||
- gitlab
|
- gitlab
|
||||||
- htmlcss
|
- htmlcss
|
||||||
|
@ -31,7 +31,7 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
technologies:
|
technologies:
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- debian
|
- debian
|
||||||
- django-2
|
- django-2
|
||||||
- htmlcss
|
- htmlcss
|
||||||
|
@ -24,7 +24,7 @@ services:
|
|||||||
- strategy
|
- strategy
|
||||||
- user-research
|
- user-research
|
||||||
technologies:
|
technologies:
|
||||||
- gnu-bash
|
- bash
|
||||||
- centos
|
- centos
|
||||||
- debian
|
- debian
|
||||||
- discourse
|
- discourse
|
||||||
|
@ -95,7 +95,7 @@ services:
|
|||||||
technologies:
|
technologies:
|
||||||
- ansible
|
- ansible
|
||||||
- apache
|
- apache
|
||||||
- gnu-bash
|
- bash
|
||||||
- centos
|
- centos
|
||||||
- debian
|
- debian
|
||||||
- discourse
|
- discourse
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Bash
|
title: Bash
|
||||||
name: Bash
|
name: bash
|
||||||
|
website: https://www.gnu.org/software/bash/
|
||||||
|
description: Bash is the GNU Project's shell. Bash is the Bourne Again SHell.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
title: Bash
|
|
||||||
name: Bash
|
|
||||||
---
|
|
Loading…
Reference in New Issue
Block a user