jordij / jordijoan.me

Personal blog site using Wagtail CMS

Home Page:https://jordi.nz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeship Status for jordij/jordi.nz

DISCLAIMER: Python 2.7 based code, use at your own risk

Site/blog living on https://jordi.nz

Installation

Install Vagrant and VirtualBox:

Setup

Basic setup

  $ cd [my-dev-environment]
  $ git clone git@github.com:springload/jordijoan.me.git
  $ cd jordijoan.me
  $ vagrant up
  [..... wait until everything gets installed]
  $ vagrant ssh
  $ djrun

Generate assets:

  $ cd core/static
  $ sass sass/main.scss > css/main.css

The site should be Available on http://localhost:8111 Admin credentials are admin-admin. You'll need to edit the site (Settings -> Sites) and change the homepage as it comes with the "Welcome to your new Wagtail site!" page by default.

About

Personal blog site using Wagtail CMS

https://jordi.nz


Languages

Language:Python 30.7%Language:CSS 28.2%Language:SCSS 26.2%Language:JavaScript 7.8%Language:HTML 6.2%Language:Shell 0.9%