Overview
DocumentationCompass is a Jekyll theme designed to be a simple and elegant personal landing page that can be easily deployed to GitHub Pages.
Features
- Simple and elegant design
- Easy deployment to GitHub Pages
- Compatible with custom domains
Installation
To install and use the DocumentationCompass theme, follow these steps:
- Install the Bundler gem by running
gem install bundler - Fork the Compass repository
- Clone the repository you just forked by running
git clone https://github.com/YOUR-USER/compass - Run
bundle installto install Jekyll and all the dependencies - Edit the
_config.ymlfile to customize the theme as needed - Start the Jekyll server by running
bundle exec jekyll serve - Access the site locally at
http://localhost:4000 - If you want to deploy your site to GitHub Pages as a User Page, rename your repository to
username.github.iowhereusernameis your username. GitHub will then build the page and make it available athttps://username.github.io - If you plan on using a custom domain, modify the CNAME file as described in the documentation.
For more detailed information on using GitHub Pages, refer to the GitHub Pages Basics documentation.
Summary
DocumentationCompass is a Jekyll theme that provides a simple and elegant solution for creating a personal landing page. With easy deployment to GitHub Pages and compatibility with custom domains, it offers a user-friendly experience for individuals looking to showcase their work or personal information online.