Giter Club home page Giter Club logo

themefisher / airspace-hugo Goto Github PK

View Code? Open in Web Editor NEW
340.0 14.0 511.0 13.3 MB

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.

Home Page: https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about

License: MIT License

HTML 46.20% CSS 1.39% JavaScript 8.59% SCSS 42.86% Shell 0.96%
hugo-theme portfolio-website blog-theme hugo static-site-generator hugo-site hugo-multipurpose gethugothemes hugo-blog hugo-blog-theme

airspace-hugo's People

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

airspace-hugo's Issues

Sending message through "Contact" form

Hi,

Do you have some documentation about the form on the contact webpage ?
I deploy your theme on my own domain and I'd like to understand how the contact function is working ? Is SMTP used or is it another protocol ?

Thanks a lot !
Romain.

issue #21 still present. Bootstrap 4 solves the bug.

    1. Following #21, I have now the same exact problem but I can't adjust all my texts. Even with latest Bootstrap3 (3.4.1). You can see the problem live at https://www.cocoon-arolla.com.
  1. I made an attempt to update to Bootstrap 4 (4.4.1) and the bug is gone. Bootstrap 4 behave well whatever the text is.
  2. But updating bootstrap creates problems with the menu who disapears.

Question is : Any plan to upgrade to bootstrap 4 ? Or any tip about needed changes to the menu if you have experience migrating for B3 to B4 ??

poor design

This is a beautiful template, implemented not so great. Sorry for complaining, but it worked 4 hours without being able to get one page working. It seems it is designed to work with example site and nothing else.

  • How do you change the images in landing page and their sizes?
  • How do you add multiple feature section or multiple buttons in feature?
  • Why some section (like feature) accept html tags in content but other sections do not?
  • How do you remove Home link in top menu? Why there is home by default?! if needed, can be added.
  • How do you add project or work or other folders (other than blog)?
  • Why is it so complicated? Why not one config file (without data folder?) or read data from md files in folders?

I tried to customize but failed and gave up.
Wish you best.

Contact form with action

Hello,

I'm wondering how to change the contact form so that the button actually sends an email?

How to enable the [params.blog] (part of config.toml)

This section in config.toml

[params.blog]
enable = true
title = "Get The Latest On What We're doing"
subtitle = "Catch up with us, anytime and anywhere"

does not seem to do anything. It does not show in the Demo either.

I have the /blog page working: was expecting something to show up on the front page. What part of the docs did I skip?

Testimonial `enable` switch set to false does not disable subsection

Hugo version

> $ hugo version
Hugo Static Site Generator v0.53/extended linux/amd64 BuildDate: unknown

Observed behaviour

When enable: false is set in data/en/testimonial.yml the subsection on the website is still rendered.

Expected behaviour

When enable: false is set in data/en/testimonial.yml the subsection on the website is not rendered

Note: This has been observed with a freshly downloaded version of the theme

Date field is causing an error when running

I get the following error message when running hugo server -D:

Building sites … ERROR 2018/06/15 22:05:42 Error while rendering "section" in "": template: _default/list.html:16:45: executing "_default/list.html" at <.Site.Params.date_fo...>: invalid value; expected string
ERROR 2018/06/15 22:05:42 Error while rendering "page" in "posts/": template: _default/single.html:19:126: executing "_default/single.html" at <.Site.Params.date_fo...>: invalid value; expected string
Total in 137 ms

Any idea what might be causing this?

The background image is enlarged in iOS.

Hi, teams. Thanks for the always great themes.

On iOS devices such as iPhone and iPad, the fixed background image is too enlarged to be seen.
This is a known bug. I tried to fix it, but I couldn't. I want you to fix it.

Making a new page for each item in the works page

If I want to make an individual page for each item listed on the work page, how would I go about it?
hugo new xyz.md makes a new page which is blank; it seems I have to make a .html file for each page?

Is there any simple way to make a new page with some some headings, text and images on it?

latest blog post on home page

Thanks for the theme!

