Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"To Build" python 3 support #1

Closed
JoshZastrow opened this issue Sep 8, 2017 · 3 comments
Closed

"To Build" python 3 support #1

JoshZastrow opened this issue Sep 8, 2017 · 3 comments

Comments

@JoshZastrow
Copy link

To build

Clone the blog

git clone https://github.com/arulrajnet/attila-demo
cd attila-demo
git submodule update --init --recursive
git fetch --recurse-submodules
git pull --recurse-submodules

fabric commands

Commands do not work with Python 3

fab help
fab build
fab serve

Is there a way to build without using the fab commands? Thanks!

@arulrajnet
Copy link
Owner

Yes. You can do without using fab

To build

pelican -s pelicanconf.py

To Serve

pushd output; python -m SimpleHTTPServer; popd

Then http://localhost:8000

@arulrajnet
Copy link
Owner

You can also use this Makefile

@arulrajnet
Copy link
Owner

@JoshZastrow Hope above solves your issue.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants