Giter Club home page Giter Club logo

allegiant's Introduction

Allegiant

Overview

A demo of the theme can be seen by visiting my blog at www.brycematheson.io.

Allegiant is a simple and clean blog theme for Hugo. Some of the more notable features are:

  • Super simple/clean design
  • Client side source code highlighting (using Highlight.js)
  • Social links (Twitter, Facebook, GitHub, LinkedIn, etc)
  • Analytics with Google Analytics
  • Responsive
  • Font Awesome icons

Allegiant Screenshot

Installation

In your hugo site directory, run:

$ mkdir themes
$ cd themes
$ git clone https://github.com/brycematheson/allegiant

Configuration

You may specify following options in config.toml of your site to make use of this theme's features.

baseurl = "example.org"
languageCode = "en-us"
title = "Allegiant"
copyright = "© Allegiant. All Rights Reserved." # Copyright notice. This will be displayed in the footer.
canonifyurls = true

[params]
    ga_api_key = "Your Google Analytics tracking id" # Google Analytics API key.
    avatar = "../../img/avatar.jpg" # Image should be square, and roughly 150px x 150px
    bio = "Insert your bio here. You should write something really whitty and interesting that nobody is ever going to read or care about. But such is life. I really like the look of having a bio snippet on the blog, though. You may have to adjust some CSS styles depending on how long or short your bio is. I didn't make it super resillient."
    github = "http://github.com/username"
    twitter = "https://twitter.com/username"
    linkedin = "https://www.linkedin.com/in/username"
    footer_1 = "Some text here."
    footer_2 = "Some different text here."
    footer_3 = "Even more different text here."

allegiant's People

Contributors

ethanmad avatar icecreammatt avatar keichi avatar multicolourpixel avatar spodkowinski avatar yagogg avatar yutaf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

allegiant's Issues

Missing <ol> and <ul> style

Hi there, it appears that <ol> and <ul> lists don't have any bullet points or numbering styles defined. Thanks!

The idea behind texture.png?

The blue hero image at the top of the theme looks awesome. When I see the hero it looks like a gradient dark low to light high. If I remove texture.png, the gradient appears to reverse on me. Black magic! Where did you get texture.png and what is the idea behind this? Is this a common technique in web design?

unable to locate layout for "taxonomyTerm" error

Hi, i am trying to change the theme to allegiant , but i am getting broken elements as show below.

screen shot 2017-10-21 at 16 02 17

When I check build process, it gives 'unable to locate layout for "taxonomyTerm"' warning.

screen shot 2017-10-21 at 16 01 39

I've tried making a new website from the scratch following hugo -quickstart tutorial, but it gives blank page. I've been trying to resolve this , but couldn't find solution. Any idea why this is happening?

Thank you

{{ .Site.BaseURL }} behaves badly!

After generating, there' some problems because of bad behaviour of {{ .Site.BaseURL }}:

  • Duplicated URL in path of CSS files in public/index.html:

    <link rel="stylesheet" href="EXAMPLE.COM/EXAMPLE.COM/css/style.css" />
    <link rel="stylesheet" href="EXAMPLE.COM/EXAMPLE.COM/css/font-awesome.min.css" />
    
  • Extra slash (/) before URL in below line:

    url(/EXAMPLE.COM/img/texture.png)
    
  • and may be there more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.