venkatanarayanan / attila-demo

This is the demo blog of theme attila

Home Page:https://arulrajnet.github.io/attila-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attila Demo

This is the demo blog of theme attila. Blog powered by pelican, hosted on https://arulrajnet.github.io/attila-demo

Setup

you can take this repo as reference point to start static bloging

Requirements

Install below python modules

sudo apt-get install python-pip python-dev
sudo pip install -U pelican fabric ghp-import s3cmd pysvg Pygments requests webassets pillow jsmin cssmin BeautifulSoup4 

Install attila theme

git clone https://github.com/arulrajnet/attila
sudo pelican-themes -i ${PWD}/attila
pelican-themes -l

To build

Clone the blog

git clone https://github.com/arulrajnet/attila-demo
cd attila-demo
git submodule update --init --recursive
git fetch --recurse-submodules
git pull --recurse-submodules

fabric commands

fab help
fab build
fab serve

Then visit http://localhost:8000

To publish

fab gh_pages

About

This is the demo blog of theme attila

https://arulrajnet.github.io/attila-demo


Languages

Language:Makefile 40.0%Language:Python 39.3%Language:Shell 20.3%Language:CSS 0.3%