I am wondering if you would consider adding an option to exampleSite/data/en/homepage.yml to activate a blog section with the latest blog posts to have it on the home page just like you have it for the other sections? Thanks!

Language support

when switching to French and clicking on the home button you get 404, in case of French the url gets ending /fr/fr instead of /fr

Empty response sent for docs link

Line 45 of README.md references: http://demo.themefisher.com/airspace-hugo/blog/installation/ . However, this link returns a blank page when accessed. Where is the correct link?

`➜ ~ curl -v http://demo.themefisher.com/airspace-hugo/blog/installation/

  • Trying 67.205.170.232...
  • TCP_NODELAY set
  • Connected to demo.themefisher.com (67.205.170.232) port 80 (#0)

GET /airspace-hugo/blog/installation/ HTTP/1.1
Host: demo.themefisher.com
User-Agent: curl/7.54.0
Accept: /

< HTTP/1.1 200 OK
< Server: nginx
< Date: Fri, 10 May 2019 02:49:44 GMT
< Content-Type: text/html; charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Vary: Accept-Encoding
< X-Powered-By: EasyEngine 3.7.5
<

  • Connection #0 to host demo.themefisher.com left intact
    `

Request for better error output

I'm new to Hugo and one issue I had using this template is when I was following the quickstart tutorial for Hugo I ran into this error.

hugo server -D
Building sites … ERROR 2018/07/13 14:33:01 Error while rendering "page" in "posts/": template: _default/single.html:20:126: executing "_default/single.html" at <.Site.Params.datefor...>: invalid value; expe

I managed to solve it by adding the following code to my config.toml file:
[params] dateformat = "July 13, 2018"

Would it be possible to edit the error message thrown to ask users to check if they configured dateformat in their config.toml file? I think this could create a better install experience for newer users.

Can not locate Portfolio button labels to edit their names

Can someone please direct me to the file/s where I can edit the label text for the buttons "All" UI/UX Design, Video, Illustrations in the Airspace | Creative Agency theme. I have searched everywhere ie YAML files, CSS, SCSS but can only locate these labels in 'Public' (after the fact) once the GOHUGO html generator has weaved its magic.

I am really looking forward to having my problem resolved.

Thanks,
Max

dark purple overlay on background image on home page

Hi!

Thanks for the template and for making it available.

I would like to remove the dark purple overlay on the background image in the home page banner (by default: slider-bg.jpg). I played around with layouts\index.html and with assets\scss\templates_slider.scss but I could not figure it out.

Could you let me know what would I need to adjust to change this and have the original picture there without any overlay?

theme error

New project. When running hugo server and opening the localhost:1313 i get a blank page with the following error.

Uncaught TypeError: Cannot set property '_renderItem' of undefined
at HTMLDocument. ((index):100)
at fire (jquery-1.12.4.js:3232)
at Object.fireWith [as resolveWith] (jquery-1.12.4.js:3362)
at Function.ready (jquery-1.12.4.js:3582)
at HTMLDocument.completed (jquery-1.12.4.js:3617)

Images and animation do not work on mobile platforms

