Fix up syntax stuff
This commit is contained in:
parent
4b2a9621fa
commit
a8d6de814e
@ -18,17 +18,6 @@
|
||||
<h4>{{page.description}}</h4>
|
||||
</div><br>
|
||||
|
||||
|
||||
|
||||
<!-- {% if page.dhow_date %}
|
||||
<p class="post-date">
|
||||
<em>
|
||||
{{page.date}}
|
||||
</em>
|
||||
|
||||
</p>
|
||||
{% endif %} -->
|
||||
|
||||
<div class="inner-content-container container">
|
||||
{{content}}
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Using a python script to create devRant posts based on the style and content of another user"
|
||||
description: "if/else ++"
|
||||
date: 2018-06-27 18:32:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "The language hunt"
|
||||
date: 2019-04-30 18:32:00+0000
|
||||
categories: frc
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "GitHub's CSS is boring. So I refreshed the design"
|
||||
date: 2019-06-12 13:09:00+0000
|
||||
categories: projects
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Graphing the relation between wheels and awards for FRC"
|
||||
description: "AKA. Why programmer + reddit + matplotlib is a bad idea."
|
||||
date: 2019-06-16 15:51:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "What I have learned from 2 years of FRC programming"
|
||||
description: "Robots are pretty cool"
|
||||
date: 2019-06-21 15:14:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "I gave Google's CTF a short try and learned a thing or two"
|
||||
description: "But exams got in the way and took all the fun"
|
||||
date: 2019-06-23 22:04:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "The language hunt: Part 2"
|
||||
description: "A quick followup"
|
||||
date: 2019-06-24 21:36:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "BashSmash"
|
||||
description: "A tool for driving people crazy"
|
||||
date: 2019-06-26 15:48:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Hunting snakes with a shotgun"
|
||||
description: "Python is a little too forgiving"
|
||||
date: 2019-06-27 7:00:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "devDNS"
|
||||
description: "The DNS over devRant service"
|
||||
date: 2019-07-01 22:13:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Scraping FRC team's GitHub accounts to gather large amounts of data"
|
||||
description: "There are a lot of teams..."
|
||||
date: 2019-07-06 15:08:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Taking a look back at GMAD"
|
||||
description: "Fun, Simple, and Quick"
|
||||
date: 2019-07-13 14:43:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Mind map generation with Python"
|
||||
description: "Step 1"
|
||||
date: 2019-07-15 18:38:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "My weird piece of EDC"
|
||||
description: "Reasons why I always carry NFC cards with me"
|
||||
date: 2019-08-10 20:57:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "How I set up ひらがな input on my laptop"
|
||||
description: "I3wm makes everything 10x harder than it should be"
|
||||
date: 2019-08-12 19:40:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Keyed data encoding with Python"
|
||||
description: "XOR is pretty cool"
|
||||
date: 2019-08-24 13:13:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "I did some cleaning"
|
||||
description: "Spring cleaning is fun when it isn't spring, and a computer does all the work"
|
||||
date: 2019-08-27 12:37:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Doing Python OOP the wrong way"
|
||||
description: "In the name of science!"
|
||||
date: 2019-09-07 13:13:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Building images from binary data"
|
||||
description: "Simple, yet fun"
|
||||
date: 2019-09-11 12:41:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Using an RNN to generate Bill Wurtz notes"
|
||||
description: "Textgenrnn is fun"
|
||||
date: 2019-10-05 18:54:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Programming a live robot"
|
||||
description: "Living on the edge is an understatement"
|
||||
date: 2019-11-20 10:04:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "I used cron for the first time"
|
||||
description: "And I didn't die"
|
||||
date: 2019-12-11 11:38:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Compiling BrainFuck with a shell script"
|
||||
description: "That was easy"
|
||||
date: 2020-01-20 20:13:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "LudumDare46 Recap"
|
||||
description: "Recapping the development of <em>Micromanaged Mike</em>"
|
||||
date: 2020-04-20 12:00:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Running RoboRIO firmware inside Docker"
|
||||
description: "Containerized native ARMv7l emulation in 20 minutes"
|
||||
date: 2020-05-19 13:00:00
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Flashing code to a 32u4 chip"
|
||||
description: "Notes for my future self"
|
||||
date: 2020-06-05 13:23:00
|
||||
|
@ -11,4 +11,6 @@
|
||||
--color-orange: #ffc07f;
|
||||
|
||||
--color-pink: #e15fbd;
|
||||
|
||||
--light-gray: #e9e9ed;
|
||||
}
|
@ -14,4 +14,15 @@
|
||||
.title-container{
|
||||
margin-top: 6rem;
|
||||
|
||||
}
|
||||
|
||||
.content-container p,h1,h2,h3,h4,h5,h6,img,table{
|
||||
@extend container
|
||||
}
|
||||
|
||||
.highlight{
|
||||
background-color: var(--light-gray);
|
||||
border-radius:5px;
|
||||
padding: 3px;
|
||||
margin-bottom:0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user