Compare commits

...

10 Commits

Author SHA1 Message Date
27a894ba9a Update .gitlab-ci.yml 2024-02-21 15:04:32 +01:00
0aa96054c2 Update .gitlab-ci.yml 2024-02-21 14:59:26 +01:00
Christoffer Martinsson
78869163df Updated home 2018-10-27 13:50:06 +02:00
Christoffer Martinsson
ba764aac31 Updated logo 2018-10-27 12:12:15 +02:00
Christoffer Martinsson
4a0057cad1 Updated showcase 2018-10-27 09:41:32 +02:00
Christoffer Martinsson
83ac08e9e2 Updated showcase 2018-10-26 22:51:39 +02:00
Christoffer Martinsson
c604898142 Added showcase file 2018-10-26 22:26:50 +02:00
Christoffer Martinsson
99f6eb1f34 Updated css 2018-10-26 16:47:48 +02:00
Christoffer Martinsson
909204060a Updated about page 2018-10-26 15:14:59 +02:00
Christoffer Martinsson
09e64f9a2c Updated theme override 2018-10-26 00:09:43 +02:00
11 changed files with 115 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/hugo
image: dettmering/hugo-build
image: jguyomard/hugo-builder
variables:
GIT_SUBMODULE_STRATEGY: recursive
@ -11,8 +11,8 @@ before_script:
build:
script:
- hugo
- smbclient '//192.168.30.10/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'
- smbclient '//192.168.30.10/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; mkdir '$CI_PROJECT_NAME'; cd '$CI_PROJECT_NAME'; lcd public; mput *'
- smbclient '//192.168.30.129/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'
- smbclient '//192.168.30.129/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; mkdir '$CI_PROJECT_NAME'; cd '$CI_PROJECT_NAME'; lcd public; mput *'
only:
- master

View File

@ -9,7 +9,7 @@ googleAnalytics = ""
[params]
author = "Christoffer Martinsson"
description = "Open Source Product **(and music)** Development"
profilePic ="images/CMTecV3_Dark.png"
profilePic ="images/cmtecLogo_Dark_600x276.png"
copyright = "Copyright 2018 CMtec"
githubUsername = "#"
accent = "#afd787"
@ -31,6 +31,11 @@ googleAnalytics = ""
name = "About"
weight = 2
[[menu.main]]
url = "/showcase"
name = "Showcase"
weight = 3
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/

View File

@ -4,16 +4,25 @@ date: 2018-10-25
draft: false
---
# About
CMtec was created back in 1999 by **Chritoffer Martinsson** in Helsingborg Sweden.
The company has two focus areas:
* Product development in the home automation and electronic sector.
* Music production
Released as Open Source on [GitLab](https://git.cmtec.se)
All products/projects are released as Open Source on GitLab https://git.cmtec.se
* Music production (mastering, mixing and recording)
Published on [SoundCloud](https://soundcloud.com/cmtec)
Music are published on SoundCloud https://soundcloud.com/cmtec
## Contributers
CMtec has no employees. Instead the company is built on contributors that are making contributions on their own spare time.
* **Christoffer Martinsson**
Main contributor and official head of CMtec.
Backgroud in electronic engineering and software development.
* **Christian Martinsson**
Backgroud in game and software development.
If you have any questions please send us a email at [info@cmtec.se](mailto:info@cmtec.se)

52
content/showcase.md Normal file
View File

@ -0,0 +1,52 @@
---
title: "Showcase"
date: 2018-10-25
draft: false
---
## HAASP
Home automation software written in python.
Head over to https://haasp.net for more info.
## Elite Controller
Dual joystick setup optimized for use with the space sim Elite Dangerous.
### Left controller
* 2 axis
* 20 buttons on joystick
* 2 buttons on base
### Right controller
* 4 axis
* 12 buttons on joystick
* 2 button on base
* Mouse
* Combined HID with Joystick and Keyboard
* Activated by mode button (use thumb joystick as mouse)
* Keyboard
* Combined HID with Joystick and Mouse
* Passing through standard USB HID keyboard (swedish layout)
* Joystick button as keyboard shortcuts (activated by mode button)
*F10, Alt-F10 and Win-Alt-R*
Head over to https://git.cmtec.se/elite/elite_controller for more info.
## Unraid Docker Repository
Collection of application wrapped in docker containers ready for use in [Unraid](https://unraid.net) servers.
* HAASP (entire application series)
Thrid party application:
*CMtec is only the creator of the actual docker container and not it's content*
* Unifi
* Unifi Beta
* Unifi Video
* Nginx (With LetsEncrypt support)
* Wordpress
Add https://github.com/cmtec/docker-templates to your "Template repositories" in Unraid to use these dockers.

View File

@ -0,0 +1,23 @@
<div class="item">
{{ $.Scratch.Set "link" .RelPermalink }}
{{ with .Params.repo }}
{{ $repoHost := default "github" $.Params.repoHost }}
{{ if eq "github" $repoHost }}
{{ printf "https://github.com/%s/%s/" $.Site.Params.githubUsername . | $.Scratch.Set "link" }}
{{ else if eq "gitlab" $repoHost }}
{{ printf "https://gitlab.com/%s/%s/" $.Site.Params.gitlabUsername . | $.Scratch.Set "link" }}
{{ else if eq "bitbucket" $repoHost }}
{{ printf "https://bitbucket.org/%s/%s/" $.Site.Params.bitbucketUsername . | $.Scratch.Set "link" }}
{{ end }}
{{ end }}
{{ with .Params.link }} {{ $.Scratch.Set "link" . }} {{ end }}
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") | $.Scratch.Set "subtitle" }}
{{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }}
<h1><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h1>
<h5>{{ $.Scratch.Get "subtitle" }}</h5>
{{ range .Params.tags }}
<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}"><kbd class="item-tag">{{ . }}</kbd></a>
{{ end }}
</div>

View File

@ -1,9 +1,18 @@
.navbar-header button {
background: #c6c6c6;
}
.intro > h2 {
font-size: 27px;
}
.intro > h1, .intro > h2 {
color: #6c6c6c;
}
.item {
color: #6c6c6c;
text-align: left;
}
.text-justify {
@ -14,6 +23,10 @@
color: #afd787;
}
.text-justify h2{
margin-top: 40px;
}
.navbar.navbar-default.navbar-fixed-top {
background: #000;
border-color: #000;

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 99 99" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><rect id="HAASP_Logo_Light" x="0" y="0" width="98.137" height="98.332" style="fill:none;"/><g><path d="M98.072,5.884c0,-3.247 -2.636,-5.884 -5.884,-5.884l-86.304,0c-3.247,0 -5.884,2.637 -5.884,5.884l0,86.304c0,3.248 2.637,5.884 5.884,5.884l86.304,0c3.248,0 5.884,-2.636 5.884,-5.884l0,-86.304Z" style="fill:#f2f2f2;"/><g><path d="M35.732,36.525c0.262,-1.35 1.027,-2.533 1.894,-3.725c4.881,-6.713 12.581,-21.735 15.659,-14.795c-3.77,4.07 -2.803,12.449 0.431,15.736c5.815,5.908 -1.017,-1.912 -5.128,2.492c-1.13,1.21 -1.361,0.952 -1.151,2.476l16.016,15.62c1.209,1.179 1.944,2.664 2.199,4.214c0.257,0.881 0.246,1.826 -0.038,2.705c-0.262,1.35 -0.892,2.645 -1.894,3.725c-5.579,6.016 -7.096,18.409 -15.056,14.983c4.348,-4.744 3.9,-12.236 -1.179,-16.722c-1.241,-1.096 6.633,-2.646 6.423,-4.17l-16.016,-15.62c-1.208,-1.179 -1.943,-2.664 -2.199,-4.214c-0.257,-0.881 -0.246,-1.826 0.039,-2.705Z" style="fill:#333;"/><path d="M53.982,62.88c-0.831,0.934 -2.008,1.489 -3.258,1.533c-1.249,0.045 -2.463,-0.424 -3.358,-1.297c-4.989,-4.865 -14.288,-13.935 -20.17,-19.672c-2.961,-2.888 -3.08,-7.611 -0.267,-10.644c5.579,-6.015 14.386,-15.512 19.068,-20.56c0.839,-0.905 2.004,-1.436 3.236,-1.476c1.232,-0.04 2.43,0.414 3.325,1.261c0.024,0.023 0.049,0.046 0.073,0.069c1.846,1.747 1.936,4.656 0.202,6.513c-3.918,4.197 -10.608,11.364 -14.719,15.767c-1.977,2.117 -1.882,5.431 0.212,7.433c4.325,4.132 11.332,10.827 15.396,14.71c1.785,1.705 1.9,4.517 0.26,6.362c0,0 0,0 0,0.001Z" style="fill:#377bba;"/><path d="M48.128,34.894c0.83,-0.935 2.007,-1.489 3.257,-1.534c1.25,-0.045 2.463,0.424 3.359,1.297c4.988,4.866 14.287,13.935 20.169,19.672c2.962,2.888 3.08,7.611 0.267,10.644c-5.579,6.016 -14.386,15.512 -19.068,20.561c-0.838,0.904 -2.003,1.435 -3.236,1.475c-1.232,0.041 -2.429,-0.414 -3.325,-1.261c-0.024,-0.023 -0.048,-0.046 -0.073,-0.069c-1.845,-1.746 -1.936,-4.655 -0.201,-6.513c3.918,-4.197 10.608,-11.363 14.718,-15.767c1.977,-2.117 1.883,-5.431 -0.212,-7.432c-4.325,-4.132 -11.331,-10.827 -15.396,-14.711c-1.784,-1.705 -1.899,-4.516 -0.26,-6.361c0,-0.001 0,-0.001 0.001,-0.001Z" style="fill:#4fc842;"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 99 99" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><rect id="HAASP_Logo_Dark" x="0" y="0" width="98.137" height="98.332" style="fill:none;"/><g><path d="M98.072,5.884c0,-3.247 -2.636,-5.884 -5.884,-5.884l-86.304,0c-3.247,0 -5.884,2.637 -5.884,5.884l0,86.304c0,3.248 2.637,5.884 5.884,5.884l86.304,0c3.248,0 5.884,-2.636 5.884,-5.884l0,-86.304Z" style="fill:#3e3e3e;"/><g><path d="M35.732,36.525c0.262,-1.35 1.027,-2.533 1.894,-3.725c4.881,-6.713 12.581,-21.735 15.659,-14.795c-3.77,4.07 -2.803,12.449 0.431,15.736c5.815,5.908 -1.017,-1.912 -5.128,2.492c-1.13,1.21 -1.361,0.952 -1.151,2.476l16.016,15.62c1.209,1.179 1.944,2.664 2.199,4.214c0.257,0.881 0.246,1.826 -0.038,2.705c-0.262,1.35 -0.892,2.645 -1.894,3.725c-5.579,6.016 -7.096,18.409 -15.056,14.983c4.348,-4.744 3.9,-12.236 -1.179,-16.722c-1.241,-1.096 6.633,-2.646 6.423,-4.17l-16.016,-15.62c-1.208,-1.179 -1.943,-2.664 -2.199,-4.214c-0.257,-0.881 -0.246,-1.826 0.039,-2.705Z" style="fill:#f2f2f2;"/><path d="M53.982,62.88c-0.831,0.934 -2.008,1.489 -3.258,1.533c-1.249,0.045 -2.463,-0.424 -3.358,-1.297c-4.989,-4.865 -14.288,-13.935 -20.17,-19.672c-2.961,-2.888 -3.08,-7.611 -0.267,-10.644c5.579,-6.015 14.386,-15.512 19.068,-20.56c0.839,-0.905 2.004,-1.436 3.236,-1.476c1.232,-0.04 2.43,0.414 3.325,1.261c0.024,0.023 0.049,0.046 0.073,0.069c1.846,1.747 1.936,4.656 0.202,6.513c-3.918,4.197 -10.608,11.364 -14.719,15.767c-1.977,2.117 -1.882,5.431 0.212,7.433c4.325,4.132 11.332,10.827 15.396,14.71c1.785,1.705 1.9,4.517 0.26,6.362c0,0 0,0 0,0.001Z" style="fill:#377bba;"/><path d="M48.128,34.894c0.83,-0.935 2.007,-1.489 3.257,-1.534c1.25,-0.045 2.463,0.424 3.359,1.297c4.988,4.866 14.287,13.935 20.169,19.672c2.962,2.888 3.08,7.611 0.267,10.644c-5.579,6.016 -14.386,15.512 -19.068,20.561c-0.838,0.904 -2.003,1.435 -3.236,1.475c-1.232,0.041 -2.429,-0.414 -3.325,-1.261c-0.024,-0.023 -0.048,-0.046 -0.073,-0.069c-1.845,-1.746 -1.936,-4.655 -0.201,-6.513c3.918,-4.197 10.608,-11.363 14.718,-15.767c1.977,-2.117 1.883,-5.431 -0.212,-7.432c-4.325,-4.132 -11.331,-10.827 -15.396,-14.711c-1.784,-1.705 -1.899,-4.516 -0.26,-6.361c0,-0.001 0,-0.001 0.001,-0.001Z" style="fill:#4fc842;"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B