Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandeepsajan0/wagtail_centrarium

Create you website(portfolio) in less than 2 mins(no coding required)
https://github.com/sandeepsajan0/wagtail_centrarium

django wagtail

Last synced: 3 months ago
JSON representation

Create you website(portfolio) in less than 2 mins(no coding required)

Awesome Lists containing this project

README

        

# Wagtail_Centrarium

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.

## Installtion
**Note Use python3

Create a virtual environment and activate it. ref: [Virtual env guide](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)

```
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.