https://www.anilkhichar.com/ (Mediumish - Jekyll Theme)
Live Demo | Download | Documentation
mkdir blog && cd blog
mkdir code && cd code && git clone https://github.com/anilkhichar/anilkhichar.com.git
cd ../ && mkdir app && cd app && git clone https://github.com/anilkhichar/anilkhichar.com.git
cd anilkhichar.com && git fetch --all && git checkout gh-pages
cd blog/code/anilkhichar.com && sudo gem install bundler && sudo bundle install
bundle exec jekyll serve --watch
- Go to your browser: http://127.0.0.1:4000/index.html
cd blog/code/anilkhichar.com && jekyll build --incremental
- Make necessary changes, commit, push and open a pull request on GitHub.
cd blog/app/anilkhichar.com
- Commit, push and open a pull request on GitHub. This is the branch code which will get deployed on the website.
Reference: https://github.com/gautamdhameja/medium-2-md
Steps:
- Convert medium posts (html) into Jekyll compatible markdown files and move them into app code.
cd blog
medium-2-md convertLocal medium-export/posts -fi
mv medium-export/posts/md_*/*.md code/anilkhichar.com/_posts/
mv medium-export/posts/md_*/img/* code/anilkhichar.com/assets/images/posts/
-
Rename _posts/xyz.md by replacing all underscores with hyphen. i.e.:
2020-10-12-GCP_Organization-Node-Setup--free-cloud-identity-122323sfdsdf.md
-->2020-10-12-GCP-Organization-Node-Setup--free-cloud-identity.md
-
Rename new images with meaningful name.
-
Compare new post with an existing post and replace top header.
Thank you!
Mediumish for Jekyll is designed and developed by Sal and it is free under MIT license.