All Projects → grrinchas → aliquam

grrinchas / aliquam

Licence: other
Jekyll theme

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to aliquam

Architect
Architect is a Jekyll theme for GitHub Pages
Stars: ✭ 182 (+766.67%)
Mutual labels:  jekyll-theme, github-pages
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+17742.86%)
Mutual labels:  jekyll-theme, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (+828.57%)
Mutual labels:  jekyll-theme, github-pages
Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (+638.1%)
Mutual labels:  jekyll-theme, github-pages
jekyll-theme-8bit
👾 A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (+14.29%)
Mutual labels:  jekyll-theme, github-pages
Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (+661.9%)
Mutual labels:  jekyll-theme, github-pages
Qiubaiying.github.io
BY Blog ->
Stars: ✭ 2,674 (+12633.33%)
Mutual labels:  jekyll-theme, github-pages
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+438.1%)
Mutual labels:  jekyll-theme, github-pages
jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (-23.81%)
Mutual labels:  jekyll-theme, github-pages
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+3352.38%)
Mutual labels:  jekyll-theme, github-pages
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+7852.38%)
Mutual labels:  jekyll-theme, github-pages
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (+80.95%)
Mutual labels:  jekyll-theme, github-pages
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+8000%)
Mutual labels:  jekyll-theme, github-pages
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+747.62%)
Mutual labels:  jekyll-theme, github-pages
Leap Day
Leap day is a Jekyll theme for GitHub Pages
Stars: ✭ 121 (+476.19%)
Mutual labels:  jekyll-theme, github-pages
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+961.9%)
Mutual labels:  jekyll-theme, github-pages
Neumorphism
Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
Stars: ✭ 96 (+357.14%)
Mutual labels:  jekyll-theme, github-pages
Terminus2049.github.io
No more 404
Stars: ✭ 1,546 (+7261.9%)
Mutual labels:  jekyll-theme, github-pages
the-interesting-times
The Interesting Times Theme for Jekyll
Stars: ✭ 50 (+138.1%)
Mutual labels:  jekyll-theme, github-pages
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+957.14%)
Mutual labels:  jekyll-theme, github-pages

aliquam rwd

aliquam

Want example? check this out

Want real life example? check this out

Table of Contents

Features

  • Disqus comment system
  • Google analytics
  • Pagination support
  • Custom tags and categories
  • SEO support
  • Contact form integration
  • MathJax support

Installation

Method 1: new master's repository (The Best)

  1. First fork it.
  2. Change your forked repository name aliquam to userName.github.io where userName is your github user name.
  3. Access your new blog via https://username.github.io.
  4. See configuration.

Method 2: gh-pages in existing repository

  1. Create a new branch called gh-pages in the repository where you want to add a template managing branches.
  2. From command line run git clone https://github.com/grrinchas/aliquam - this will clone aliquam template to your computer.
  3. Create new branch git checkout -b gh-pages where gh-pages will be your branch name.
  4. Add remote, which is your repo from the first step, to your new branch git remote add gh-pages https://github.com/<yourName>/<yourMaster>/gh-pages. yourName is your account name and yourMaster is your repository.
  5. Push new branch to remote git push gh-pages.
  6. Update _config.yml file by changing baseurl: "<branchName>" branchName is your branch name where gh-pages resides. See configuration.

Method 3: run it locally

  1. Download zip or clone it git clone https://github.com/grrinchas/aliquam.
  2. Go inside folder and run jekyll serve or bundle exec jekyll s. This will build a website which you can access https://localhost:4000. You need to have Jekyll installed to do this.

Configuration

All configuration is done via _config.yml file which you will find in your main repo folder.

  • url: "https://<yourName>.github.io" - Change this to your domain (need for Disqus integration). !NOTE if running locally change this to url: "https://localhost:4000".
  • disqus: "<disqusName>" - Your disqus name. First you have to create account with Disqus.
  • owner: "<name surname>" - Change this to your own name, need for copyright in the footer.
  • title: "<title>" and subtitle: "<subtitle>" Change to your preferred title/subtitle.
  • baseurl: "/<branchName>" - Change this to your branch name where gh-pages resides. !NOTE apply only if you used Method 2 for installation.
  • google_analytics: <your_ID> - Change this to your google analytics ID.
  • contact_PK: <yourPublicKey> - Change this to your http://getsimpleform.com public key.
  • math: true - set false to disable maths support. For more information check MathJax.

To get your public key:

  1. Got to http://getsimpleform.com.
  2. Enter your email and press Send me a token.
  3. Go to your email and copy your token Your form api token is <token>. !NOTE do not copy your private key.
  4. Paste this key to contact_PK in _config.yml.
  5. Every time when someone sends you a message you will receive a notification to your email.

License

This project is licensed under the MIT License - see The MIT License (MIT) for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].