File | Date | Author | Commit |
---|---|---|---|
blog | 2019-04-28 |
![]() |
[c79fd9] Added max width to CSS post properties |
mcblog | 2019-04-27 |
![]() |
[96ad24] Added adaptive font size, center justified text... |
.gitignore | 2019-04-28 |
![]() |
[f3e612] Corrected center justified text on post view |
README.md | 2019-04-29 |
![]() |
[f83292] Update README.md |
manage.py | 2019-04-22 |
![]() |
[27a667] first commit |
requirements.txt | 2019-04-22 |
![]() |
[27a667] first commit |
A simple, lightweight blog platform in Python/Django
mcblog-platform is an open-source, lightweight, multi-user weblog, built to load fast on any device connected to the internet, and be screen adaptive. You can see it alive and test it here, and read more about it on its top post.
Some of mcblog's speed and security features:
The easiest way to use mcblog's code is to make a fork of this repository to a repository of your own, because in most cases you will need it to be there to deploy onto a public server so you may use it online.
If you intend to do only small changes on the template (HTML) and the static (CSS) - the name of the blog, the color scheme and/or the main font - you may want to edit the files directly on your repository.
Otherwise, if you know how to program in Python/Django and intend to change also some of the framework files, you will want to download the whole repository into your machine, edit the files to make the desired changes and then git-push them back to your repository.
mcblog-platform code is open source and you are free to make the changes that you wish under the conditions of the MIT License. Please do not forget to mention the source copyright and read the License here.
If you like and want to use mcblog-platform but don't know how to deploy it in order to put it online, I may be able to do it for you. (Contact manuelcaeiro[at]workmail.com)
The MIT License
Copyright [2019] [J. Manuel Caeiro D. P.]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.