kdeldycke / kevin-deldycke-blog

:notebook: My blog, based on Pelican.

Home Page:https://kevin.deldycke.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kevin Deldycke's blog

Source and content to generate my static blog, which is powered by Pelican (engine) and Plumage (theme).

Installation

Fetch a copy of the repository:

$ git clone --recursive https://github.com/kdeldycke/kevin-deldycke-blog.git blog
$ cd ./blog

Install Python 3.11 and upgrade all its utilities:

$ brew install python
$ python --version
Python 3.11.0
$ python -m pip install --upgrade pip
$ python -m pip install --upgrade poetry

Install this blog's dependencies:

$ poetry install

Development

In one terminal, run:

$ poetry run pelican --verbose --debug ./content

And in another:

$ poetry run pelican --verbose --listen
(...)
Serving site at: 127.0.0.1:8000 - Tap CTRL-C to stop

Then go to http://localhost:8000.

TODO

Content

Theme

License

The content of this repository is copyrighted (c) 2004-2020 Kevin Deldycke.

Unless contrary mention, the content of this repository is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.

About

:notebook: My blog, based on Pelican.

https://kevin.deldycke.com

License:Other


Languages

Language:Python 60.2%Language:HTML 39.8%