Convert the whole site to use Pelican instead of Jekyll
This commit is contained in:
14
Pipfile
Normal file
14
Pipfile
Normal file
@@ -0,0 +1,14 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
pelican = {extras = ["markdown"],version = "*"}
|
||||
gergelypolonkaieu-site = {editable = true,path = "."}
|
||||
typogrify = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
Reference in New Issue
Block a user