diff --git a/_config.yml b/_config.yml index 2de3a35..fcb4f14 100644 --- a/_config.yml +++ b/_config.yml @@ -29,10 +29,11 @@ kramdown: input: GFM syntax_highlighter: rouge -collections_dir: collections -collections: - docs: - output: true +# THIS BREAKS THE SITE!! +# collections_dir: collections +# collections: +# docs: +# output: true highlighter: rouge diff --git a/_data/projects.json b/_data/projects.json index 56c9b45..11aaa2e 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -1,22 +1,40 @@ { - "featured":{ - "name":"DeepSpace Offseason Codebase", - "description":"This is the code behind @frc5024's robot for the 2019 offseason. I have spent a large amount of my free time adding every feature that I wished we had during the season as a way to familiarize myself with the WPIlib Java API.", - "url":"https://github.com/frc5024/DeepSpace-SWI", - "image":"https://i.ytimg.com/vi/aifZLWQ_N7U/maxresdefault.jpg" + "featured": { + "name": "DeepSpace Offseason Codebase", + "description": "This is the code behind @frc5024's robot for the 2019 offseason. I have spent a large amount of my free time adding every feature that I wished we had during the season as a way to familiarize myself with the WPIlib Java API.", + "url": "https://github.com/frc5024/DeepSpace-SWI", + "image": "https://i.ytimg.com/vi/aifZLWQ_N7U/maxresdefault.jpg" }, - "other":[ - { - "name":"ThriftyField", - "description":"ThriftyField is an open source replacement for the FIRST FMS software. This tool allows mass control over robots, along with real-time scoring and an audience display.", - "url":"https://github.com/frc5024/ThriftyField", - "image":"" - }, - { - "name":"DevDNS", - "description":"DevDNS is a devRant bot for resolving DNS queries send via devRant’s comments system.", - "url":"https://github.com/Ewpratten/devDNS", - "image":"" - } - ] + "other": { + "rows": [ + [ + { + "name": "ThriftyField", + "description": "ThriftyField is an open source replacement for the FIRST FMS software. This tool allows mass control over robots, along with real-time scoring and an audience display.", + "url": "https://github.com/frc5024/ThriftyField", + "image": "" + }, + { + "name": "DevDNS", + "description": "DevDNS is a devRant bot for resolving DNS queries send via devRant’s comments system.", + "url": "https://github.com/Ewpratten/devDNS", + "image": "" + } + ], + [ + { + "name": "Dirobium", + "description": "Dirobium is a fantasy CPU emulator that I built to teach myself basic low-level programming", + "url": "https://github.com/Ewpratten/Dirobium", + "image": "" + }, + { + "name": "devCredits", + "description": "My first community project, a tool help people credit contributors on their devRant community projects", + "url": "https://github.com/Ewpratten/devCredits", + "image": "" + } + ] + ] + } } \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 0e142bb..04d9180 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -50,9 +50,18 @@ + + + + + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index dc49c9f..311874c 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -12,8 +12,8 @@ -
This site is still under development. More projects will be listed soon.
-This site is still under development. More projects will be listed soon.
+