Skip to content
Personal website
Branch: master
Clone or download
Latest commit 6dcab19 Apr 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public Update _index.md Apr 1, 2019
.gitignore First commit Sep 13, 2018
README.md Create README.md Oct 3, 2018
harp.json First commit Sep 13, 2018

README.md

What is this?

The source code of my personal website, polgomez.com.

How is it built?

I have been using harp to great satisfaction. No databases, no complex configurations: just git clone, harp compile, serve the generated www directory through NGINX (or similar) and you're all set.

The workflow for, e.g. a new blog post, is hopelessly simple:

  1. Add an entry in _data.json with some info:
{
  "post-url": {
    "title": "Hello World!",
    "date": "August 25th, 2018",
    "author": "Pol"
  }
}
  1. Write the Markdown-formatted body in public/blog/post-url.md, and _layout.jade takes care of the rest.

Not even three steps, which is great! I use Bulma CSS for a decent 5-minute layout.

You can’t perform that action at this time.