Skip to content

aognio/pythonpe-blog

 
 

Repository files navigation

Python Peru's Blog

To build, make sure you have Python 3.12 installed. Then install poetry:

pip install -U poetry

Then install all the necessary packages (make sure to change to the root directory of the project):

poetry install

You can build the html files of the blog by running the following command:

poetry run ablog build

Then you can serve the files locally using this command:

poetry run ablog serve

Notice

Any contribution you make should be placed in the blog/ directory and you could choose between reStructuredText (.rst) or Markdown (.md).

About

Blog of python.pe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 84.3%
  • HTML 15.4%
  • CSS 0.3%