Code Monkey home page Code Monkey logo

wanderer's Introduction

Wanderer

a theme for Hugo, a framework for building websites.

The intent of this theme is to provide a theme for all wanderers who need to extend blog content of maps, tracks, locations and other entities related to traveling

DEMO

Installation

As a Hugo Module (recommended)

If you installed a Hugo binary, you may not have Go installed on your machine. To check if Go is installed: >

$ go version

Go modules were considered production ready in v1.14. Download Go.

  1. From your project's root directory, initiate the hugo module system if you haven't already:

    $ hugo mod init github.com/<your_user>/<your_project>
    
  2. Add the theme's repo to your config.yaml:

    theme: github.com/mnezerka/wanderer

Getting started

After installing the theme successfully it requires a just a few more steps to get your site running.

The config file

Take a look inside the exampleSite folder of this theme, copy it and modify it (you may need to delete the line: themesDir = "../.."). Or crate file from following minimal template, which configures site for Czech content (feel free to change language code from cs to en):

baseURL: https://your-domain.net/
title: Title of your website
languageCode: cs 
defaultContentLanguage: cs 

paginate: 10

removePathAccents: true

outputs:
  home:
    - html
    - json

params:
  author: Your name
  poweredBy: Powered by <a href='http://www.gohugo.io/'>Hugo</a>

theme: github.com/mnezerka/wanderer

Features

Add items to the menu

TOOD:

Featured image as Page Resources

TODO:

Maps

TODO:

Galleries

TODO:

Nearly finished

In order to see your site in action, run Hugo's built-in local server.

hugo server

Now enter localhost:1313 in the address bar of your browser.

Production

To run in production (e.g. to have Google Analytics show up), run HUGO_ENV=production before your build command. For example:

HUGO_ENV=production hugo

Note: The above command will not work on Windows. If you are running a Windows OS, use the below command:

set HUGO_ENV=production
hugo

wanderer's People

Contributors

mnezerka avatar

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.