Skip to content

majestrate/i2p.rocks.blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.