Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sandeepsajan0/wagtail_centrarium
- Owner: sandeepsajan0
- Created: 2020-03-16T08:16:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:53:04.000Z (about 2 years ago)
- Last Synced: 2024-07-29T20:30:02.994Z (6 months ago)
- Topics: django, wagtail
- Language: Python
- Homepage: https://sandeep-portfolio-site.herokuapp.com/
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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 python3Create 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.