GitXplorerGitXplorer
s

scottberrevoets.com

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f99f7b3c713c28e7159039447e8868f95169ed76

Fix grammar

ssberrevoets committed 2 days ago
Unverified
1f205a3e5628f9d7288bbb367b3db691f17c3c13

Add screenshots to neovim blog post

ssberrevoets committed a month ago
Unverified
c57c411c3f8b3be629ca38b11a600820f9dbfbb1

Remove ⌘ from neovim command

ssberrevoets committed a month ago
Unverified
1d6243ae8da6603db75f753f05f1eebcdfcdb275

Add RSS link

ssberrevoets committed a month ago
Unverified
43d809d2d695cdfbe80d42ffa79b522f6013d780

Format python files

ssberrevoets committed a month ago
Unverified
9e69e9d586a943f5b2e71de6698558be7b58427e

Simplify CSS

ssberrevoets committed a month ago

README

The README file for this repository.

ScottBerrevoets.com

This repository contains the source for ScottBerrevoets.com. It uses Pelican to generate all content, including file and directory structures. I'm using a custom Pelican theme. You may use this theme for your own Pelican installation, but I can't help you out with customizations.

Installation

$ pip3 install -r requirements.txt

Writing

Because I always forget.

  • Edit content, then run $ pelican content from the root
  • To preview: $ pelican --listen (with -r for continuous regeneration)

Contributing

Found a mistake, typo, or formatting error? Contributions are welcome!

License