Skip to content

flashreads/mediumish-theme-jekyll

 
 

Repository files navigation

Flashreads

Build or develop

Clone the flashreads blogs repository somewhere in your workspace:

cd ~/projects/flashreads
git clone [email protected]/flashreads/blogs.git

Clone this repository:

cd ~/projects/flashreads
git clone [email protected]:flashreads:mediumish-theme-jekyll.git

Then cd into the theme repository directory:

cd mediumish-theme-jekyll

Install dependencies for posts.py script with Python3 pip:

pip install -r scripts/requirements.txt

Then run the script to transform and generate the blog posts into _posts:

python scripts/posts.py --source ~/projects/flashreads/blogs --dest _posts/ --featured featured.txt

That'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.

Packages

No packages published

Languages

  • JavaScript 53.1%
  • SCSS 19.7%
  • HTML 16.0%
  • CSS 8.1%
  • Python 2.7%
  • Ruby 0.4%