Time machine is a Jekyll theme for GitHub Pages
The Time Machine theme is a Jekyll theme designed for GitHub Pages. It provides users with a pre-designed theme that they can use to quickly and easily create their website. The theme aims to meet the majority of users’ needs with its simplicity, while also allowing for customization and additional complexity if desired.
_config.yml
file./assets/css/style.scss
in their site./_layouts/default.html
in their site._config.yml
file.To use the Time Machine theme, follow these steps:
_config.yml
file:# Configuration variables for Time Machine theme
gem "time-machine"
Customize the theme by modifying the configuration variables in the _config.yml
file. Additionally, you can add your own custom CSS or Sass styles by creating a file called /assets/css/style.scss
in your site and adding the desired styles.
Optionally, you can change the HTML layout of the theme by creating a file called /_layouts/default.html
in your site and modifying the layout content.
If you want to add Google Analytics code, paste it into the file \_includes/head-custom-google-analytics.html
in your Jekyll site.
To override GitHub-generated URLs, follow the instructions provided in the documentation and specify the desired URLs in the _config.yml
file.
For more detailed instructions and information, refer to the official documentation.
The Time Machine theme is a Jekyll theme designed for GitHub Pages. It offers a quick and easy way for users to create their websites with its pre-designed theme. The theme provides customization options through configuration variables, custom styles, and HTML layouts. It also includes instructions for adding Google Analytics code and overriding GitHub-generated URLs. Overall, the theme aims to simplify the website creation process while offering options for additional complexity if desired.