Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menu headers to to 404 #28

Closed
amunizp opened this issue Aug 13, 2018 · 1 comment
Closed

menu headers to to 404 #28

amunizp opened this issue Aug 13, 2018 · 1 comment

Comments

@amunizp
Copy link

amunizp commented Aug 13, 2018

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?

@amunizp
Copy link
Author

amunizp commented Aug 14, 2018

Fixed. Sorry for your time.

HugoWebsite/content$ tree
.
├── contact.md
├── _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
│   ├── creating-a-new-theme.md
│   ├── go-is-for-lovers.md
│   ├── hugo-is-for-lovers.md
│   ├── linked-post.md
│   └── migrate-from-jekyll.md
├── service.md
└── work.md

2 directories, 21 files

@amunizp amunizp closed this as completed Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant