Project pages now auto-generated with jekyll data.
This commit is contained in:
47
_data/techs.yml
Normal file
47
_data/techs.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
html:
|
||||
name: HTML
|
||||
fore: white
|
||||
back: orangered
|
||||
link: https://html.spec.whatwg.org/multipage/
|
||||
|
||||
css:
|
||||
name: CSS
|
||||
fore: white
|
||||
back: royalblue
|
||||
link: https://www.w3.org/Style/CSS/Overview.en.html
|
||||
|
||||
js:
|
||||
name: JavaScript
|
||||
fore: darkslategray
|
||||
back: gold
|
||||
link: https://en.wikipedia.org/wiki/JavaScript
|
||||
|
||||
php:
|
||||
name: PHP
|
||||
fore: black
|
||||
back: lightsteelblue
|
||||
link: https://www.php.net
|
||||
|
||||
docker:
|
||||
name: Docker
|
||||
fore: dodgerblue
|
||||
back: white
|
||||
link: https://www.docker.com
|
||||
|
||||
azure:
|
||||
name: Azure
|
||||
fore: whitesmoke
|
||||
back: steelblue
|
||||
link: https://azure.microsoft.com/en-us/
|
||||
|
||||
mariadb:
|
||||
name: MariaDB
|
||||
fore: black
|
||||
back: peru
|
||||
link: https://mariadb.org
|
||||
|
||||
react:
|
||||
name: React
|
||||
fore: cyan
|
||||
back: black
|
||||
link: https://reactjs.org
|
||||
@@ -1,12 +1,11 @@
|
||||
malung:
|
||||
title:
|
||||
Example
|
||||
|
||||
subtitle:
|
||||
Just A Test
|
||||
|
||||
stack:
|
||||
[ PHP, JS, CSS, HTML, Docker, MariaDB, Azure ]
|
||||
id: malung
|
||||
title: Example
|
||||
subtitle: Just A Test
|
||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
||||
image: /res/avatar.svg
|
||||
link: /
|
||||
color: yellow
|
||||
|
||||
description:
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
@@ -24,27 +23,17 @@ malung:
|
||||
|
||||
- It has survived not only five centuries, but also the leap into electronic
|
||||
typesetting, remaining essentially unchanged.
|
||||
|
||||
image:
|
||||
/res/avatar.svg
|
||||
|
||||
link:
|
||||
/
|
||||
|
||||
color:
|
||||
yellow
|
||||
|
||||
#*----------------------------------------------------------------------------*#
|
||||
|
||||
freshmanual:
|
||||
title:
|
||||
Example
|
||||
|
||||
subtitle:
|
||||
Just A Test
|
||||
|
||||
stack:
|
||||
[ PHP, JS, CSS, HTML, Docker, MariaDB, Azure ]
|
||||
id: freshmanual
|
||||
title: Example
|
||||
subtitle: Just A Test
|
||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
||||
image: /res/avatar.svg
|
||||
link: /
|
||||
color: blue
|
||||
|
||||
description:
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
@@ -62,27 +51,17 @@ freshmanual:
|
||||
|
||||
- It has survived not only five centuries, but also the leap into electronic
|
||||
typesetting, remaining essentially unchanged.
|
||||
|
||||
image:
|
||||
/res/avatar.svg
|
||||
|
||||
link:
|
||||
/
|
||||
|
||||
color:
|
||||
blue
|
||||
|
||||
#*----------------------------------------------------------------------------*#
|
||||
|
||||
pollbuddy:
|
||||
title:
|
||||
Example
|
||||
|
||||
subtitle:
|
||||
Just A Test
|
||||
|
||||
stack:
|
||||
[ PHP, JS, CSS, HTML, Docker, MariaDB, Azure ]
|
||||
id: pollbuddy
|
||||
title: Example
|
||||
subtitle: Just A Test
|
||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
||||
image: /res/avatar.svg
|
||||
link: /
|
||||
color: green
|
||||
|
||||
description:
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
@@ -100,27 +79,17 @@ pollbuddy:
|
||||
|
||||
- It has survived not only five centuries, but also the leap into electronic
|
||||
typesetting, remaining essentially unchanged.
|
||||
|
||||
image:
|
||||
/res/avatar.svg
|
||||
|
||||
link:
|
||||
/
|
||||
|
||||
color:
|
||||
green
|
||||
|
||||
#*----------------------------------------------------------------------------*#
|
||||
|
||||
rpi-crisis:
|
||||
title:
|
||||
Example
|
||||
|
||||
subtitle:
|
||||
Just A Test
|
||||
|
||||
stack:
|
||||
[ PHP, JS, CSS, HTML, Docker, MariaDB, Azure ]
|
||||
id: rpi-crisis
|
||||
title: Example
|
||||
subtitle: Just A Test
|
||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
||||
image: /res/avatar.svg
|
||||
link: /
|
||||
color: red
|
||||
|
||||
description:
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||
@@ -138,14 +107,5 @@ rpi-crisis:
|
||||
|
||||
- It has survived not only five centuries, but also the leap into electronic
|
||||
typesetting, remaining essentially unchanged.
|
||||
|
||||
image:
|
||||
/res/avatar.svg
|
||||
|
||||
link:
|
||||
/
|
||||
|
||||
color:
|
||||
red
|
||||
|
||||
#*----------------------------------------------------------------------------*#
|
||||
Reference in New Issue
Block a user