Skip to content

0akarma/0aK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0aK

The oak is a living legend representing all that is true, wholesome, stable, and noble. When you are in need of stability and strength in your life – envision the oak in your minds eye. Picture yourself drawing into its endless energy waves. Soon, you will find yourself sharing in its power.

Log

V1.0 : first commit (a semi-automatic version)

Features

demo

  • Nice design with dark & light themes.

  • You can create any category on your own.
  • The management page now can only create categories and articles.

  • The html style on the article page.

How to use

  1. Docker (recommend)

    You can just use commands as follow.

    git clone https://github.com/akkayin/0aK.git
    cd 0aK
    docker build -t 0aK/blog:v1 .
    docker run -tid --name 0ak -p 80:80 0aK/blog:v1 /bin/bash

    or you just use docker-compose, if you have installed it before.

    docker-compose up

  2. wsgi

    git clone https://github.com/akkayin/0aK.git
    cd 0aK
    pip install -r requirements.txt
    python wsgi.py

Summary

If you like oak, please fork it.

Or if you have some problem with it, please commit an issue and let me know.

My project is not perfect enough cause you can not get along well with it if you do not have any programming experience:(

More Information about this project, you can view it on my blog

About

An Open Source Dynamic Blog Powered by Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published