Skip to content

RashmicaG/sthbrx-blog

 
 

Repository files navigation

Guide for documentation writers:

Setting up an environment:

git clone --recurse-submodules [email protected]:sthbrx/sthbrx-blog.git

if you already have this cloned, git submodule update

Install pelican (package: python[2|3]-pelican) for local testing.

Create a document:

Get up to date:

git pull --recurse-submodules

edit your document content/blog/{YYYY}-{MM}-{DD}-{meaningful title}.markdown

add images to directory content/images/{meaningful title}/

View:

make html devserver

Examine at http://localhost:8000/blog/{YYYY}/{MM}/{DD}/{meaningful title}/

edit/rinse/repeat.

Publishing:

Note: asking people to review your blog post before release into the wild optional but preferred!

In output directory 'git add' required files, commit and push.

In top level directory, 'git add' the source files, images and the output directory.

git commit && push this.

About

Pelican source for the sthbrx blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 45.3%
  • Shell 32.4%
  • Python 22.3%