Hi,
My wife found this theme and we were impressed by its truly professionally designed look: congratulations! However, it does not seem to work under any mobile platform: on Android, in the second section ("We believe in great ideas") the text overlaps the background image, on iOS the text is on the right, but the image is not displayed at all; neither the right hand side image on "About Us" (we tried the demo link https://themes.gohugo.io/theme/airspace-hugo/). Does this animation work at all on mobile ?
Thanks.

preloader doesn't fadeout on firefox

When opening the example site with firefox 74.0 the preloader div doesn't get faded so the screen remains plain white. (if you hit crtl-R repeatedly it correctly display approx 1 time out of 20).

Seems to be a race condition between the document.ready and window.load events.

fix should be to move the registering of the function for the load event outside of the ready function like this theme
https://themes.gohugo.io/theme/infinity-hugo/js/main.js

❯ go version
go version go1.13.3 linux/amd64
❯ hugo version
Hugo Static Site Generator v0.68.3/extended linux/amd64 BuildDate: unknown

How can I add favicon?

It seems should be in the images folder. But it doesn't work for me.

layouts\partials\head.html

  <link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
  <link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">

allow for shortcodes in content files?

Hi team,

I'm only modestly experienced with YAML and hugo sites, so apologies if this issue is unclear/not endemic to the theme/I'm missing something fundamental about using shortcodes.

I tried adding a shortcode (layouts/shortcodes/myshortcode.html) to one of the markdown files (content/english/faq/_index.md), and it appears that the content of the shortcode itself is passed into the content file, rather than rendering the shortcode.

I'm pulling from a hugo tutorial for a simple one-tag shortcode.

shortcode.html content:

<p style =“color:{{.Get `color`}}”>this is the framework text</p>

faq/_index.md content:

---
title: "Frequently Asked Questions"
description: "this is meta description"
subtitle : "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi, repudiandae."
date: 2019-12-23T13:05:29+06:00
draft: false
bg_image: "images/featue-bg.jpg"
---

### Welcome to Airspace!

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia ullam sint quas pariatur ipsam nemo
repellendus suscipit quod accusantium numquam tempora assumenda sequi, velit voluptatem soluta voluptatibus
nesciunt ducimus iure. Excepturi voluptatum ullam tenetur perspiciatis alias delectus beatae voluptatibus
magni facere aspernatur, qui, quas nesciunt blanditiis assumenda a expedita accusantium quos consectetur neque
nemo.

{{< myshortcode color="blue">}}

which renders as such:

Screen Shot 2020-04-05 at 9 32 35 AM

Ultimately I hope to be embedding youtube videos or other pages into the content files, which I've been able to do using other Hugo themes but not here....

Thanks!

Numbered/Bulleted List miss bullets

Hi there, I really like the theme but there's something wrong with the markdown style of bullet listing. E.g, I tried adding some numbered/bulleted list inside the .md file under the projection folder, however, it only shows the content and doesn't render any markdown bullets (such as "* " or "1. ") at all.

AirSpace Theme - Portfolio Sub Image Issue

AirSpace Theme - Portfolio Sub Image Issue

I asked the Hugo community forum for support and they suggested I raise an issue on Github for this theme.

Issue Information

This AirSpace template using image category to show off work portfolios.

Using this template I can not figure out how to add more than one image/portfolios to one category.

Example of default code to edit existing images

To configure the images portfolios I reviewed the work.yml file under data folder.

by default it looks somthing like this :


portfolio:
  - category: Brand
    url: "#"
    image: "/img/portfolio/work1.jpg"
    name: Test
    description: >
      Labore et dolore magna aliqua. Ut enim ad
      

  - category: Websites
    url: "#"
    image: "/img/portfolio/work1.jpg"
    name: Title 2
    description: >

    
  - category: Graphics
    image: "/img/portfolio/work2.jpg"
    url: "#"
    name: Title 2
    description: >
      Labore et dolore magna aliqua. Ut enim ad


  - category: Branding
    url: "#"
    image: "/img/portfolio/work3.jpg"
    name: Title 2
    description: >
      Labore et dolore magna aliqua. Ut enim ad

Editing Code - Adding Category

So I can add additional category by copying the existing code and just changing the category name.

  - category: new Category
    url: "#"
    image: "/img/portfolio/NEW-IMAGE.jpg"
    name: New Title
    description: >
      Explain the work shown in image.

Editing Code - Second Image Within Category Issue

The issue I have is I want to be able to add an additional image to existing Category.

I have tried to add a new image with existing Category name. This keeps the images within the same Category but shows two Category with the same name in the menu provided by the theme.

Code Example

  - category: Graphics
    image: "/img/portfolio/work2.jpg"
    url: "#"
    name: Title 2
    description: >
      Labore et dolore magna aliqua. Ut enim ad

  - category: Graphics
    image: "/img/portfolio/work1.jpg"
    url: "#"
    name: Title 2
    description: >
      Labore et dolore magna aliqua. Ut enim ad

Code Example Result / Issue

peek 2018-07-28 14-46

My Goal

4893d54bb47da2911d90dd3ed5c0d9c69d91e3cd_1_690x321

Disclaimer

I am a beginner so sorry for anything I might say that incorrect.

Any help would be appreciated or pointing me in the right direction would be great.

Please ask any question you want if you require more information and I do my best to answer.

Thanks for reading this support issue.

Additional Resources Worth Reviewing

The URL isn't right.

Hi.
The URL in the footer of the individual article page is not correct. It goes even deeper.

Strange behavior for Services section

I copied the demo site and the 8 items where rightly aligned.

I just changed some icons and text and suddenly the 5th item is in line 2 column 4 (same for the 10th).
The generated code seems clean, and is strictly the same for my 8 items.

I'm puzzled, did you already saw this "bad" behaviour ? ANy help/tip/pointer appreciated.

Work in progress result here : https://arolla-cocoon.netlify.com/

capture d ecran 2018-06-27 a 13 00 46

My code:

enable: true
title: Nos prestations / Our Services
subtitle: >
  Retrouvez le confort d'une chambre d'hôtel, en pleine nature et dans un lieu exceptionnel.
content:

  - icon: ion-coffee
    name: Epicerie/Boissons chaudes
    text: >
      Boissons chaudes et épicerie de produits locuax et Bios

  - icon: ion-compass
    name: Des promenades magiques
    text: >
      De nombreuses randonnées se font au départ d'Arolla. Tous les goûts et tous les niveaux !

  - icon: ion-bonfire
    name: Chauffage au bois / Wood Oven
    text: >
      Tout le bois nécessaire sera fourni pour profiter au maximum des joies du poële.

  - icon: ion-thermometer
    name: Douche & sanitaires
    text: >
      Douche chaude 1 CHF.

  - icon: ion-earth
    name: Des produits naturels
    text: >
      De l'eau exceptionnelement pure en direct du glacier, de nombreux produits locaux naturels.

  - icon: ion-leaf
    name: Respect de la nature
    text: >
      Nous utilisons exclusivement des produits nettoyants bios.

  - icon: ion-card
    name: Paiments faciles / Easy payments
    text: >
      Credit cards (Visa, Mastercard, Vpay, American express, Maestro), liquide/cash, Bank transferts.

  - icon: ion-cash
    name: Un prix très doux ... 55 CHF
    text: >
      Prix par nuit, tout inclus : Tent, King bed 2 personnes, poêle à bois, serviettes, vue, sourire, emplacement voiture, TVA, taxe de séjour.

Full Documentation link is broken & Unable to use this theme

Hi,

I came across the following issue while trying to use this theme.

  • Followed the installation steps

     $ mkdir themes 
     $ cd themes
     $ git clone https://github.com/themefisher/airspace-hugo.git
    

    but it fails to load static files during the build using hugo command

  • Tried to build using hugo -t themes/airspace-hugo command

    Error: module "themes/airspace-hugo" not found; either add it as a Hugo Module or store it in "/my-website/themes".: module does not exist
    
  • Full Documentation link in README.md is broken

unable to fix this issue. can you help here..?

A recent commit seems to have broken this theme

I believe commit 1676ca1 has broken the theme. The demo page cannot seem to load images anymore. And the "Work" page doesn't load properly, there seems to be an infinite loop of 404s.

I have to revert to commit cf177e6 in my project for the page to load as it previously did.

menu headers to to 404

Maybe not really an issue, probably a fault on my end.

My top of my config file looks like this:

baseurl = "https://amunizp.gitlab.io/c4ad-hugo/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "Airspace for Hugo"
canonifyurls = true

DefaultContentLanguage = "en"
theme = "airspace-hugo"
languageCode = "en-us"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "XXX"

[menu]

[[menu.header]]
weight = 2
name = "Work"
url = "/work"
[[menu.header]]
weight = 3
name = "Blog"
url = "/blog"
[[menu.header]]
weight = 4
name = "Service"
url = "/service"
[[menu.header]]
weight = 5
name = "Contact"
url = "/contact"

My directory tree looks like this:

`
.
├── archetypes
│   └── default.md
├── config.toml
├── content
│   ├── _index.md
│   ├── page
│   │   └── about.md
│   └── post
│   ├── 2015-01-04-first-post.md
│   ├── 2015-01-15-pirates.md
│   ├── 2015-01-19-soccer.md
│   ├── 2015-01-27-dear-diary.md
│   ├── 2015-02-13-hamlet-monologue.md
│   ├── 2015-02-20-test-markdown.md
│   ├── 2015-02-26-flake-it-till-you-make-it.md
│   ├── 2016-03-08-code-sample.md
│   ├── 2017-03-05-math-sample.md
│   ├── 2017-03-07-bigimg-sample.md
│   └── 2017-03-20-photoswipe-gallery-sample.md
├── data
├── layouts
│   └── shortcodes
│   ├── figure.html
│   ├── gallery.html
│   ├── load-photoswipe.html
│   └── load-photoswipe-theme.html
├── LICENSE
├── public
│   ├── 404.html
│   ├── categories
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── css
│   │   ├── airspace.css
│   │   ├── airspace-local-fonts.css
│   │   ├── animate.css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.css.map
│   │   ├── bootstrap.min.css
│   │   ├── font-awesome.min.css
│   │   ├── highlight.min.css
│   │   ├── hugo-easy-gallery.css
│   │   ├── icomoon.css
│   │   ├── ionicons.min.css
│   │   ├── magnific-popup.css
│   │   ├── main.css
│   │   ├── main-minimal.css
│   │   ├── owl.carousel.css
│   │   ├── pygment_highlights.css
│   │   ├── responsive.css
│   │   ├── simple-line-icons.css
│   │   ├── style.css
│   │   ├── style.css.map
│   │   └── syntax.css
│   ├── favicon.ico
│   ├── fonts
│   │   ├── bootstrap
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   ├── icomoon
│   │   │   ├── icomoon
│   │   │   │   ├── demo-files
│   │   │   │   │   ├── demo.css
│   │   │   │   │   └── demo.js
│   │   │   │   ├── demo.html
│   │   │   │   ├── fonts
│   │   │   │   │   ├── icomoon.eot
│   │   │   │   │   ├── icomoon.svg
│   │   │   │   │   ├── icomoon.ttf
│   │   │   │   │   └── icomoon.woff
│   │   │   │   ├── Read Me.txt
│   │   │   │   ├── selection.json
│   │   │   │   └── style.css
│   │   │   ├── icomoon.eot
│   │   │   ├── icomoon.svg
│   │   │   ├── icomoon.ttf
│   │   │   └── icomoon.woff
│   │   ├── ionicons.eot
│   │   ├── ionicons.svg
│   │   ├── ionicons.ttf
│   │   ├── ionicons.woff
...
│   │   ├── simple-line-icons
│   │   │   ├── Simple-Line-Icons.eot
│   │   │   ├── Simple-Line-Icons.svg
│   │   │   ├── Simple-Line-Icons.ttf
│   │   │   ├── Simple-Line-Icons.woff
│   │   │   └── Simple-Line-Icons.woff2
│   │   ├── volkhov-v9-latin-italic.eot
│   │   ├── volkhov-v9-latin-italic.svg
│   │   ├── volkhov-v9-latin-italic.ttf
│   │   ├── volkhov-v9-latin-italic.woff
│   │   └── volkhov-v9-latin-italic.woff2
│   ├── images
│   │   ├── hero_bg.jpg
│   │   ├── img_1.jpg
│   │   ├── img_2.jpg
│   │   ├── img_3.jpg
│   │   ├── img_4.jpg
│   │   ├── person1.jpg
│   │   ├── person2.jpg
│   │   ├── person3.jpg
│   │   ├── person4.jpg
│   │   └── Preloader_2.gif
│   ├── img
│   │   ├── 404-southpark.jpg
│   │   ├── avatar-favicon.png
│   │   ├── avatar-icon.png
│   │   ├── blog
│   │   │   ├── blog-post-1.jpg
│   │   │   ├── blog-post-2.jpg
│   │   │   ├── blog-post-3.jpg
│   │   │   └── blog-post-4.jpg
│   │   ├── call-to-action-bg.jpg
│   │   ├── clients
│   │   │   ├── clients-logo10.png
│   │   │   ├── clients-logo1.png
│   │   │   ├── clients-logo2.png
│   │   │   ├── clients-logo3.png
│   │   │   ├── clients-logo4.png
│   │   │   ├── clients-logo5.png
│   │   │   ├── clients-logo6.png
│   │   │   ├── clients-logo7.png
│   │   │   ├── clients-logo8.png
│   │   │   └── clients-logo-9.png
│   │   ├── cotation.png
│   │   ├── favicon.ico
│   │   ├── featue-bg.jpg
│   │   ├── hexagon.jpg
│   │   ├── hexagon-thumb.jpg
│   │   ├── item-img1.jpg
│   │   ├── logo.png
│   │   ├── path.jpg
│   │   ├── portfolio
│   │   │   ├── work1.jpg
│   │   │   ├── work2.jpg
│   │   │   ├── work3.jpg
│   │   │   ├── work4.jpg
│   │   │   ├── work5.jpg
│   │   │   └── work6.jpg
│   │   ├── slider-bg.jpg
│   │   ├── sphere.jpg
│   │   ├── sphere-thumb.jpg
│   │   ├── triangle.jpg
│   │   ├── triangle-thumb.jpg
│   │   └── wrapper-img.png
│   ├── index.html
│   ├── index.xml
│   ├── js
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── highlight.min.js
│   │   ├── jquery-1.11.2.min.js
│   │   ├── jquery.counterup.js
│   │   ├── jquery.easing.1.3.js
│   │   ├── jquery.magnific-popup.min.js
│   │   ├── jquery.min.js
│   │   ├── jquery.stellar.min.js
│   │   ├── jquery.waypoints.min.js
│   │   ├── load-photoswipe.js
│   │   ├── magnific-popup-options.js
│   │   ├── main.js
│   │   ├── min
│   │   │   ├── main.min.js
│   │   │   ├── plugins.min.js
│   │   │   └── waypoints.min.js
│   │   ├── modernizr-2.6.2.min.js
│   │   ├── moment.js
│   │   ├── owl.carousel.min.js
│   │   ├── plugins.js
│   │   ├── respond.min.js
│   │   └── vendor
│   │   ├── jquery-1.10.2.min.js
│   │   └── modernizr-2.6.2.min.js
│   ├── page
│   │   ├── 1
│   │   │   └── index.html
│   │   ├── 2
│   │   │   └── index.html
│   │   ├── about
│   │   │   └── index.html
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── post
│   │   ├── 2015-01-04-first-post
│   │   │   └── index.html
│   │   ├── 2015-01-15-pirates
│   │   │   └── index.html
│   │   ├── 2015-01-19-soccer
│   │   │   └── index.html
│   │   ├── 2015-01-27-dear-diary
│   │   │   └── index.html
│   │   ├── 2015-02-13-hamlet-monologue
│   │   │   └── index.html
│   │   ├── 2015-02-20-test-markdown
│   │   │   └── index.html
│   │   ├── 2015-02-26-flake-it-till-you-make-it
│   │   │   └── index.html
│   │   ├── 2016-03-08-code-sample
│   │   │   └── index.html
│   │   ├── 2017-03-05-math-sample
│   │   │   └── index.html
│   │   ├── 2017-03-07-bigimg-sample
│   │   │   └── index.html
│   │   ├── 2017-03-20-photoswipe-gallery-sample
│   │   │   └── index.html
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   ├── 1
│   │   │   └── index.html
│   │   └── 2
│   │   └── index.html
│   ├── sitemap.xml
│   └── tags
│   ├── bigimg
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── code
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── example
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── index.html
│   ├── index.xml
│   ├── markdown
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── math
│   │   ├── index.html
│   │   ├── index.xml
│   │   └── page
│   │   └── 1
│   │   └── index.html
│   ├── page
│   │   └── 1
│   │   └── index.html
│   └── photoswipe
│   ├── index.html
│   ├── index.xml
│   └── page
│   └── 1
│   └── index.html
├── README.md
├── resources
├── static
│   ├── css
│   │   └── hugo-easy-gallery.css
│   ├── favicon.ico
│   └── js
│   └── load-photoswipe.js
└── themes
├── airspace-hugo
│   ├── archetypes
│   │   └── default.md
│   ├── content
│   │   ├── blog
│   │   │   ├── creating-a-new-theme.md
│   │   │   ├── go-is-for-lovers.md
│   │   │   ├── hugo-is-for-lovers.md
│   │   │   ├── linked-post.md
│   │   │   └── migrate-from-jekyll.md
│   │   ├── contact.md
│   │   ├── service.md
│   │   └── work.md
│   ├── data
│   │   ├── service.yml
│   │   ├── testimonial.yml
│   │   └── work.yml
│   ├── exampleSite
│   │   ├── config.toml
│   │   ├── content
│   │   │   ├── blog
│   │   │   │   ├── creating-a-new-theme.md
│   │   │   │   ├── go-is-for-lovers.md
│   │   │   │   ├── hugo-is-for-lovers.md
│   │   │   │   ├── linked-post.md
│   │   │   │   └── migrate-from-jekyll.md
│   │   │   ├── contact.md
│   │   │   ├── service.md
│   │   │   └── work.md
│   │   ├── data
│   │   │   ├── service.yml
│   │   │   ├── testimonial.yml
│   │   │   └── work.yml
│   │   └── screenshots
│   │   ├── blog.png
│   │   ├── homecropped.png
│   │   ├── homecroppedscaled.png
│   │   └── home.png
│   ├── images
│   │   ├── screenshot.png
│   │   └── tn.png
│   ├── layouts
│   │   ├── 404.html
│   │   ├── _default
│   │   │   ├── list.html
│   │   │   └── single.html
│   │   ├── index.html
│   │   ├── page
│   │   │   └── single.html
│   │   └── partials
│   │   ├── call-to-action.html
│   │   ├── contact.html
│   │   ├── favicon.html
│   │   ├── feature.html
│   │   ├── footer.html
│   │   ├── global-header.html
│   │   ├── header.html
│   │   ├── head.html
│   │   ├── service.html
│   │   ├── slider.html
│   │   ├── testimonial.html
│   │   ├── work.html
│   │   └── wrapper.html
│   ├── LICENSE
│   ├── README.md
│   ├── static
│   │   ├── css
│   │   │   ├── airspace.css
│   │   │   ├── airspace-local-fonts.css
│   │   │   ├── animate.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── ionicons.min.css
│   │   │   ├── owl.carousel.css
│   │   │   ├── responsive.css
│   │   │   ├── style.css
│   │   │   └── syntax.css
│   │   ├── fonts
...
│   │   ├── img
│   │   │   ├── blog
│   │   │   │   ├── blog-post-1.jpg
│   │   │   │   ├── blog-post-2.jpg
│   │   │   │   ├── blog-post-3.jpg
│   │   │   │   └── blog-post-4.jpg
│   │   │   ├── call-to-action-bg.jpg
│   │   │   ├── clients
│   │   │   │   ├── clients-logo10.png
│   │   │   │   ├── clients-logo1.png
│   │   │   │   ├── clients-logo2.png
│   │   │   │   ├── clients-logo3.png
│   │   │   │   ├── clients-logo4.png
│   │   │   │   ├── clients-logo5.png
│   │   │   │   ├── clients-logo6.png
│   │   │   │   ├── clients-logo7.png
│   │   │   │   ├── clients-logo8.png
│   │   │   │   └── clients-logo-9.png
│   │   │   ├── cotation.png
│   │   │   ├── featue-bg.jpg
│   │   │   ├── item-img1.jpg
│   │   │   ├── logo.png
│   │   │   ├── portfolio
│   │   │   │   ├── work1.jpg
│   │   │   │   ├── work2.jpg
│   │   │   │   ├── work3.jpg
│   │   │   │   ├── work4.jpg
│   │   │   │   ├── work5.jpg
│   │   │   │   └── work6.jpg
│   │   │   ├── slider-bg.jpg
│   │   │   └── wrapper-img.png
│   │   └── js
│   │   ├── bootstrap.min.js
│   │   ├── jquery.counterup.js
│   │   ├── main.js
│   │   ├── min
│   │   │   ├── main.min.js
│   │   │   ├── plugins.min.js
│   │   │   └── waypoints.min.js
│   │   ├── owl.carousel.min.js
│   │   ├── plugins.js
│   │   └── vendor
│   │   ├── jquery-1.10.2.min.js
│   │   └── modernizr-2.6.2.min.js
│   └── theme.toml
├── beautifulhugo
...
├── hugo-icon
...
└── Lanyon
...

As far as I can see it is exactly as described on the theme and go hugo documentation?

missing ul style in scss file for blog

hi,
In scsss file for the blog, the ul style is missing. So there are some bugs in the display of the articles.
Maybe add ul style on the scss file for blog.

(maybe : change the block quote style to save a little space on the screen).

Error hugo server

I get 4 different errors when I run the command "hugo server":

ERROR 2019/06/03 19:38:10 Failed to add template "theme/partials/work.html" in path "/home/kong/Hugo/test/themes/airspace-hugo/layouts/partials/work.html": template: theme/partials/work.html:13: unexpected "=" in operand

ExampleSite broken

This is a neat library! Thank you for generating it in Hugo!

I've generated the example website from this theme (as is) and noticed that the pages you create that aren't the main index seem to have difficulty importing the css and then render as an unstyled HTML (image attached). I've also included a screenshot of the resources that aren't rendering. This might be due to the folder structure because the home page has access to the CSS and JS elements but the folder structure of the pages like contact do not?

Screen Shot 2019-08-20 at 1 55 51 PM

Screen Shot 2019-08-20 at 1 57 04 PM

Any help you can give is really appreciated!

Disabling Venobox

I need help disabling the venobox feature on the portfolio page that enlarges the photos when they are clicked on. That part of theme is not helpful in displaying our portfolio because we want users to be able to click the photo to link elsewhere, enlarging the photo is unnecessary. I haven't been able to find a way to do this without breaking the site.

paging

Hi

Make a paging in blog

Sub menu possible?

Hi,

thank you for the beautiful Hugo theme, I really love it. The template was the number one reason to start with Hugo (still learning). I have one question. Is it possible to create a sub menu?

Something like this:

[[menu.header]]
weight = 2
name = "About"
url = "#about"
[[menu.header]]
weight = 3
name = "Work"
url = "work"
[[menu.header]]
weight = 3
name = "Work"
url = "work"
[[menu.header]]
weight = 3.1
name = "Work a"
url = "work_a"
[[menu.header]]
weight = 3.2
name = "Work B"
url = "work_b"
[[menu.header]]
weight = 4
name = "Blog"
url = "blog"

Thank you for your reply.

Blog Landing Page - Where Is It?

In your example site, there's a blog link. However, I'm unable to find any of the page partials/elements for a blog in the repo, or any docs on how to configure it with your theme (although I've been able to configure blogs for other themes in the past).

Is this an intentional omission, or am I just missing something obvious here? Also opened an issue because the link for the instructions is invalid :( , otherwise I'd go RTFM.

themes works local host but on Netlify

Hello,
I was able to use "git submodule add " to upload theme to github. But when I go to see the live website, It does not load CSS. Just a simple static page.

@import vs <link> for fonts?

Hi guys,
Any thoughts on changing out the font @import for a <link> instead?
Reason being that I am trying to concat and minify and imports arnt working anymore for obvious reasons.

Thoughts?

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.