Coder Social home page Coder Social logo

blog-1's Introduction

jamescooke.info blog

This repository contains content and site generation scripts for my blog at https://jamescooke.info

Blog post comments

My blog doesn't run a commenting system, but feedback and conversation are very welcome. There are three main channels:

  • Drop me an email on hi AT jamescooke DOT info.

  • Raise an Issue on GitHub and I'll reply as soon as I can. Issues that are comments have their own "blog comment" label for easy access.


The rest of this README is mainly notes to myself to install the required packages, build and deploy the generated HTML pages to GitHub's static sites.

Getting up and running

In addition to this repository, Droidstrap theme and Pelican plugins are required.

git clone [email protected]:jamescooke/blog
git clone [email protected]:jamescooke/droidstrap
git clone --recursive https://github.com/getpelican/pelican-plugins

Make an output folder and then set up the virtualenv.

cd blog
mkdir output
make -f Bakefile venv
make -f Bakefile install

Writing and testing

While in virtualenv, run dev server.

. venv/bin/activate
make devserver

Hit localhost.

Publishing

Commit content and images as required, push to master. Then...

make github

The GitHub pages plugin does some funky stuff with the gh-pages branch. This can be cleaned up using make clean_github.

Requirements

Requirements are managed with pip-tools.

License

Content in this repository is covered by the same license as the content when published in the blog at jamescooke.info.

Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License.

blog-1's People

Contributors

jamescooke avatar orangespaceman avatar wheatking avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.