Giter Site home page Giter Site logo

sdban / hugo-theme-foundation6-blog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.2 MB

A blog centric Foundation 6.3.0 theme for the Hugo static site generator.

Home Page: http://themes.gohugo.io/hugo-theme-foundation6-blog/

License: GNU General Public License v3.0

HTML 0.40% JavaScript 73.42% CSS 26.17%

hugo-theme-foundation6-blog's Introduction

type draft date title topics tools link code photos path
project
false
2016-12-14
Hugo Theme Foundation6 Blog
code
hugo
node
gulp
sass
foundation
screenshot-ipadpro-landscape.jpg
mockup-tablet.jpg
code/personal/hugo-theme-foundation6-blog

Personal Project

A simple Hugo theme based on the Foundation 6 blog (w/ sidebar) example, with scss & js gulp build scripts.

Features:

  • Responsive design.
  • Basic OpenGraph and Twitter Card metadata support.
  • robots.txt linking to XML sitemap (disabled by default, see Hugo docs).
  • Basic support for multi-lingual content (added in Hugo 0.17).
  • Supports Google, Bing, and Yandex site verification via meta tags.
  • Supports Google Analytics (async version), see Hugo docs.
  • Supports Disqus comments, see Hugo docs.
  • Can show a message about cookie usage to the user, see exampleSite/config.toml.
  • Allow addition of custom <head> code in site's layouts/partial/head-custom.html (see #17).

Usage:

Clone the repository to your site's themes directory. Refer to exampleSite/config.toml for optional configuration values. A few suggestions to help you get a good looking site quickly:

  • Keep blog posts in the content/post directory, for example: content/post/my-first-post.md.
  • Keep static pages in the content directory, for example: content/about.md.
  • Keep media like images in the static directory, for example: static/2016/10/screenshot.png.
  • If you want an image to be shown when you share a post on social media, specify at least one image in the post's front matter, for example: images: ["/2016/10/screenshot.png"].
  • Use the <!--more--> tag in posts to control how much of a post is shown on summary pages.

Building, for developers: (Optional)

This theme uses gulp build scripts modified from Foundation Zurb Template. OS must have node and bower installed.

Command Description
Install: Run from /scripts directory to download all dependencies.
npm install Installs node dependencies.
bower install Installs bower dependencies.
Build Tasks: Choose one to build from scss / js files in /source to /static.
npm run build:debug Build human readable debug files.
npm run build:prod Build minified, sourcemapped files.
npm run build:css Builds debug css only.
npm run build:js Builds debug js only.
Hugo Tasks: Theme must be installed in a working or fresh hugo installation.
npm run build:hugo Builds debug css / js, deletes /public, builds /public, lint /public.
npm run server Builds debug css / js, deletes /public, runs hugo server, start css / js / lint watch task.

Contributing:

There are several ways to help with the development of the theme:

  • Open an issue on GitHub if you have problems or feature requests.
  • Alternatively, tackle one of the existing issues on the issue tracker.
  • Fork the repository on GitHub, add features on a "feature" branch like update-bootstrap, and then send a pull request with your changes.

Attribution:

This repository is maintained by:

This repository was originally cloned from:

This repository contains the code of:

hugo-theme-foundation6-blog's People

Contributors

alanorth avatar koheiio avatar fte378 avatar deedlefake avatar bep avatar aerohub avatar ejsmit avatar

Watchers

 avatar

Forkers

norsig movingfox

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.