Giter Club home page Giter Club logo

angels-ladder's Introduction

Angel's Ladder

Overview

Angel's Ladder is a simple blog theme for Hugo.

  • Simple and clean design
  • Responsive design
  • Pagination
  • Tagging
  • Disqus
  • Source code highlighting
  • Google Analytics

Screenshot

All of the display here.

Installation

Clone this repository to your hugo theme directory.

cd themes
git clone https://github.com/tanksuzuki/angels-ladder
hugo server -t angels-ladder -D -w

Configuration

To take full advantage of the features in this theme, you can add variables to your site config file.

The following is the example configuration.

baseurl = "http://tanksuzuki.com/"
languageCode = "ja"
title = "TANKSUZUKI.COM"
disqusShortname = "tanksuzuki"

[Params]
subtitle = "I would like to be a layer 3 switch."
facebook = "https://facebook.com/foobar"
twitter = "https://twitter.com/foobar"
github = "https://github.com/foobar"
profile = "/images/profile.png"
copyright = "Written by Asuka Suzuki"
analytics = "UA-XXXXXXXX-X"

Details of each parameter are as follows.

Parameter Required Comment
baseurl yes Enter the title of your site.
languageCode yes Enter the language code of HTML. Example: en, ja.
title yes Enter the title of your site.
disqusShortname no Enter the short name of the disqus. If you do not enter, disqus section is hidden.
subtitle no Enter the subtitle of your site. If you do not enter, subtitle is hidden.
facebook no Enter the URL of Facebook. If you do not enter, the link is hidden.
twitter no Enter the URL of Twitter. If you do not enter, the link is hidden.
github no Enter the URL of Github. If you do not enter, the link is hidden.
profile no Enter the path to the profile image. If you do not enter, profile section will be hidden.
copyright no Enter the copyright notice. If you do not enter, copyright display is hidden.
analytics no Enter the tracking ID of Google analytics. If you do not enter, the analysis will be skipped.

Style Customization

To change the theme color, edit the layouts/static/theme.less.

The default theme color is as follows. Please change the favorite color.

/* Theme color
--------------------------------------------------*/
@color: #29abe2;

For original styles, please edit the layouts/static/custom.css.

License

Open sourced under the MIT license.

Author

Asuka Suzuki

Contact

Please contact me via email / Twitter ๐Ÿ˜œ

angels-ladder's People

Contributors

tanksuzuki avatar yomogitaro avatar

Watchers

 avatar  avatar

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.