PyLadiesBerlin / PyLadiesBerlin.github.io

Pyladies Belrin website
https://pyladiesberlin.github.io, https://berlin.pyladies.com
GNU General Public License v3.0
5 stars 5 forks source link

Remodel readme #46

Closed marimeireles closed 2 years ago

marimeireles commented 2 years ago

Hey all, I just went through the installation process and got into some errs due to doing pelican content, not sure why but when I cded to the dir it worked fine, so I changed that and also remodeled the readme a bit. lemme know if you'd like smth different. I'm currently working on adding a "Getting involved" page for letting people know how they can help.

mei-li commented 2 years ago

The cd in content directory should not be necessary. Can you try again from the top level and tell me the error you are getting?

actually the pelican content builds the static website from the content directory so you should be outside to have it working. And then the pelican --listen serves the output directory created from the pelican content command in the same directory level

marimeireles commented 2 years ago

actually the pelican content builds the static website from the content directory

I know... But doing that didn't work. I get:

(pyladies)  ~/dev/PyLadiesBerlin.github.io   contribute  pelican content
WARNING: Feeds generated without SITEURL set properly may not be valid
ERROR: Cannot load plugin `i18n_subsites`
  | Cannot import plugin `i18n_subsites`
ERROR: Cannot load plugin `tipue_search`
  | Cannot import plugin `tipue_search`
WARNING: Empty theme folder. Using `basic` theme.
WARNING: Empty alt attribute for image tdd.jpg in /Users/mariana/dev/PyLadiesBerlin.github.io/content/pages/en/meetups.rst
WARNING: Empty alt attribute for image poetry-workshop.JPG in /Users/mariana/dev/PyLadiesBerlin.github.io/content/pages/en/jobs.rst
CRITICAL: [templates] unable to load search[.html] from ['/Users/mariana/dev/PyLadiesBerlin.github.io/pelican-fh5co-marble/templates']
marimeireles commented 2 years ago

Well, if it works for you might be something weird I have locally. I can remove that. Or you can close the PR if you think the other changes aren't relevant. No problem :)

mei-li commented 2 years ago

I think the error you get is because you are missing the submodules. Did you do the clone as in the README or you did a simple clone without the submodules? In that case you would need to do git submodule update --init Maybe this should be included in he README actually.

mei-li commented 2 years ago

Sorry for delay revieewed, bare with me and lets make sure we are at the same page :) Thanks a lot for contributing