CHIP8 and coding challenges added
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
BIN
content/project/chip-8/featured.png
Normal file
BIN
content/project/chip-8/featured.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
15
content/project/chip-8/index.md
Normal file
15
content/project/chip-8/index.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
# Documentation: https://wowchemy.com/docs/managing-content/
|
||||
|
||||
title: "CHIP-8 (PHP)"
|
||||
summary: "A CHIP-8 emulator written in PHP."
|
||||
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link: "https://github.com/furyfire/chip-8"
|
||||
|
||||
image:
|
||||
caption: "CHIP-8"
|
||||
focal_point: ""
|
||||
preview_only: false
|
||||
---
|
6
content/project/codingtests/index.md
Normal file
6
content/project/codingtests/index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Codingtests"
|
||||
summary: "Few solutions for classic online coding challenges. (CodeChef, ProjectEuler)"
|
||||
|
||||
external_link: "https://github.com/furyfire/codingtests"
|
||||
---
|
@ -2,14 +2,14 @@
|
||||
# Documentation: https://wowchemy.com/docs/managing-content/
|
||||
|
||||
title: "Tidstagning"
|
||||
summary: "A very simple time tracking application written in C#.NET to be used for timing of sailboat races."
|
||||
summary: "A very simple time tracking application written in C#.NET to be used for timing of yachtracing."
|
||||
date: 2021-07-17T15:10:25+02:00
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
|
||||
image:
|
||||
caption: ""
|
||||
caption: "Icon"
|
||||
focal_point: ""
|
||||
preview_only: false
|
||||
|
||||
|
@ -6,7 +6,7 @@ weight = 10 # Order that this section will appear.
|
||||
title = "Intro"
|
||||
[design]
|
||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
||||
columns = "2"
|
||||
columns = "1"
|
||||
|
||||
|
||||
+++
|
||||
|
@ -5,5 +5,9 @@ active = true
|
||||
weight = 100
|
||||
|
||||
title = "Photos"
|
||||
|
||||
[design]
|
||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
||||
columns = "1"
|
||||
+++
|
||||
{{< gallery album="sailingpics" >}}
|
Reference in New Issue
Block a user