Coder Social home page Coder Social logo

hugo-cohub's People

Contributors

albanytech avatar dholbach avatar fabienpapet avatar glitch3dpenguin avatar md-saad avatar ronoconstructo 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

Watchers

 avatar  avatar  avatar  avatar

hugo-cohub's Issues

Having writing on top of photo in Gallery and being able to click on it and write an explanation of project

I’m currently using the “Cohub” Theme (GitHub - StaticMania/hugo-cohub 1). In the exampleSite (GitHub - StaticMania/hugo-cohub 1), there are four photos in a gallery, and I’m wondering how I would create a gallery for projects vs photos, so it would be great to be able to write over photos I choose and then have those expand and be able to explain the projects in greater depth. I’ve looked through the config.toml file and the .yml file where the images are stored as well as the blog layout further down (which does have a click feature where it takes you to another page). How could this be created?

Thanks!

gitignore

Please add information, that folders/files/extensions users should add to gitignore in their sites based on this. Thanks!

menu for choose language

config.toml:
add flag parameter to all languages

[Languages.en.params]
  flag = "🇬🇧"

add code to header.html

        {{ if .Site.IsMultiLingual }}
        <ul class="navbar-nav ml-auto language-list">
            {{ $pageLang := .Page.Lang}}
            {{ range .Site.Home.AllTranslations }}
            {{ if ne $pageLang .Lang }}
            <li class="nav-item">
              <a class="nav-link scroll-to" href="{{ .Permalink }}">
                {{ .Site.Params.flag }}
              </a>
            </li>
            {{ end }}
            {{ end }}
        </ul>
        {{ end }}

Add link to website without baseURL

Hi,

Each time I try to add a link to a website it always add the baseURL.
How can I add a href without the baseURL ?
Thank you in advance

Cannot install

Can't seem to install
I'm on Fedora using Hugo snap 0.115

$ git submodule add [email protected]:StaticMania/hugo-coHub.git themes/coHub
Cloning into '/home/user/cohub/themes/coHub'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:StaticMania/hugo-coHub.git' into submodule path '/home/user/cohub/themes/coHub' failed

Activate/use Font Awesome

Hello,

I noticed that font-awesome are packed with the theme, however, I can not use it with the theme. Do I need to activate anything?

I tried to import plugins/font-awesome.min at critical.scss and non-critical.scss, but no luck.

Thanks

resizable logo

Now logo has fix size. If you add another - header and footer resize depends on logo.

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.