Giter Site home page Giter Site logo

digitalcraftsman / hugo-artists-theme Goto Github PK

View Code? Open in Web Editor NEW
58.0 58.0 43.0 7.9 MB

Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo

License: The Unlicense

HTML 17.09% CSS 67.20% JavaScript 15.70%
blog-theme hugo hugo-theme static-site-generator

hugo-artists-theme's People

Contributors

anishkny avatar anthonyfok avatar bep avatar digitalcraftsman avatar heikkil avatar winkler1 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

hugo-artists-theme's Issues

Adding contact icon

Hi, this might be a stupid question but: How can I add a contact icon to the theme?

I understand that the icons are added through some sort of font trickery but I can't find the file which dictates what these glyphs look like. Can you point me in the right direction?

Create few 'work' sections

I would like to be able to use several work sections (for different categories). Is it possible to do so?

Thanks!

How to create icons

It would be great if there is a section (or a link to somewhere) explaining how we could reproduce the existing icons, and how to create new icons ourselves. Thanks for the awesome theme!

My page does not seem to read my MD files in content/work section

Here is my page https://phongtlam.github.io/myworld/

Everything works, except my MD files inside content/work. It does not seem to get in there. The thumbnails and everything displays, but it becomes a blank page after being clicked on. Thank you if anyone can help.

This does work on localhost:1313, does not work in prod.

UPDATE: So the issue is with Jquery load requests over https. Github requires requests to be over https.

UPDATE FINAL: So I fixed it, basically cors issues. Feel free to message me if anyone also runs into this.

Support for Mastodon link

Supporting a social link to your Mastodon profile (like it exists for Twitter & Co) would be nice.

Cannot display images in the work section (inside the tile)

In short, when you click a tile, it leads to a project with images. These images are not displayed. Why?
It does not display your original images either.

In details:

  • my site is in development, hosted on Bitbucket.
    https://ugofolio.aerobatic.io/
  • when you click on 1 project (the first one, yours) on any other ones (mine): you see the markdown text, but you don't see the images (whether it is coded in .md or .html).
  • the site does not find the path to the images?
  • in 'Modeling Credit Risk', for example, I tried many syntaxes, in markdown and in html; here they are:
1. ![](../img/work/proj-9/proj9.jpg)
1. <img src="../img/work/proj-9/proj9.jpg" />
1. <img src="../static/img/work/proj-9/proj9.jpg" />
1. <img src="../../static/img/work/proj-9/proj9.jpg" />
1. <img src="../themes/hugo-artists-theme-master/static/img/work/proj-9/proj9.jpg" /> 
1. <img src="../../themes/hugo-artists-theme-master/static/img/work/proj-9/proj9.jpg" /> 
1. <img src="proj9.jpg" />
  • Still, no display! Whether it's your project (I did touch you code) or mine. What is the right path?
  • It is the only 'bug' I can't get around.
  • Here is a picture on my PC (directory trees) and the repository.

PC:.
├───archetypes
├───content
│ └───work (the md files)
├───data
├───layouts
├───public
│ ├───css
│ ├───img
│ │ ├───clients
│ │ ├───new_icons
│ │ └───work
│ │ ├───proj-1 (jpg and png files)
│ │ ├───proj-2
│ │ ... (proj-1 to 8 are yours, proj-9 and more are mine), but the .toml only enables 8 and up
│ ├───js
│ └───work
│ ├───proj-1
│ ├───proj-2
│ ...

├───static
└───themes
└───hugo-artists-theme-master
├───exampleSite
│ ├───content
│ │ └───work
│ ├───data
│ └───static
├───images
├───layouts
│ ├───partials
│ │ └───icons
│ └───_default
└───static
├───css
├───img
│ ├───clients
│ ├───new_icons
│ └───work
│ ├───proj-1
│ ├───proj-2
│ ...
└───js

repo:.
├───content
│ └───work
├───data
├───layouts
├───static
└───themes
└───hugo-artists-theme-master
├───exampleSite
│ ├───content
│ │ └───work
│ ├───data
│ └───static
├───images
├───layouts
│ ├───partials
│ │ └───icons
│ └───_default
└───static
├───css
├───img
│ ├───clients
│ ├───new_icons
│ └───work
│ ├───proj-1
│ ├───proj-2
│ ...
└───js

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.