Uni One-page Jekyll Theme
Features
- Minimal, One-Page Design
- Fast and responsive
- Flexible
- Built using new technologies including
- GULP
- SASS
- BROWSERSYNC
- AUTOPREFIXER
- A modular, type scale
- 3 different layouts with additional options
- Responsive Images for performance
- Social Meta Tags
Installation
- Install Jekyll
- Install Bundler
- Run
bundle install
- Install gulp dependencies by running
npm install
- Run Jekyll and watch files by running
bundle exec gulp
Please note that any changes made to the config.yml
will require that you stop gulp and start it again.
Site/Layout Settings
The main settings can be found inside the _config.yml
file:
- title: you or your company’s name
- description: description of your site that will be used when your site is shared or posted on social media
- sharing_image: name of your image (example.jpg). This image should be placed in the
assets/img/
folder - content: a brief blurb about yourself
- url: your url
- social diverse social media usernames (optional)
- platform: display name for social media or external link
- url: destination for the link
- google_analytics Google Analytics key (optional)
Half Layout
- half_side: which side of the page your content is on [left or right]
Full layout
- full_text_position: where on the page the text will appear [left, center, or right]