GitXplorerGitXplorer
s

scottberrevoets.com

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
539bd6a36ed98a1c05a96b75d421304759a7835f

Fix large code block font sizes on iPhone

ssberrevoets committed a month ago
Unverified
e518e4574af938e3afc601ca1ce8972f9e4e8be2

Update code formatting

ssberrevoets committed a month ago
Unverified
d36b6bb6911ea982b0e157cec3376f646ada30ba

Update code styling

ssberrevoets committed a month ago
Unverified
0944234233e64a16d8f78881a025f0e9520f8373

Update new post metadata

ssberrevoets committed a month ago
Unverified
c9ff4df3a47e5550cbbec052d6975c8a937a8d92

Add post about neovim dictionary lookups

ssberrevoets committed a month ago
Unverified
03bc009986352a9b9d9735b0e043af4a9e735e36

Add goatcounter for some analytics

ssberrevoets committed 2 months 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