built1n / blog

Source code and tools behind my blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This repo contains the source code of my blog (in Markdown), and a collection of scripts I use to automate building and deployment. I created this with solely my own use in mind -- if you'd like to use this for your own use, feel free -- but you're on your own.

Overview

Markdown files reside in posts/. Each post should have a corresponding entry in index.csv with FILENAME.md:TITLE as the fields (note that : is the delimiter).

Assorted files (such as images) can be placed in files/.

Building

Install pandoc.

Run ./build.sh from the project root. This will produce the compiled output in blog-staging.

Deployment

Run ./deploy.sh. It will try to log into my website. This will not work. Edit it for your own needs.

To deploy to production, run ./deploy.sh -p. Again, this will not work unless you have my SSH key.

About

Source code and tools behind my blog


Languages

Language:nesC 99.9%Language:Shell 0.0%Language:HTML 0.0%