hong539 / pelican_crash_lab

play with Python pelican

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pelican_crash_lab

play with Python pelican

Guides or tips

How to use?

#pyenv + poetry
#check which python
pyenv versions

#Activating the virtual environment 
poetry shell

#track your project's dependencies
poetry show --tree

#play with pelican
pelican-quickstart
pelican content

#run a webserver to check out your static web pages via markdown
pelican -r -l

To do list

  • design user interface(buttons/links...etc)
  • make personal roadmap or passive tree graph
    • It could be static or dynamic web pages?
    • Fine some reference examples

About

play with Python pelican

License:MIT License


Languages

Language:HTML 61.3%Language:CSS 25.5%Language:Python 8.9%Language:Makefile 4.3%