You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jay 3052e25c6d Initial Commit 2 years ago
_includes Initial Commit 2 years ago
_posts Initial Commit 2 years ago
assets/css Initial Commit 2 years ago
blog/_posts Initial Commit 2 years ago
dev/_posts Initial Commit 2 years ago
pbx/_posts Initial Commit 2 years ago
404.md Initial Commit 2 years ago
Gemfile Initial Commit 2 years ago
Gemfile.lock Initial Commit 2 years ago
README.md Initial Commit 2 years ago
_config.yml Initial Commit 2 years ago
about.md Initial Commit 2 years ago
base.scss Initial Commit 2 years ago
blog.md Initial Commit 2 years ago
dev.md Initial Commit 2 years ago
git.md Initial Commit 2 years ago
index.md Initial Commit 2 years ago
pbx.md Initial Commit 2 years ago

README.md

pickmy.org Jekyll source

This is the main repository for pickmy.org's website. All the posts and custom code Jekyll uses to build the site.

The site is automatically built when I push stuff to the repository.

Modifications To Theme

This uses jekyll-theme-console by b2a3e8 with a few modifications:

  • main.scss has list bulleting code removed
  • list.scss now contains the list bullet code
  • head.html modified to search for "list: bullet" in front matter
  • header.html modified to look for page titled "/git" to display non-relative URL.

All other changes are made in the markdown.

Organization Of Site

The concept of posts and pages the way they were with Wordpress are out the window. All posts are posts. All pages are posts.

I'm taking advantage of the fact I can make a folder, put a _posts folder under it, and Jekyll automatically categorizes those posts. This means there are three main types/categories of posts/pages:

  • /blog: all general blogging type posts
  • /pbx: all Asterisk related stuff
  • /dev: all development based stuff

Post images or external resources ARE NOT stored in this repository.