A simple personal blog
This is a simple blog I made while learning python for 5 months, this is a personal project
but feel free to fork it and edit any code to your needs just keep it open source as the LICENSE
implies.
Email: admin@anarbb-blog.herokuapp.com Password: CpJpQ69eYNFBAzK
pip install -r requirments.txt
python3.9 app.py
- A better way to write blog posts.
- Easy first time run install.
-
0.0.5
- Added a comment section (god this is pain why, ppl are just going to comment penis over and over)
-
0.0.4
- Added an admin panel
-
0.0.3
- Cleaned the code
- Better folder structure
-
0.0.2
- Added the user panel to change your password and email and in-case you're admin delete blogs you made
- Changed the structure of the code now it in blueprints instead of one file
- Changed the way links are handled in the read() function
-
0.0.1
- initial release
Anas Arbaoui – @Anarbbb – anarbaoui@gmail.com
Distributed under the GPL-3.0 license. See LICENSE
for more information.
- Fork it (https://github.com/Anarbb/anarbb-blog/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Copyright (c) 2020 Anas Arbaoui
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.