Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordij/jordijoan.me
Personal blog site using Wagtail CMS
https://github.com/jordij/jordijoan.me
Last synced: 10 days ago
JSON representation
Personal blog site using Wagtail CMS
- Host: GitHub
- URL: https://github.com/jordij/jordijoan.me
- Owner: jordij
- Created: 2015-11-28T23:21:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:37:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T07:22:24.743Z (3 months ago)
- Language: Python
- Homepage: https://jordi.nz
- Size: 5.31 MB
- Stars: 20
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wagtail - Jordi Joan’s blog
README
[ ![Codeship Status for jordij/jordi.nz](https://codeship.com/projects/3f0d2bc0-829a-0133-5908-5a5099820553/status?branch=master)](https://codeship.com/projects/121639)
# DISCLAIMER: Python 2.7 based code, use at your own risk
Site/blog living on [https://jordi.nz](https://jordi.nz)
# Installation
Install Vagrant and VirtualBox:
* [Vagrant](http://www.vagrantup.com/downloads.html)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)# Setup
## Basic setup
```
$ cd [my-dev-environment]
$ git clone [email protected]: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.