krishnanvignesh / wagtail-freelancer

A Portfolio landing page built using Wagtail CMS

Home Page:https://wagtail-landing-page.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wagtail Freelancer

This project shows you how to build landing page (portfolio) using StreamField, FormBuilder of Wagtail.

Live demo

The live demo is Wagtail landing page

The admin page of this live demo is Wagtail admin , you can use admin:admin to login and publish articles as you like.

The database and media files would be reset after a while, so do not be surprised if your article is gone.

Run it in local env

git clone [the url you copied above]
cd wagtail-freelancer

# setup virtualenv
pip install -r requirements.txt

./manage.py runserver
# http://127.0.0.1:8000/blog
# username: admin  password: admin

Screenshot

About

A Portfolio landing page built using Wagtail CMS

https://wagtail-landing-page.herokuapp.com/


Languages

Language:JavaScript 54.4%Language:Python 19.1%Language:HTML 14.6%Language:CSS 9.0%Language:Shell 1.8%Language:Dockerfile 1.2%