Skip to content

JakeSteam/blog-personal

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

What is this?

This is the source code for jakelee.co.uk, generated using Jekyll!

Are there any related blog posts?

What are all the files?

These definitely aren't listed here in case I forget...

  • _includes/: All the code to be added into the site, on top of the default
    • custom/: Contains custom code to be included elsewhere.
      • contact.html: Contains the bottom left bit of the footer.
      • read_time.html: Contains the calculations for reading time.
      • search.html: Contains the site search script.
      • tags.html: Contains the parsing & linking for tags.
    • footer.html: Overrides bottom footer.
    • head.html: Overrides top header.
    • social.html: Overrides social linking in footer.
  • _layouts/: All the templates for page types.
    • home.html: Template for the homepage, with pagination etc.
    • post.html: Template for individual post pages.
  • _posts/: The main content of the site, all the posts in markdown format.
  • assets/: All the non-markdown custom assets needed.
    • images/: Images for newer posts.
    • js/: Third party JS scripts.
    • css/: Any additional CSS to run.
    • minimal-social-icons.svg: Override of social icons, to add more.
  • wp_content/: Migrated images from wordpress blog.
  • Gemfile: Defines all the plugins, from GitHub Pages' small selection.
  • Gemfile.lock: Defines all the versions / dependencies of plugins.
  • _config.yml: Main config for the site.
  • index.html: Default page, nothing interesting.
  • search.html: Standalone page for the search functionality.