Giter VIP home page Giter VIP logo

hugothemes's People

Contributors

anthonyfok avatar bep avatar chibicode avatar crakjie avatar digitalcraftsman avatar dim0627 avatar esell avatar fredrikloch avatar gcushen avatar gizak avatar jugglerx avatar kakawait avatar keichi avatar key-amb avatar markdblackwell avatar mdhender avatar mmrath avatar nraboy avatar nsomar avatar onedrawingperday avatar orf avatar peaceiris avatar quoha avatar silvanocerza avatar spf13 avatar stou avatar titi avatar tmaiaroto avatar vjeantet avatar zhe 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hugothemes's Issues

Add Hugo generator meta keyword to themes

Create a PR for the themes that doesn't already contains a generator tag in the header section:

{{ .Hugo.Generator }}

The above will create

<meta name="generator" content="Hugo 0.13">

Duplicate of Base16 submodule broke git clone of themes

It is not possible to clone themes according to tutorial:

git clone --depth 1 --recursive https://github.com/spf13/hugoThemes.git themes
Cloning into 'themes'...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 2 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
Checking connectivity... done.
Submodule 'agency' (https://github.com/digitalcraftsman/hugo-agency-theme.git) registered for path 'agency'
Submodule 'aglaus' (https://github.com/dim0627/hugo_theme_aglaus) registered for path 'aglaus'
Submodule 'air' (https://github.com/syui/hugo-theme-air.git) registered for path 'air'
Submodule 'allegiant' (https://github.com/brycematheson/allegiant.git) registered for path 'allegiant'
Submodule 'angels-ladder' (https://github.com/tanksuzuki/angels-ladder.git) registered for path 'angels-ladder'
Submodule 'artists' (https://github.com/digitalcraftsman/hugo-artists-theme.git) registered for path 'artists'
error: invalid key (newline): submodule.base16
base16.url
error: invalid key (newline): submodule.base16
base16.url
No url found for submodule path 'base16' in .gitmodules

I created pull request for that: #93

Like to hyde is bad

Hello,
hyde @ 7b58b8d
hyde link is good but 7b58b8d link is bad
also when we clone the repository

Add rocktopus, remove poopshow

poopshow author here :) I've created a new theme based off of poopshow but with a lot more features and probably a better name for the community.

If you could please add rocktopus and remove poopshow that would be awesome.

Add Hyde-Y theme

I've finished another theme called Hyde-Y.

Its based on Hyde-X by Andrei Mihu. Hyde-Y is highly customizable: each block layout are stored individually. The main purpose is to allow to override every piece of the template without edit the theme's files.

The HTML pages produced are valid and easy to read in text browser (like lynx).
The CSS was rewritten from sratch and based on KNACSS micro-framework.

Freelancer theme commit doesn't exist

A git submodule update causes:

fatal: reference is not a tree: 2ab537dadcc63a6064188579b563e4c9230259c3
Unable to checkout '2ab537dadcc63a6064188579b563e4c9230259c3' in submodule path 'freelancer'

That commit also cannot be found in the freelancer repo on Github. The latest commit is 1a26b522e0141e8f34767aacdcb2d6132a066ad8.

What's the difference between tag and feature in the themes.toml?

The shown example of a theme.toml file contains the following lines:

tags = ["blog", "company"]
features = ["blog", ]

So, what exactly are the differences between them? The tags are used in the upcomming theme gallery, but that's not the case with features.

Add Base16 Theme

A couple of days ago I was staring at my terminal and decided to make a theme for Hugo with a similar look and feel. I think it doesn't look too bad, so I'd like to share it here in case someone wants to use it.

Name: Base16
Repository: github.com/htdvisser/hugo-base16-theme
Example: htdvisser.github.io/hugo-base16-theme
License: MIT
Screenshot:
Hugo Base16 Theme screenshot

I'm planning on adding more features, and fixing some issues when I have time.
And of course, I welcome feature requests and contributions.

New Hugo install, errors loading about half the themes

hugo server --theme=liquorice --buildDrafts --watch

ERROR: 2014/09/29 Unable to render [post/summary.html _default/summary.html theme/post/summary.html theme/_default/summary.html]
ERROR: 2014/09/29 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [post/summary.html _default/summary.html theme/post/summary.html theme/_default/summary.html]
ERROR: 2014/09/29 Unable to render [page/summary.html _default/summary.html theme/page/summary.html theme/_default/summary.html]
ERROR: 2014/09/29 Expecting to find a template in either the theme/layouts or /layouts in one of the following relative locations [page/summary.html _default/summary.html theme/page/summary.html theme/_default/summary.html]

Similar errors loading persona, lanyon, journal and some others.

Hyde works. Purehugo works. Hyde-x works, simple-a and tinyce work.

persona theme error

➜ lukeholder hugo server --theme=persona --buildDrafts
ERROR: 2014/11/03 Rendering error: html/template:theme/indexes/post.html:24: no such template "chrome/footer.html"

persona theme error

➜ lukeholder hugo server --theme=persona --buildDrafts
ERROR: 2014/11/03 Rendering error: html/template:theme/indexes/post.html:24: no such template "chrome/footer.html"

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.