Clone the flashreads blogs repository somewhere in your workspace:
cd ~/projects/flashreads
git clone [email protected]/flashreads/blogs.gitClone this repository:
cd ~/projects/flashreads
git clone [email protected]:flashreads:mediumish-theme-jekyll.gitThen cd into the theme repository directory:
cd mediumish-theme-jekyllInstall dependencies for posts.py script with Python3 pip:
pip install -r scripts/requirements.txtThen run the script to transform and generate the blog posts into _posts:
python scripts/posts.py --source ~/projects/flashreads/blogs --dest _posts/ --featured featured.txtThat's it. Then run or build jekyll as:
bundle install --path vendor/bundle
bundle exec jekyll serve
The site should be running on http://127.0.0.1:4000.