Skip to content
/ roacm Public

Source for the "Ramblings of a Coder's Mind" blog that's hosted at blog.karun.me (previously karunab.com)

Notifications You must be signed in to change notification settings

javatarz/roacm

Repository files navigation

Ramblings of a Coder's Mind (Source)

Source for the "Ramblings of a Coder's Mind" blog that's hosted at blog.karun.me (previously karunab.com)

Local development

./local_run.sh
docker run -v $(pwd):/srv/jekyll --user $(id -u):$(id -g) local-jekyll thor jekyll:new Title for the new post

echo "Find all categories: "
awk '/^categories:/{flag=1; next} /^[a-zA-Z]/ && flag{flag=0} flag && /^  - /{gsub(/^  - /, ""); print}' _posts/*.markdown | sort -u

echo "Find articles by category"
awk -v cat="Tutorials" '/^categories:/{flag=1; next} /^[a-zA-Z]/ && flag{flag=0} flag && /^- /{gsub(/^  - /, ""); if($0==cat) print FILENAME}' _posts/*.markdown

About

Source for the "Ramblings of a Coder's Mind" blog that's hosted at blog.karun.me (previously karunab.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •