Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

majestrate/i2p.rocks.blog

Repository files navigation

i2p.rocks blog repo

Repositories

building

dependancies

  • git
  • pelican
  • python 3.x (required by pelican)

setting up

git clone https://github.com/majestrate/i2p.rocks.blog
cd i2p.rocks.blog
make html

deploying via ssh

make ssh_upload

New Blog Posts

Copy templates/blog.md to content/name-of-blog-post.md

edit content/name-of-blog-post.md

commit with git add content/name-of-blog-post.md && git commit -a

add pull request.