A portfolio project bind with the great wagtail CMS features and a static template centrarium.
Clone it and create you portfolio/site in less than 2 mins by editing your desirable fields.
**Note Use python3
Create a virtual environment and activate it. ref: Virtual env guide
git clone https://github.com/sandeepsajan0/wagtail_centrarium.git website
cd website
pip install -r requirements.txt
python manage.py runserver
Server is running at http://127.0.0.1:8000/
Go to admin here http://127.0.0.1:8000/admin/
and log in with credentials admin/owner@123
Then go to the Homepage and edit you name, profession, and background image. Edit other pages like Projects, About me, Blogs.
Go to the snippets and edit Footer links/contact, header's logo
Then add your resume to Documents. **Note:- Resume is linked to Menu snippets, and it'll take the first document or you may change the url in Snippets->Menus->Menu-nav->Resume
Want to contribute, open an issue or make a PR with description.
Anything is unclear, please raise an issue.