Skip to content

monknomo/personal_website

Repository files navigation

personal_website

Repository for my personal business-card-like website. Contains biographical info

Now with more Pelican!!

Instructions

these are for windows, using a wsl subsystem. I personally used Ubuntu.

  1. python -m venv .
  2. change the line endings to linux style
  3. mess with the classpath so that the script dir is not at c:, but rather at /mnt/c/etc
  4. copy all the *.exe to just plain * in the ./Scripts dir
  5. source .\Scripts\acivate
  6. test this by trying python If it doesn't work, probably have to mess with class path
  7. pip install --upgrade pip
  8. pip install -r requirements.txt
  9. At this point you likely have to copy all the new *.exe to * in the .Scripts dir again
  10. clone straight-laced to sibling dir
  11. clone pelican plugins to sibling dir
  12. build with pelican
  13. pelican
  14. or, you know, sometimes it seems like python -m pelican does the trick, depending on how pip installs stuff
  15. view results
  16. run python serv.py
  17. navigate to localhost:8080 in the browser
  18. check to see if webpage looks right

About

Repository for my personal business-card-like website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published