Source code for ChrisElisonElectronics.com. Uses Jekyll to render into static HTML.
This will be the source code for my new hobby electronics website, ChrisElisonElectronics.com. I will try to update this repository as I update the site.
- _data - Site variables, misc data
- _drafts - Draft articles, these are not published
- _includes - Repeating bits of HTML that can just be included
- _layouts - Page layouts
- _plugins - Helpful add-on .rb scripts
- _posts - Articles/blog posts in Markdown format
- _sass - Sass mix-ins
- css - Stylesheets
- debug - Holds debug page (lists all articles, show tag cloud)
- icons - Icons
- img - Photos, images, etc
- js - JavaScript files
- _config.yml - Jekyll configuration and site variables
- favicon.ico - Site favicon
- feed.xml - Site RSS XML feed script
- README.md - This file
- robots.txt - Used to allow/forbid search engines indexing content
- Website: chriselison.uk
- X: @ChrisElison
- GitHub: ChrisElison